Html Css Color HEX #D02211 Harley Davidson Orange
📋 copy color: '#D02211'red 208 ◦ green 34 ◦ blue 17
Shades of Harley Davidson Orange #D02211
Tints of Harley Davidson Orange #D02211
RGB
CMYK
RGB Variations
Color information
#D02211 (or 0xD02211) is known color: Harley Davidson Orange. HEX triplet: D0, 22 and 11. RGB value is (208,34,17). Sum of RGB (Red+Green+Blue) = 208+34+17=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D02211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02211 is #2FDDEE. Grayscale: #545454. Windows color (decimal): -3137007 or 1123024. OLE color: 1123024.
HSL color Cylindrical-coordinate representation of color #D02211: hue angle of 5.34º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D02211 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 17 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.18 |
| HSL | 5.34º | 0.85% | 0.44% | - |
| HSV(B) | 5.34º | 0.92% | 0.82% | - |
| XYZ | 26.69 | 14.59 | 1.94 | - |
| YUV | 84.09 | 90.15 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 17 | 0 | 0.84 | 0.92 | 0.18 | 5.34 | 0.85 | 0.44 |
| Hex | D0 | 22 | 11 | 0 | 54 | 5C | 12 | 5 | 55 | 2C |
| Octal | 320 | 42 | 21 | 0 | 124 | 134 | 22 | 5 | 125 | 54 |
| Binary | 11010000 | 100010 | 10001 | 0 | 1010100 | 1011100 | 10010 | 101 | 1010101 | 101100 |
Color Harmonies of #D02211
Complementary color
Monochromatic Colors of #D02211
Black with #D02211
Text Example
Text Example
White with #D02211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02211; }
p { color: rgb(208,34,17); }
H1.HeaderClassName
{
color: #D02211;
}
.AnyTagClassName
{
color: #D02211;
}
</style>
background-color css
<style>
a { background-color: #D02211; }
a { background-color: rgb(208,34,17); }
div.DivClassName
{
background-color: #D02211;
}
.BgClassName
{
background-color: #D02211;
}
</style>
border-color css
<style>
span { border-color: #D02211; }
span { border-color: rgb(208,34,17); }
td.TdClassName
{
border-color: #D02211;
}
.TagClassName
{
border-color: #D02211;
}
</style>