#E90007
A medium, vivid red closely aligning with Red.
About #E90007
The hex code #E90007 represents a beautifully specific shade of red. It is closely associated with the named CSS color Red. This translates to an RGB value of rgb(233, 0, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 100% M, 97% Y, and 9% K. With a hue angle of 358.2 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E90007
RGB233, 0, 7
HSL358.2°, 100.0%, 45.7%
CMYK0%, 100%, 97%, 9%
HSV358.2°, 100.0%, 91.4%
LAB48.7, 74.9, 60.8
XYZ33.6, 17.3, 1.8
Decimal15269895
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.47:1
Text on #000000
AA Large
4.49:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E90007;
}
.text-color {
color: #E90007;
}
.border-color {
border: 2px solid #E90007;
}