#E21D0F
A medium, vivid red closely aligning with Red.
About #E21D0F
Visually, #E21D0F is defined as a vivid red. Its closest recognized web color is Red. This translates to an RGB value of rgb(226, 29, 15).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 87% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E21D0F
RGB226, 29, 15
HSL4.0°, 87.6%, 47.3%
CMYK0%, 87%, 93%, 11%
HSV4.0°, 93.4%, 88.6%
LAB48.4, 70.0, 57.6
XYZ31.9, 17.1, 2.1
Decimal14818575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.76:1
Text on #FFFFFF
AA
4.42:1
Text on #000000
AA Large
4.54:1
Text on #F8FAFC
AA
3.75:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E21D0F;
}
.text-color {
color: #E21D0F;
}
.border-color {
border: 2px solid #E21D0F;
}