#DB4207
A medium, vivid orange closely aligning with Orangered.
About #DB4207
The hex code #DB4207 represents a beautifully specific shade of orange. Designers often compare it to the standard color Orangered. This translates to an RGB value of rgb(219, 66, 7).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 70% magenta, 97% yellow, and 14% black. With a hue angle of 16.7 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 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#DB4207
RGB219, 66, 7
HSL16.7°, 93.8%, 44.3%
CMYK0%, 70%, 97%, 14%
HSV16.7°, 96.8%, 85.9%
LAB50.7, 57.6, 60.3
XYZ31.2, 19.0, 2.2
Decimal14369287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.38:1
Text on #FFFFFF
AA Large
4.79:1
Text on #000000
AA
4.19:1
Text on #F8FAFC
AA Large
4.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB4207;
}
.text-color {
color: #DB4207;
}
.border-color {
border: 2px solid #DB4207;
}