#D3245F
A medium, vivid magenta closely aligning with Crimson.
About #D3245F
At its core, #D3245F is a medium and vivid hue. Designers often compare it to the standard color Crimson. Its digital footprint relies on 211 parts red, 36 parts green, and 95 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 83% M, 55% Y, and 17% K. The HSL representation is 339.8° hue, 70.9% saturation, and 48.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3245F
RGB211, 36, 95
HSL339.8°, 70.9%, 48.4%
CMYK0%, 83%, 55%, 17%
HSV339.8°, 82.9%, 82.7%
LAB46.9, 67.7, 11.6
XYZ29.6, 15.9, 12.3
Decimal13837407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.02:1
Text on #FFFFFF
AA
4.19:1
Text on #000000
AA Large
4.79:1
Text on #F8FAFC
AA
3.56:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3245F;
}
.text-color {
color: #D3245F;
}
.border-color {
border: 2px solid #D3245F;
}