#E9000F
A medium, vivid red closely aligning with Red.
About #E9000F
When working with digital screens, the color #E9000F is rendered by mixing light. Designers often compare it to the standard color Red. Its digital footprint relies on 233 parts red, 0 parts green, and 15 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 100% Magenta, 94% Yellow, and 9% Black. The HSL representation is 356.1° hue, 100.0% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9000F
RGB233, 0, 15
HSL356.1°, 100.0%, 45.7%
CMYK0%, 100%, 94%, 9%
HSV356.1°, 100.0%, 91.4%
LAB48.7, 74.9, 58.6
XYZ33.7, 17.4, 2.0
Decimal15269903
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: #E9000F;
}
.text-color {
color: #E9000F;
}
.border-color {
border: 2px solid #E9000F;
}