#E93A3A
A medium, vivid red closely aligning with Crimson.
About #E93A3A
At its core, #E93A3A is a medium and vivid hue. It is closely associated with the named CSS color Crimson. In the RGB color space, it consists of 233 red, 58 green, and 58 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 75% magenta, 75% yellow, and 9% black. The HSL representation is 0.0° hue, 79.9% saturation, and 57.1% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E93A3A
RGB233, 58, 58
HSL0.0°, 79.9%, 57.1%
CMYK0%, 75%, 75%, 9%
HSV0.0°, 75.1%, 91.4%
LAB52.6, 65.8, 41.7
XYZ35.9, 20.7, 6.1
Decimal15284794
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.13:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E93A3A;
}
.text-color {
color: #E93A3A;
}
.border-color {
border: 2px solid #E93A3A;
}