#E22C50
A medium, vivid red closely aligning with Crimson.
About #E22C50
Visually, #E22C50 is defined as a vivid red. Its closest recognized web color is Crimson. Its digital footprint relies on 226 parts red, 44 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 81% magenta inks. With a hue angle of 348.1 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E22C50
RGB226, 44, 80
HSL348.1°, 75.8%, 52.9%
CMYK0%, 81%, 65%, 11%
HSV348.1°, 80.5%, 88.6%
LAB50.2, 68.8, 25.7
XYZ33.7, 18.5, 9.4
Decimal14822480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.46:1
Text on #FFFFFF
AA Large
4.71:1
Text on #000000
AA
4.26:1
Text on #F8FAFC
AA Large
4.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E22C50;
}
.text-color {
color: #E22C50;
}
.border-color {
border: 2px solid #E22C50;
}