#D35F42
A medium, moderate red closely aligning with Coral.
About #D35F42
The hex code #D35F42 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Coral. In the RGB color space, it consists of 211 red, 95 green, and 66 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 55% M, 69% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D35F42
RGB211, 95, 66
HSL12.0°, 62.2%, 54.3%
CMYK0%, 55%, 69%, 17%
HSV12.0°, 68.7%, 82.7%
LAB54.5, 43.8, 38.4
XYZ31.9, 22.4, 7.8
Decimal13852482
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.83:1
Text on #FFFFFF
AA Large
5.49:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D35F42;
}
.text-color {
color: #D35F42;
}
.border-color {
border: 2px solid #D35F42;
}