#E20F16
A medium, vivid red closely aligning with Red.
About #E20F16
At its core, #E20F16 is a medium and vivid hue. It is closely associated with the named CSS color Red. This translates to an RGB value of rgb(226, 15, 22).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 93% magenta, 90% yellow, and 11% black. With a hue angle of 358.0 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 #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E20F16
RGB226, 15, 22
HSL358.0°, 87.6%, 47.3%
CMYK0%, 93%, 90%, 11%
HSV358.0°, 93.4%, 88.6%
LAB47.7, 72.1, 54.7
XYZ31.7, 16.6, 2.3
Decimal14814998
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.87:1
Text on #FFFFFF
AA
4.31:1
Text on #000000
AA Large
4.65:1
Text on #F8FAFC
AA
3.67:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E20F16;
}
.text-color {
color: #E20F16;
}
.border-color {
border: 2px solid #E20F16;
}