Html Css Color HEX #DB4218 Harley Davidson Orange
📋 copy color: '#DB4218'red 219 ◦ green 66 ◦ blue 24
Shades of Harley Davidson Orange #DB4218
Tints of Harley Davidson Orange #DB4218
RGB
CMYK
RGB Variations
Color information
#DB4218 (or 0xDB4218) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 18. RGB value is (219,66,24). Sum of RGB (Red+Green+Blue) = 219+66+24=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4218 is #24BDE7. Grayscale: #6B6B6B. Windows color (decimal): -2407912 or 1589979. OLE color: 1589979.
HSL color Cylindrical-coordinate representation of color #DB4218: hue angle of 12.92º 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 #DB4218 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 24 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.14 |
| HSL | 12.92º | 0.8% | 0.48% | - |
| HSV(B) | 12.92º | 0.89% | 0.86% | - |
| XYZ | 31.33 | 19.02 | 2.88 | - |
| YUV | 106.96 | 81.19 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 24 | 0 | 0.70 | 0.89 | 0.14 | 12.92 | 0.8 | 0.48 |
| Hex | DB | 42 | 18 | 0 | 46 | 59 | E | D | 50 | 30 |
| Octal | 333 | 102 | 30 | 0 | 106 | 131 | 16 | 15 | 120 | 60 |
| Binary | 11011011 | 1000010 | 11000 | 0 | 1000110 | 1011001 | 1110 | 1101 | 1010000 | 110000 |
Color Harmonies of #DB4218
Complementary color
Monochromatic Colors of #DB4218
Black with #DB4218
Text Example
Text Example
White with #DB4218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4218; }
p { color: rgb(219,66,24); }
H1.HeaderClassName
{
color: #DB4218;
}
.AnyTagClassName
{
color: #DB4218;
}
</style>
background-color css
<style>
a { background-color: #DB4218; }
a { background-color: rgb(219,66,24); }
div.DivClassName
{
background-color: #DB4218;
}
.BgClassName
{
background-color: #DB4218;
}
</style>
border-color css
<style>
span { border-color: #DB4218; }
span { border-color: rgb(219,66,24); }
td.TdClassName
{
border-color: #DB4218;
}
.TagClassName
{
border-color: #DB4218;
}
</style>