#D34250
A medium, moderate red closely aligning with Indianred.
About #D34250
The precise color #D34250 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 66, and 80.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 69% Magenta, 62% Yellow, and 17% Black. With a hue angle of 354.2 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#D34250
RGB211, 66, 80
HSL354.2°, 62.2%, 54.3%
CMYK0%, 69%, 62%, 17%
HSV354.2°, 68.7%, 82.7%
LAB49.9, 57.4, 24.8
XYZ30.3, 18.3, 9.5
Decimal13845072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.50:1
Text on #FFFFFF
AA
4.66:1
Text on #000000
AA
4.30:1
Text on #F8FAFC
AA Large
3.97:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D34250;
}
.text-color {
color: #D34250;
}
.border-color {
border: 2px solid #D34250;
}