Html Css Color HEX #D22911 Harley Davidson Orange
📋 copy color: '#D22911'red 210 ◦ green 41 ◦ blue 17
Shades of Harley Davidson Orange #D22911
Tints of Harley Davidson Orange #D22911
RGB
CMYK
RGB Variations
Color information
#D22911 (or 0xD22911) is known color: Harley Davidson Orange. HEX triplet: D2, 29 and 11. RGB value is (210,41,17). Sum of RGB (Red+Green+Blue) = 210+41+17=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D22911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22911 is #2DD6EE. Grayscale: #595959. Windows color (decimal): -3004143 or 1124818. OLE color: 1124818.
HSL color Cylindrical-coordinate representation of color #D22911: hue angle of 7.46º 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 #D22911 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 17 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.18 |
| HSL | 7.46º | 0.85% | 0.45% | - |
| HSV(B) | 7.46º | 0.92% | 0.82% | - |
| XYZ | 27.47 | 15.33 | 2.04 | - |
| YUV | 88.8 | 87.49 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 17 | 0 | 0.80 | 0.92 | 0.18 | 7.46 | 0.85 | 0.45 |
| Hex | D2 | 29 | 11 | 0 | 50 | 5C | 12 | 7 | 55 | 2D |
| Octal | 322 | 51 | 21 | 0 | 120 | 134 | 22 | 7 | 125 | 55 |
| Binary | 11010010 | 101001 | 10001 | 0 | 1010000 | 1011100 | 10010 | 111 | 1010101 | 101101 |
Color Harmonies of #D22911
Complementary color
Monochromatic Colors of #D22911
Black with #D22911
Text Example
Text Example
White with #D22911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22911; }
p { color: rgb(210,41,17); }
H1.HeaderClassName
{
color: #D22911;
}
.AnyTagClassName
{
color: #D22911;
}
</style>
background-color css
<style>
a { background-color: #D22911; }
a { background-color: rgb(210,41,17); }
div.DivClassName
{
background-color: #D22911;
}
.BgClassName
{
background-color: #D22911;
}
</style>
border-color css
<style>
span { border-color: #D22911; }
span { border-color: rgb(210,41,17); }
td.TdClassName
{
border-color: #D22911;
}
.TagClassName
{
border-color: #D22911;
}
</style>