Html Css Color HEX #DB3917 Harley Davidson Orange
📋 copy color: '#DB3917'red 219 ◦ green 57 ◦ blue 23
Shades of Harley Davidson Orange #DB3917
Tints of Harley Davidson Orange #DB3917
RGB
CMYK
RGB Variations
Color information
#DB3917 (or 0xDB3917) is known color: Harley Davidson Orange. HEX triplet: DB, 39 and 17. RGB value is (219,57,23). Sum of RGB (Red+Green+Blue) = 219+57+23=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3917 is #24C6E8. Grayscale: #656565. Windows color (decimal): -2410217 or 1522139. OLE color: 1522139.
HSL color Cylindrical-coordinate representation of color #DB3917: hue angle of 10.41º 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 #DB3917 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 23 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.14 |
| HSL | 10.41º | 0.81% | 0.47% | - |
| HSV(B) | 10.41º | 0.89% | 0.86% | - |
| XYZ | 30.83 | 18.05 | 2.67 | - |
| YUV | 101.56 | 83.67 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 23 | 0 | 0.74 | 0.89 | 0.14 | 10.41 | 0.81 | 0.47 |
| Hex | DB | 39 | 17 | 0 | 4A | 59 | E | A | 51 | 2F |
| Octal | 333 | 71 | 27 | 0 | 112 | 131 | 16 | 12 | 121 | 57 |
| Binary | 11011011 | 111001 | 10111 | 0 | 1001010 | 1011001 | 1110 | 1010 | 1010001 | 101111 |
Color Harmonies of #DB3917
Complementary color
Monochromatic Colors of #DB3917
Black with #DB3917
Text Example
Text Example
White with #DB3917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3917; }
p { color: rgb(219,57,23); }
H1.HeaderClassName
{
color: #DB3917;
}
.AnyTagClassName
{
color: #DB3917;
}
</style>
background-color css
<style>
a { background-color: #DB3917; }
a { background-color: rgb(219,57,23); }
div.DivClassName
{
background-color: #DB3917;
}
.BgClassName
{
background-color: #DB3917;
}
</style>
border-color css
<style>
span { border-color: #DB3917; }
span { border-color: rgb(219,57,23); }
td.TdClassName
{
border-color: #DB3917;
}
.TagClassName
{
border-color: #DB3917;
}
</style>