Html Css Color HEX #D92211 Harley Davidson Orange
📋 copy color: '#D92211'red 217 ◦ green 34 ◦ blue 17
Shades of Harley Davidson Orange #D92211
Tints of Harley Davidson Orange #D92211
RGB
CMYK
RGB Variations
Color information
#D92211 (or 0xD92211) is known color: Harley Davidson Orange. HEX triplet: D9, 22 and 11. RGB value is (217,34,17). Sum of RGB (Red+Green+Blue) = 217+34+17=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D92211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92211 is #26DDEE. Grayscale: #575757. Windows color (decimal): -2547183 or 1123033. OLE color: 1123033.
HSL color Cylindrical-coordinate representation of color #D92211: hue angle of 5.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D92211 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 17 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.15 |
| HSL | 5.1º | 0.85% | 0.46% | - |
| HSV(B) | 5.1º | 0.92% | 0.85% | - |
| XYZ | 29.29 | 15.94 | 2.06 | - |
| YUV | 86.78 | 88.63 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 17 | 0 | 0.84 | 0.92 | 0.15 | 5.1 | 0.85 | 0.46 |
| Hex | D9 | 22 | 11 | 0 | 54 | 5C | F | 5 | 55 | 2E |
| Octal | 331 | 42 | 21 | 0 | 124 | 134 | 17 | 5 | 125 | 56 |
| Binary | 11011001 | 100010 | 10001 | 0 | 1010100 | 1011100 | 1111 | 101 | 1010101 | 101110 |
Color Harmonies of #D92211
Complementary color
Monochromatic Colors of #D92211
Black with #D92211
Text Example
Text Example
White with #D92211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92211; }
p { color: rgb(217,34,17); }
H1.HeaderClassName
{
color: #D92211;
}
.AnyTagClassName
{
color: #D92211;
}
</style>
background-color css
<style>
a { background-color: #D92211; }
a { background-color: rgb(217,34,17); }
div.DivClassName
{
background-color: #D92211;
}
.BgClassName
{
background-color: #D92211;
}
</style>
border-color css
<style>
span { border-color: #D92211; }
span { border-color: rgb(217,34,17); }
td.TdClassName
{
border-color: #D92211;
}
.TagClassName
{
border-color: #D92211;
}
</style>