#E90F1D
A medium, vivid red closely aligning with Red.
About #E90F1D
Visually, #E90F1D is defined as a vivid red. Its closest recognized web color is Red. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 15, and 29.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 94% Magenta, 88% Yellow, and 9% Black. With a hue angle of 356.1 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#E90F1D
RGB233, 15, 29
HSL356.1°, 87.9%, 48.6%
CMYK0%, 94%, 88%, 9%
HSV356.1°, 93.6%, 91.4%
LAB49.2, 73.9, 53.4
XYZ34.0, 17.8, 2.8
Decimal15273757
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.61:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.41:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E90F1D;
}
.text-color {
color: #E90F1D;
}
.border-color {
border: 2px solid #E90F1D;
}