Html Css Color HEX #D22116 Harley Davidson Orange
📋 copy color: '#D22116'red 210 ◦ green 33 ◦ blue 22
Shades of Harley Davidson Orange #D22116
Tints of Harley Davidson Orange #D22116
RGB
CMYK
RGB Variations
Color information
#D22116 (or 0xD22116) is known color: Harley Davidson Orange. HEX triplet: D2, 21 and 16. RGB value is (210,33,22). Sum of RGB (Red+Green+Blue) = 210+33+22=265 (35% of max value = 765). Red value is 210 (82.42% from 255 or 79.25% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 210 - color contains mainly: red. Hex color #D22116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22116 is #2DDEE9. Grayscale: #545454. Windows color (decimal): -3006186 or 1450450. OLE color: 1450450.
HSL color Cylindrical-coordinate representation of color #D22116: hue angle of 3.51º 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 #D22116 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 22 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.18 |
| HSL | 3.51º | 0.81% | 0.45% | - |
| HSV(B) | 3.51º | 0.9% | 0.82% | - |
| XYZ | 27.27 | 14.85 | 2.19 | - |
| YUV | 84.67 | 92.64 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 22 | 0 | 0.84 | 0.90 | 0.18 | 3.51 | 0.81 | 0.45 |
| Hex | D2 | 21 | 16 | 0 | 54 | 5A | 12 | 4 | 51 | 2D |
| Octal | 322 | 41 | 26 | 0 | 124 | 132 | 22 | 4 | 121 | 55 |
| Binary | 11010010 | 100001 | 10110 | 0 | 1010100 | 1011010 | 10010 | 100 | 1010001 | 101101 |
Color Harmonies of #D22116
Complementary color
Monochromatic Colors of #D22116
Black with #D22116
Text Example
Text Example
White with #D22116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22116; }
p { color: rgb(210,33,22); }
H1.HeaderClassName
{
color: #D22116;
}
.AnyTagClassName
{
color: #D22116;
}
</style>
background-color css
<style>
a { background-color: #D22116; }
a { background-color: rgb(210,33,22); }
div.DivClassName
{
background-color: #D22116;
}
.BgClassName
{
background-color: #D22116;
}
</style>
border-color css
<style>
span { border-color: #D22116; }
span { border-color: rgb(210,33,22); }
td.TdClassName
{
border-color: #D22116;
}
.TagClassName
{
border-color: #D22116;
}
</style>