#E92C33
A medium, vivid red closely aligning with Crimson.
About #E92C33
Visually, #E92C33 is defined as a vivid red. Its closest recognized web color is Crimson. In the RGB color space, it consists of 233 red, 44 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 81% M, 78% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E92C33
RGB233, 44, 51
HSL357.8°, 81.1%, 54.3%
CMYK0%, 81%, 78%, 9%
HSV357.8°, 81.1%, 91.4%
LAB51.1, 69.5, 44.0
XYZ35.1, 19.4, 5.0
Decimal15281203
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.87:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E92C33;
}
.text-color {
color: #E92C33;
}
.border-color {
border: 2px solid #E92C33;
}