Html Css Color HEX #D02008 Harley Davidson Orange
📋 copy color: '#D02008'red 208 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #D02008
Tints of Harley Davidson Orange #D02008
RGB
CMYK
RGB Variations
Color information
#D02008 (or 0xD02008) is known color: Harley Davidson Orange. HEX triplet: D0, 20 and 08. RGB value is (208,32,8). Sum of RGB (Red+Green+Blue) = 208+32+8=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D02008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02008 is #2FDFF7. Grayscale: #525252. Windows color (decimal): -3137528 or 532688. OLE color: 532688.
HSL color Cylindrical-coordinate representation of color #D02008: hue angle of 7.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D02008 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 8 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.18 |
| HSL | 7.2º | 0.93% | 0.42% | - |
| HSV(B) | 7.2º | 0.96% | 0.82% | - |
| XYZ | 26.57 | 14.46 | 1.62 | - |
| YUV | 81.89 | 86.31 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 8 | 0 | 0.85 | 0.96 | 0.18 | 7.2 | 0.93 | 0.42 |
| Hex | D0 | 20 | 8 | 0 | 55 | 60 | 12 | 7 | 5D | 2A |
| Octal | 320 | 40 | 10 | 0 | 125 | 140 | 22 | 7 | 135 | 52 |
| Binary | 11010000 | 100000 | 1000 | 0 | 1010101 | 1100000 | 10010 | 111 | 1011101 | 101010 |
Color Harmonies of #D02008
Complementary color
Monochromatic Colors of #D02008
Black with #D02008
Text Example
Text Example
White with #D02008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02008; }
p { color: rgb(208,32,8); }
H1.HeaderClassName
{
color: #D02008;
}
.AnyTagClassName
{
color: #D02008;
}
</style>
background-color css
<style>
a { background-color: #D02008; }
a { background-color: rgb(208,32,8); }
div.DivClassName
{
background-color: #D02008;
}
.BgClassName
{
background-color: #D02008;
}
</style>
border-color css
<style>
span { border-color: #D02008; }
span { border-color: rgb(208,32,8); }
td.TdClassName
{
border-color: #D02008;
}
.TagClassName
{
border-color: #D02008;
}
</style>