Html Css Color HEX #D22204 Harley Davidson Orange
📋 copy color: '#D22204'red 210 ◦ green 34 ◦ blue 4
Shades of Harley Davidson Orange #D22204
Tints of Harley Davidson Orange #D22204
RGB
CMYK
RGB Variations
Color information
#D22204 (or 0xD22204) is known color: Harley Davidson Orange. HEX triplet: D2, 22 and 04. RGB value is (210,34,4). Sum of RGB (Red+Green+Blue) = 210+34+4=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D22204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22204 is #2DDDFB. Grayscale: #535353. Windows color (decimal): -3005948 or 271058. OLE color: 271058.
HSL color Cylindrical-coordinate representation of color #D22204: hue angle of 8.74º 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 #D22204 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.18 |
| HSL | 8.74º | 0.96% | 0.42% | - |
| HSV(B) | 8.74º | 0.98% | 0.82% | - |
| XYZ | 27.17 | 14.85 | 1.55 | - |
| YUV | 83.2 | 83.31 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 4 | 0 | 0.84 | 0.98 | 0.18 | 8.74 | 0.96 | 0.42 |
| Hex | D2 | 22 | 4 | 0 | 54 | 62 | 12 | 9 | 60 | 2A |
| Octal | 322 | 42 | 4 | 0 | 124 | 142 | 22 | 11 | 140 | 52 |
| Binary | 11010010 | 100010 | 100 | 0 | 1010100 | 1100010 | 10010 | 1001 | 1100000 | 101010 |
Color Harmonies of #D22204
Complementary color
Monochromatic Colors of #D22204
Black with #D22204
Text Example
Text Example
White with #D22204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22204; }
p { color: rgb(210,34,4); }
H1.HeaderClassName
{
color: #D22204;
}
.AnyTagClassName
{
color: #D22204;
}
</style>
background-color css
<style>
a { background-color: #D22204; }
a { background-color: rgb(210,34,4); }
div.DivClassName
{
background-color: #D22204;
}
.BgClassName
{
background-color: #D22204;
}
</style>
border-color css
<style>
span { border-color: #D22204; }
span { border-color: rgb(210,34,4); }
td.TdClassName
{
border-color: #D22204;
}
.TagClassName
{
border-color: #D22204;
}
</style>