Html Css Color HEX #D22006 Harley Davidson Orange
📋 copy color: '#D22006'red 210 ◦ green 32 ◦ blue 6
Shades of Harley Davidson Orange #D22006
Tints of Harley Davidson Orange #D22006
RGB
CMYK
RGB Variations
Color information
#D22006 (or 0xD22006) is known color: Harley Davidson Orange. HEX triplet: D2, 20 and 06. RGB value is (210,32,6). Sum of RGB (Red+Green+Blue) = 210+32+6=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D22006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22006 is #2DDFF9. Grayscale: #525252. Windows color (decimal): -3006458 or 401618. OLE color: 401618.
HSL color Cylindrical-coordinate representation of color #D22006: hue angle of 7.65º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D22006 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.18 |
| HSL | 7.65º | 0.94% | 0.42% | - |
| HSV(B) | 7.65º | 0.97% | 0.82% | - |
| XYZ | 27.13 | 14.75 | 1.59 | - |
| YUV | 82.26 | 84.97 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 6 | 0 | 0.85 | 0.97 | 0.18 | 7.65 | 0.94 | 0.42 |
| Hex | D2 | 20 | 6 | 0 | 55 | 61 | 12 | 8 | 5E | 2A |
| Octal | 322 | 40 | 6 | 0 | 125 | 141 | 22 | 10 | 136 | 52 |
| Binary | 11010010 | 100000 | 110 | 0 | 1010101 | 1100001 | 10010 | 1000 | 1011110 | 101010 |
Color Harmonies of #D22006
Complementary color
Monochromatic Colors of #D22006
Black with #D22006
Text Example
Text Example
White with #D22006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22006; }
p { color: rgb(210,32,6); }
H1.HeaderClassName
{
color: #D22006;
}
.AnyTagClassName
{
color: #D22006;
}
</style>
background-color css
<style>
a { background-color: #D22006; }
a { background-color: rgb(210,32,6); }
div.DivClassName
{
background-color: #D22006;
}
.BgClassName
{
background-color: #D22006;
}
</style>
border-color css
<style>
span { border-color: #D22006; }
span { border-color: rgb(210,32,6); }
td.TdClassName
{
border-color: #D22006;
}
.TagClassName
{
border-color: #D22006;
}
</style>