Html Css Color HEX #DB3918 Harley Davidson Orange
📋 copy color: '#DB3918'red 219 ◦ green 57 ◦ blue 24
Shades of Harley Davidson Orange #DB3918
Tints of Harley Davidson Orange #DB3918
RGB
CMYK
RGB Variations
Color information
#DB3918 (or 0xDB3918) is known color: Harley Davidson Orange. HEX triplet: DB, 39 and 18. RGB value is (219,57,24). Sum of RGB (Red+Green+Blue) = 219+57+24=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3918 is #24C6E7. Grayscale: #656565. Windows color (decimal): -2410216 or 1587675. OLE color: 1587675.
HSL color Cylindrical-coordinate representation of color #DB3918: hue angle of 10.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB3918 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 24 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.14 |
| HSL | 10.15º | 0.8% | 0.48% | - |
| HSV(B) | 10.15º | 0.89% | 0.86% | - |
| XYZ | 30.84 | 18.05 | 2.72 | - |
| YUV | 101.68 | 84.17 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 24 | 0 | 0.74 | 0.89 | 0.14 | 10.15 | 0.8 | 0.48 |
| Hex | DB | 39 | 18 | 0 | 4A | 59 | E | A | 50 | 30 |
| Octal | 333 | 71 | 30 | 0 | 112 | 131 | 16 | 12 | 120 | 60 |
| Binary | 11011011 | 111001 | 11000 | 0 | 1001010 | 1011001 | 1110 | 1010 | 1010000 | 110000 |
Color Harmonies of #DB3918
Complementary color
Monochromatic Colors of #DB3918
Black with #DB3918
Text Example
Text Example
White with #DB3918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3918; }
p { color: rgb(219,57,24); }
H1.HeaderClassName
{
color: #DB3918;
}
.AnyTagClassName
{
color: #DB3918;
}
</style>
background-color css
<style>
a { background-color: #DB3918; }
a { background-color: rgb(219,57,24); }
div.DivClassName
{
background-color: #DB3918;
}
.BgClassName
{
background-color: #DB3918;
}
</style>
border-color css
<style>
span { border-color: #DB3918; }
span { border-color: rgb(219,57,24); }
td.TdClassName
{
border-color: #DB3918;
}
.TagClassName
{
border-color: #DB3918;
}
</style>