#E90707
A medium, vivid red closely aligning with Red.
About #E90707
Visually, #E90707 is defined as a vivid red. Designers often compare it to the standard color Red. This translates to an RGB value of rgb(233, 7, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 97% magenta, 97% yellow, and 9% black. The HSL representation is 0.0° hue, 94.2% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#E90707
RGB233, 7, 7
HSL0.0°, 94.2%, 47.1%
CMYK0%, 97%, 97%, 9%
HSV0.0°, 97.0%, 91.4%
LAB48.9, 74.3, 60.9
XYZ33.7, 17.5, 1.8
Decimal15271687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.67:1
Text on #FFFFFF
AA
4.50:1
Text on #000000
AA Large
4.46:1
Text on #F8FAFC
AA Large
3.82:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E90707;
}
.text-color {
color: #E90707;
}
.border-color {
border: 2px solid #E90707;
}