Html Css Color HEX #D02002 Harley Davidson Orange
📋 copy color: '#D02002'red 208 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #D02002
Tints of Harley Davidson Orange #D02002
RGB
CMYK
RGB Variations
Color information
#D02002 (or 0xD02002) is known color: Harley Davidson Orange. HEX triplet: D0, 20 and 02. RGB value is (208,32,2). Sum of RGB (Red+Green+Blue) = 208+32+2=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D02002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02002 is #2FDFFD. Grayscale: #515151. Windows color (decimal): -3137534 or 139472. OLE color: 139472.
HSL color Cylindrical-coordinate representation of color #D02002: hue angle of 8.74º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D02002 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.18 |
| HSL | 8.74º | 0.98% | 0.41% | - |
| HSV(B) | 8.74º | 0.99% | 0.82% | - |
| XYZ | 26.54 | 14.45 | 1.45 | - |
| YUV | 81.2 | 83.31 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 2 | 0 | 0.85 | 0.99 | 0.18 | 8.74 | 0.98 | 0.41 |
| Hex | D0 | 20 | 2 | 0 | 55 | 63 | 12 | 9 | 62 | 29 |
| Octal | 320 | 40 | 2 | 0 | 125 | 143 | 22 | 11 | 142 | 51 |
| Binary | 11010000 | 100000 | 10 | 0 | 1010101 | 1100011 | 10010 | 1001 | 1100010 | 101001 |
Color Harmonies of #D02002
Complementary color
Monochromatic Colors of #D02002
Black with #D02002
Text Example
Text Example
White with #D02002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02002; }
p { color: rgb(208,32,2); }
H1.HeaderClassName
{
color: #D02002;
}
.AnyTagClassName
{
color: #D02002;
}
</style>
background-color css
<style>
a { background-color: #D02002; }
a { background-color: rgb(208,32,2); }
div.DivClassName
{
background-color: #D02002;
}
.BgClassName
{
background-color: #D02002;
}
</style>
border-color css
<style>
span { border-color: #D02002; }
span { border-color: rgb(208,32,2); }
td.TdClassName
{
border-color: #D02002;
}
.TagClassName
{
border-color: #D02002;
}
</style>