#E93A49
A medium, vivid red closely aligning with Crimson.
About #E93A49
When working with digital screens, the color #E93A49 is rendered by mixing light. Its closest recognized web color is Crimson. Its digital footprint relies on 233 parts red, 58 parts green, and 73 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 75% Magenta, 69% Yellow, and 9% Black. With a hue angle of 354.9 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E93A49
RGB233, 58, 73
HSL354.9°, 79.9%, 57.1%
CMYK0%, 75%, 69%, 9%
HSV354.9°, 75.1%, 91.4%
LAB52.8, 66.4, 33.4
XYZ36.3, 20.8, 8.4
Decimal15284809
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.17:1
Text on #000000
AA
3.89:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E93A49;
}
.text-color {
color: #E93A49;
}
.border-color {
border: 2px solid #E93A49;
}