#E91D07
A medium, vivid red closely aligning with Red.
About #E91D07
When working with digital screens, the color #E91D07 is rendered by mixing light. Designers often compare it to the standard color Red. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 29, and 7.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 88% M, 97% Y, and 9% K. The HSL representation is 5.8° hue, 94.2% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E91D07
RGB233, 29, 7
HSL5.8°, 94.2%, 47.1%
CMYK0%, 88%, 97%, 9%
HSV5.8°, 97.0%, 91.4%
LAB49.8, 71.8, 61.3
XYZ34.1, 18.2, 1.9
Decimal15277319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.64:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E91D07;
}
.text-color {
color: #E91D07;
}
.border-color {
border: 2px solid #E91D07;
}