#D35F1D
A medium, vivid orange closely aligning with Chocolate.
About #D35F1D
Visually, #D35F1D is defined as a vivid orange. Its closest recognized web color is Chocolate. This translates to an RGB value of rgb(211, 95, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 55% Magenta, 86% Yellow, and 17% Black. With a hue angle of 21.8 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D35F1D
RGB211, 95, 29
HSL21.8°, 75.8%, 47.1%
CMYK0%, 55%, 86%, 17%
HSV21.8°, 86.3%, 82.7%
LAB54.2, 42.4, 55.7
XYZ31.2, 22.1, 3.8
Decimal13852445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.87:1
Text on #FFFFFF
AA Large
5.42:1
Text on #000000
AA
3.70:1
Text on #F8FAFC
AA Large
4.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D35F1D;
}
.text-color {
color: #D35F1D;
}
.border-color {
border: 2px solid #D35F1D;
}