Html Css Color HEX #D22002 Harley Davidson Orange
📋 copy color: '#D22002'red 210 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #D22002
Tints of Harley Davidson Orange #D22002
RGB
CMYK
RGB Variations
Color information
#D22002 (or 0xD22002) is known color: Harley Davidson Orange. HEX triplet: D2, 20 and 02. RGB value is (210,32,2). Sum of RGB (Red+Green+Blue) = 210+32+2=244 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.07% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 210 - color contains mainly: red. Hex color #D22002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22002 is #2DDFFD. Grayscale: #525252. Windows color (decimal): -3006462 or 139474. OLE color: 139474.
HSL color Cylindrical-coordinate representation of color #D22002: hue angle of 8.65º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D22002 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.18 |
| HSL | 8.65º | 0.98% | 0.42% | - |
| HSV(B) | 8.65º | 0.99% | 0.82% | - |
| XYZ | 27.11 | 14.74 | 1.47 | - |
| YUV | 81.8 | 82.97 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 2 | 0 | 0.85 | 0.99 | 0.18 | 8.65 | 0.98 | 0.42 |
| Hex | D2 | 20 | 2 | 0 | 55 | 63 | 12 | 9 | 62 | 2A |
| Octal | 322 | 40 | 2 | 0 | 125 | 143 | 22 | 11 | 142 | 52 |
| Binary | 11010010 | 100000 | 10 | 0 | 1010101 | 1100011 | 10010 | 1001 | 1100010 | 101010 |
Color Harmonies of #D22002
Complementary color
Monochromatic Colors of #D22002
Black with #D22002
Text Example
Text Example
White with #D22002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22002; }
p { color: rgb(210,32,2); }
H1.HeaderClassName
{
color: #D22002;
}
.AnyTagClassName
{
color: #D22002;
}
</style>
background-color css
<style>
a { background-color: #D22002; }
a { background-color: rgb(210,32,2); }
div.DivClassName
{
background-color: #D22002;
}
.BgClassName
{
background-color: #D22002;
}
</style>
border-color css
<style>
span { border-color: #D22002; }
span { border-color: rgb(210,32,2); }
td.TdClassName
{
border-color: #D22002;
}
.TagClassName
{
border-color: #D22002;
}
</style>