#E9070F
A medium, vivid red closely aligning with Red.
About #E9070F
The hex code #E9070F represents a beautifully specific shade of red. Designers often compare it to the standard color Red. In the RGB color space, it consists of 233 red, 7 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 97% magenta, 94% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9070F
RGB233, 7, 15
HSL357.9°, 94.2%, 47.1%
CMYK0%, 97%, 94%, 9%
HSV357.9°, 97.0%, 91.4%
LAB48.9, 74.4, 58.7
XYZ33.8, 17.5, 2.1
Decimal15271695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.66:1
Text on #FFFFFF
AA
4.50:1
Text on #000000
AA
4.46:1
Text on #F8FAFC
AA Large
3.83:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E9070F;
}
.text-color {
color: #E9070F;
}
.border-color {
border: 2px solid #E9070F;
}