#E90F00
A medium, vivid red closely aligning with Red.
About #E90F00
When working with digital screens, the color #E90F00 is rendered by mixing light. Its closest recognized web color is Red. This translates to an RGB value of rgb(233, 15, 0).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. The HSL representation is 3.9° hue, 100.0% saturation, and 45.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E90F00
RGB233, 15, 0
HSL3.9°, 100.0%, 45.7%
CMYK0%, 94%, 100%, 9%
HSV3.9°, 100.0%, 91.4%
LAB49.1, 73.6, 62.9
XYZ33.8, 17.7, 1.6
Decimal15273728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.63:1
Text on #FFFFFF
AA
4.53:1
Text on #000000
AA
4.43:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E90F00;
}
.text-color {
color: #E90F00;
}
.border-color {
border: 2px solid #E90F00;
}