#E2425F
A medium, vivid red closely aligning with Crimson.
About #E2425F
The precise color #E2425F is an excellent choice for modern design projects. Its closest recognized web color is Crimson. In the RGB color space, it consists of 226 red, 66 green, and 95 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 71% magenta, 58% yellow, and 11% black. With a hue angle of 349.1 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2425F
RGB226, 66, 95
HSL349.1°, 73.4%, 57.3%
CMYK0%, 71%, 58%, 11%
HSV349.1°, 70.8%, 88.6%
LAB52.8, 63.0, 20.2
XYZ35.4, 20.9, 13.0
Decimal14828127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E2425F;
}
.text-color {
color: #E2425F;
}
.border-color {
border: 2px solid #E2425F;
}