#E93342
A medium, vivid red closely aligning with Crimson.
About #E93342
The precise color #E93342 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(233, 51, 66).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 78% magenta inks. The HSL representation is 355.1° hue, 80.5% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E93342
RGB233, 51, 66
HSL355.1°, 80.5%, 55.7%
CMYK0%, 78%, 72%, 9%
HSV355.1°, 78.1%, 91.4%
LAB51.9, 68.2, 36.5
XYZ35.8, 20.1, 7.1
Decimal15283010
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.19:1
Text on #FFFFFF
AA Large
5.02:1
Text on #000000
AA
4.00:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E93342;
}
.text-color {
color: #E93342;
}
.border-color {
border: 2px solid #E93342;
}