Html Css Color HEX #D22016 Harley Davidson Orange
📋 copy color: '#D22016'red 210 ◦ green 32 ◦ blue 22
Shades of Harley Davidson Orange #D22016
Tints of Harley Davidson Orange #D22016
RGB
CMYK
RGB Variations
Color information
#D22016 (or 0xD22016) is known color: Harley Davidson Orange. HEX triplet: D2, 20 and 16. RGB value is (210,32,22). Sum of RGB (Red+Green+Blue) = 210+32+22=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D22016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22016 is #2DDFE9. Grayscale: #545454. Windows color (decimal): -3006442 or 1450194. OLE color: 1450194.
HSL color Cylindrical-coordinate representation of color #D22016: hue angle of 3.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D22016 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 22 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.18 |
| HSL | 3.19º | 0.81% | 0.45% | - |
| HSV(B) | 3.19º | 0.9% | 0.82% | - |
| XYZ | 27.24 | 14.79 | 2.18 | - |
| YUV | 84.08 | 92.97 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 22 | 0 | 0.85 | 0.90 | 0.18 | 3.19 | 0.81 | 0.45 |
| Hex | D2 | 20 | 16 | 0 | 55 | 5A | 12 | 3 | 51 | 2D |
| Octal | 322 | 40 | 26 | 0 | 125 | 132 | 22 | 3 | 121 | 55 |
| Binary | 11010010 | 100000 | 10110 | 0 | 1010101 | 1011010 | 10010 | 11 | 1010001 | 101101 |
Color Harmonies of #D22016
Complementary color
Monochromatic Colors of #D22016
Black with #D22016
Text Example
Text Example
White with #D22016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22016; }
p { color: rgb(210,32,22); }
H1.HeaderClassName
{
color: #D22016;
}
.AnyTagClassName
{
color: #D22016;
}
</style>
background-color css
<style>
a { background-color: #D22016; }
a { background-color: rgb(210,32,22); }
div.DivClassName
{
background-color: #D22016;
}
.BgClassName
{
background-color: #D22016;
}
</style>
border-color css
<style>
span { border-color: #D22016; }
span { border-color: rgb(210,32,22); }
td.TdClassName
{
border-color: #D22016;
}
.TagClassName
{
border-color: #D22016;
}
</style>