#E90000
A medium, vivid red closely aligning with Red.
About #E90000
When working with digital screens, the color #E90000 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 0 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E90000
RGB233, 0, 0
HSL0.0°, 100.0%, 45.7%
CMYK0%, 100%, 100%, 9%
HSV0.0°, 100.0%, 91.4%
LAB48.7, 74.8, 62.8
XYZ33.6, 17.3, 1.6
Decimal15269888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.46:1
Text on #000000
AA Large
4.50:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E90000;
}
.text-color {
color: #E90000;
}
.border-color {
border: 2px solid #E90000;
}