Html Css Color HEX #D22E11 Harley Davidson Orange
📋 copy color: '#D22E11'red 210 ◦ green 46 ◦ blue 17
Shades of Harley Davidson Orange #D22E11
Tints of Harley Davidson Orange #D22E11
RGB
CMYK
RGB Variations
Color information
#D22E11 (or 0xD22E11) is known color: Harley Davidson Orange. HEX triplet: D2, 2E and 11. RGB value is (210,46,17). Sum of RGB (Red+Green+Blue) = 210+46+17=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22E11 is #2DD1EE. Grayscale: #5C5C5C. Windows color (decimal): -3002863 or 1126098. OLE color: 1126098.
HSL color Cylindrical-coordinate representation of color #D22E11: hue angle of 9.02º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D22E11 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 46 | 17 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.18 |
| HSL | 9.02º | 0.85% | 0.45% | - |
| HSV(B) | 9.02º | 0.92% | 0.82% | - |
| XYZ | 27.66 | 15.7 | 2.1 | - |
| YUV | 91.73 | 85.83 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 17 | 0 | 0.78 | 0.92 | 0.18 | 9.02 | 0.85 | 0.45 |
| Hex | D2 | 2E | 11 | 0 | 4E | 5C | 12 | 9 | 55 | 2D |
| Octal | 322 | 56 | 21 | 0 | 116 | 134 | 22 | 11 | 125 | 55 |
| Binary | 11010010 | 101110 | 10001 | 0 | 1001110 | 1011100 | 10010 | 1001 | 1010101 | 101101 |
Color Harmonies of #D22E11
Complementary color
Monochromatic Colors of #D22E11
Black with #D22E11
Text Example
Text Example
White with #D22E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22E11; }
p { color: rgb(210,46,17); }
H1.HeaderClassName
{
color: #D22E11;
}
.AnyTagClassName
{
color: #D22E11;
}
</style>
background-color css
<style>
a { background-color: #D22E11; }
a { background-color: rgb(210,46,17); }
div.DivClassName
{
background-color: #D22E11;
}
.BgClassName
{
background-color: #D22E11;
}
</style>
border-color css
<style>
span { border-color: #D22E11; }
span { border-color: rgb(210,46,17); }
td.TdClassName
{
border-color: #D22E11;
}
.TagClassName
{
border-color: #D22E11;
}
</style>