#E90F42
A medium, vivid red closely aligning with Crimson.
About #E90F42
When working with digital screens, the color #E90F42 is rendered by mixing light. Its closest recognized web color is Crimson. This translates to an RGB value of rgb(233, 15, 66).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 94% M, 72% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E90F42
RGB233, 15, 66
HSL346.0°, 87.9%, 48.6%
CMYK0%, 94%, 72%, 9%
HSV346.0°, 93.6%, 91.4%
LAB49.6, 74.9, 33.7
XYZ34.8, 18.1, 6.8
Decimal15273794
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.55:1
Text on #FFFFFF
AA
4.61:1
Text on #000000
AA
4.35:1
Text on #F8FAFC
AA Large
3.92:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E90F42;
}
.text-color {
color: #E90F42;
}
.border-color {
border: 2px solid #E90F42;
}