Html Css Color HEX #D22004 Harley Davidson Orange
📋 copy color: '#D22004'red 210 ◦ green 32 ◦ blue 4
Shades of Harley Davidson Orange #D22004
Tints of Harley Davidson Orange #D22004
RGB
CMYK
RGB Variations
Color information
#D22004 (or 0xD22004) is known color: Harley Davidson Orange. HEX triplet: D2, 20 and 04. RGB value is (210,32,4). Sum of RGB (Red+Green+Blue) = 210+32+4=246 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.37% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 210 - color contains mainly: red. Hex color #D22004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22004 is #2DDFFB. Grayscale: #525252. Windows color (decimal): -3006460 or 270546. OLE color: 270546.
HSL color Cylindrical-coordinate representation of color #D22004: hue angle of 8.16º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D22004 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.18 |
| HSL | 8.16º | 0.96% | 0.42% | - |
| HSV(B) | 8.16º | 0.98% | 0.82% | - |
| XYZ | 27.12 | 14.74 | 1.53 | - |
| YUV | 82.03 | 83.97 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 4 | 0 | 0.85 | 0.98 | 0.18 | 8.16 | 0.96 | 0.42 |
| Hex | D2 | 20 | 4 | 0 | 55 | 62 | 12 | 8 | 60 | 2A |
| Octal | 322 | 40 | 4 | 0 | 125 | 142 | 22 | 10 | 140 | 52 |
| Binary | 11010010 | 100000 | 100 | 0 | 1010101 | 1100010 | 10010 | 1000 | 1100000 | 101010 |
Color Harmonies of #D22004
Complementary color
Monochromatic Colors of #D22004
Black with #D22004
Text Example
Text Example
White with #D22004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22004; }
p { color: rgb(210,32,4); }
H1.HeaderClassName
{
color: #D22004;
}
.AnyTagClassName
{
color: #D22004;
}
</style>
background-color css
<style>
a { background-color: #D22004; }
a { background-color: rgb(210,32,4); }
div.DivClassName
{
background-color: #D22004;
}
.BgClassName
{
background-color: #D22004;
}
</style>
border-color css
<style>
span { border-color: #D22004; }
span { border-color: rgb(210,32,4); }
td.TdClassName
{
border-color: #D22004;
}
.TagClassName
{
border-color: #D22004;
}
</style>