#E9003A
A medium, vivid red closely aligning with Crimson.
About #E9003A
The hex code #E9003A represents a beautifully specific shade of red. It is closely associated with the named CSS color Crimson. In the RGB color space, it consists of 233 red, 0 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 100% Magenta, 75% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9003A
RGB233, 0, 58
HSL345.1°, 100.0%, 45.7%
CMYK0%, 100%, 75%, 9%
HSV345.1°, 100.0%, 91.4%
LAB49.0, 75.9, 37.8
XYZ34.4, 17.6, 5.6
Decimal15269946
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64: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: #E9003A;
}
.text-color {
color: #E9003A;
}
.border-color {
border: 2px solid #E9003A;
}