#E91D33
A medium, vivid red closely aligning with Crimson.
About #E91D33
At its core, #E91D33 is a medium and vivid hue. It is closely associated with the named CSS color Crimson. This translates to an RGB value of rgb(233, 29, 51).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 88% magenta, 78% yellow, and 9% black. With a hue angle of 353.5 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E91D33
RGB233, 29, 51
HSL353.5°, 82.3%, 51.4%
CMYK0%, 88%, 78%, 9%
HSV353.5°, 87.6%, 91.4%
LAB50.0, 72.6, 42.9
XYZ34.6, 18.4, 4.9
Decimal15277363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.48:1
Text on #FFFFFF
AA Large
4.69:1
Text on #000000
AA
4.28:1
Text on #F8FAFC
AA Large
3.99:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E91D33;
}
.text-color {
color: #E91D33;
}
.border-color {
border: 2px solid #E91D33;
}