Html Css Color HEX #DB3E17 Harley Davidson Orange
📋 copy color: '#DB3E17'red 219 ◦ green 62 ◦ blue 23
Shades of Harley Davidson Orange #DB3E17
Tints of Harley Davidson Orange #DB3E17
RGB
CMYK
RGB Variations
Color information
#DB3E17 (or 0xDB3E17) is known color: Harley Davidson Orange. HEX triplet: DB, 3E and 17. RGB value is (219,62,23). Sum of RGB (Red+Green+Blue) = 219+62+23=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3E17 is #24C1E8. Grayscale: #686868. Windows color (decimal): -2408937 or 1523419. OLE color: 1523419.
HSL color Cylindrical-coordinate representation of color #DB3E17: hue angle of 11.94º 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 #DB3E17 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 23 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.14 |
| HSL | 11.94º | 0.81% | 0.47% | - |
| HSV(B) | 11.94º | 0.89% | 0.86% | - |
| XYZ | 31.09 | 18.57 | 2.76 | - |
| YUV | 104.5 | 82.01 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 23 | 0 | 0.72 | 0.89 | 0.14 | 11.94 | 0.81 | 0.47 |
| Hex | DB | 3E | 17 | 0 | 48 | 59 | E | C | 51 | 2F |
| Octal | 333 | 76 | 27 | 0 | 110 | 131 | 16 | 14 | 121 | 57 |
| Binary | 11011011 | 111110 | 10111 | 0 | 1001000 | 1011001 | 1110 | 1100 | 1010001 | 101111 |
Color Harmonies of #DB3E17
Complementary color
Monochromatic Colors of #DB3E17
Black with #DB3E17
Text Example
Text Example
White with #DB3E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E17; }
p { color: rgb(219,62,23); }
H1.HeaderClassName
{
color: #DB3E17;
}
.AnyTagClassName
{
color: #DB3E17;
}
</style>
background-color css
<style>
a { background-color: #DB3E17; }
a { background-color: rgb(219,62,23); }
div.DivClassName
{
background-color: #DB3E17;
}
.BgClassName
{
background-color: #DB3E17;
}
</style>
border-color css
<style>
span { border-color: #DB3E17; }
span { border-color: rgb(219,62,23); }
td.TdClassName
{
border-color: #DB3E17;
}
.TagClassName
{
border-color: #DB3E17;
}
</style>