Html Css Color HEX #DB4017 Harley Davidson Orange
📋 copy color: '#DB4017'red 219 ◦ green 64 ◦ blue 23
Shades of Harley Davidson Orange #DB4017
Tints of Harley Davidson Orange #DB4017
RGB
CMYK
RGB Variations
Color information
#DB4017 (or 0xDB4017) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 17. RGB value is (219,64,23). Sum of RGB (Red+Green+Blue) = 219+64+23=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4017 is #24BFE8. Grayscale: #696969. Windows color (decimal): -2408425 or 1523931. OLE color: 1523931.
HSL color Cylindrical-coordinate representation of color #DB4017: hue angle of 12.55º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB4017 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 23 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.14 |
| HSL | 12.55º | 0.81% | 0.47% | - |
| HSV(B) | 12.55º | 0.89% | 0.86% | - |
| XYZ | 31.2 | 18.79 | 2.79 | - |
| YUV | 105.67 | 81.35 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 23 | 0 | 0.71 | 0.89 | 0.14 | 12.55 | 0.81 | 0.47 |
| Hex | DB | 40 | 17 | 0 | 47 | 59 | E | D | 51 | 2F |
| Octal | 333 | 100 | 27 | 0 | 107 | 131 | 16 | 15 | 121 | 57 |
| Binary | 11011011 | 1000000 | 10111 | 0 | 1000111 | 1011001 | 1110 | 1101 | 1010001 | 101111 |
Color Harmonies of #DB4017
Complementary color
Monochromatic Colors of #DB4017
Black with #DB4017
Text Example
Text Example
White with #DB4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4017; }
p { color: rgb(219,64,23); }
H1.HeaderClassName
{
color: #DB4017;
}
.AnyTagClassName
{
color: #DB4017;
}
</style>
background-color css
<style>
a { background-color: #DB4017; }
a { background-color: rgb(219,64,23); }
div.DivClassName
{
background-color: #DB4017;
}
.BgClassName
{
background-color: #DB4017;
}
</style>
border-color css
<style>
span { border-color: #DB4017; }
span { border-color: rgb(219,64,23); }
td.TdClassName
{
border-color: #DB4017;
}
.TagClassName
{
border-color: #DB4017;
}
</style>