Html Css Color HEX #D02006 Harley Davidson Orange
📋 copy color: '#D02006'red 208 ◦ green 32 ◦ blue 6
Shades of Harley Davidson Orange #D02006
Tints of Harley Davidson Orange #D02006
RGB
CMYK
RGB Variations
Color information
#D02006 (or 0xD02006) is known color: Harley Davidson Orange. HEX triplet: D0, 20 and 06. RGB value is (208,32,6). Sum of RGB (Red+Green+Blue) = 208+32+6=246 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.55% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 208 - color contains mainly: red. Hex color #D02006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02006 is #2FDFF9. Grayscale: #515151. Windows color (decimal): -3137530 or 401616. OLE color: 401616.
HSL color Cylindrical-coordinate representation of color #D02006: hue angle of 7.72º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D02006 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.18 |
| HSL | 7.72º | 0.94% | 0.42% | - |
| HSV(B) | 7.72º | 0.97% | 0.82% | - |
| XYZ | 26.56 | 14.46 | 1.56 | - |
| YUV | 81.66 | 85.31 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 6 | 0 | 0.85 | 0.97 | 0.18 | 7.72 | 0.94 | 0.42 |
| Hex | D0 | 20 | 6 | 0 | 55 | 61 | 12 | 8 | 5E | 2A |
| Octal | 320 | 40 | 6 | 0 | 125 | 141 | 22 | 10 | 136 | 52 |
| Binary | 11010000 | 100000 | 110 | 0 | 1010101 | 1100001 | 10010 | 1000 | 1011110 | 101010 |
Color Harmonies of #D02006
Complementary color
Monochromatic Colors of #D02006
Black with #D02006
Text Example
Text Example
White with #D02006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02006; }
p { color: rgb(208,32,6); }
H1.HeaderClassName
{
color: #D02006;
}
.AnyTagClassName
{
color: #D02006;
}
</style>
background-color css
<style>
a { background-color: #D02006; }
a { background-color: rgb(208,32,6); }
div.DivClassName
{
background-color: #D02006;
}
.BgClassName
{
background-color: #D02006;
}
</style>
border-color css
<style>
span { border-color: #D02006; }
span { border-color: rgb(208,32,6); }
td.TdClassName
{
border-color: #D02006;
}
.TagClassName
{
border-color: #D02006;
}
</style>