#E90F16
A medium, vivid red closely aligning with Red.
About #E90F16
The precise color #E90F16 is an excellent choice for modern design projects. It is closely associated with the named CSS color Red. This translates to an RGB value of rgb(233, 15, 22).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 94% Magenta, 91% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E90F16
RGB233, 15, 22
HSL358.1°, 87.9%, 48.6%
CMYK0%, 94%, 91%, 9%
HSV358.1°, 93.6%, 91.4%
LAB49.2, 73.8, 56.3
XYZ33.9, 17.7, 2.4
Decimal15273750
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.62:1
Text on #FFFFFF
AA
4.54:1
Text on #000000
AA
4.42:1
Text on #F8FAFC
AA Large
3.86:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E90F16;
}
.text-color {
color: #E90F16;
}
.border-color {
border: 2px solid #E90F16;
}