#D3572C
A medium, moderate orange closely aligning with Chocolate.
About #D3572C
When working with digital screens, the color #D3572C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Chocolate. This translates to an RGB value of rgb(211, 87, 44).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 59% Magenta, 79% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3572C
RGB211, 87, 44
HSL15.4°, 65.5%, 50.0%
CMYK0%, 59%, 79%, 17%
HSV15.4°, 79.1%, 82.7%
LAB52.8, 46.7, 48.0
XYZ30.7, 20.8, 4.8
Decimal13850412
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.88:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3572C;
}
.text-color {
color: #D3572C;
}
.border-color {
border: 2px solid #D3572C;
}