Html Css Color HEX #D02102 Harley Davidson Orange
📋 copy color: '#D02102'red 208 ◦ green 33 ◦ blue 2
Shades of Harley Davidson Orange #D02102
Tints of Harley Davidson Orange #D02102
RGB
CMYK
RGB Variations
Color information
#D02102 (or 0xD02102) is known color: Harley Davidson Orange. HEX triplet: D0, 21 and 02. RGB value is (208,33,2). Sum of RGB (Red+Green+Blue) = 208+33+2=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D02102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02102 is #2FDEFD. Grayscale: #525252. Windows color (decimal): -3137278 or 139728. OLE color: 139728.
HSL color Cylindrical-coordinate representation of color #D02102: hue angle of 9.03º 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 #D02102 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.18 |
| HSL | 9.03º | 0.98% | 0.41% | - |
| HSV(B) | 9.03º | 0.99% | 0.82% | - |
| XYZ | 26.57 | 14.5 | 1.46 | - |
| YUV | 81.79 | 82.98 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 2 | 0 | 0.84 | 0.99 | 0.18 | 9.03 | 0.98 | 0.41 |
| Hex | D0 | 21 | 2 | 0 | 54 | 63 | 12 | 9 | 62 | 29 |
| Octal | 320 | 41 | 2 | 0 | 124 | 143 | 22 | 11 | 142 | 51 |
| Binary | 11010000 | 100001 | 10 | 0 | 1010100 | 1100011 | 10010 | 1001 | 1100010 | 101001 |
Color Harmonies of #D02102
Complementary color
Monochromatic Colors of #D02102
Black with #D02102
Text Example
Text Example
White with #D02102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02102; }
p { color: rgb(208,33,2); }
H1.HeaderClassName
{
color: #D02102;
}
.AnyTagClassName
{
color: #D02102;
}
</style>
background-color css
<style>
a { background-color: #D02102; }
a { background-color: rgb(208,33,2); }
div.DivClassName
{
background-color: #D02102;
}
.BgClassName
{
background-color: #D02102;
}
</style>
border-color css
<style>
span { border-color: #D02102; }
span { border-color: rgb(208,33,2); }
td.TdClassName
{
border-color: #D02102;
}
.TagClassName
{
border-color: #D02102;
}
</style>