Html Css Color HEX #D91711 Harley Davidson Orange
📋 copy color: '#D91711'red 217 ◦ green 23 ◦ blue 17
Shades of Harley Davidson Orange #D91711
Tints of Harley Davidson Orange #D91711
RGB
CMYK
RGB Variations
Color information
#D91711 (or 0xD91711) is known color: Harley Davidson Orange. HEX triplet: D9, 17 and 11. RGB value is (217,23,17). Sum of RGB (Red+Green+Blue) = 217+23+17=257 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.44% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 217 - color contains mainly: red. Hex color #D91711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91711 is #26E8EE. Grayscale: #505050. Windows color (decimal): -2549999 or 1120217. OLE color: 1120217.
HSL color Cylindrical-coordinate representation of color #D91711: hue angle of 1.8º 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 #D91711 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 17 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.15 |
| HSL | 1.8º | 0.85% | 0.46% | - |
| HSV(B) | 1.8º | 0.92% | 0.85% | - |
| XYZ | 29.02 | 15.4 | 1.97 | - |
| YUV | 80.32 | 92.27 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 17 | 0 | 0.89 | 0.92 | 0.15 | 1.8 | 0.85 | 0.46 |
| Hex | D9 | 17 | 11 | 0 | 59 | 5C | F | 2 | 55 | 2E |
| Octal | 331 | 27 | 21 | 0 | 131 | 134 | 17 | 2 | 125 | 56 |
| Binary | 11011001 | 10111 | 10001 | 0 | 1011001 | 1011100 | 1111 | 10 | 1010101 | 101110 |
Color Harmonies of #D91711
Complementary color
Monochromatic Colors of #D91711
Black with #D91711
Text Example
Text Example
White with #D91711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91711; }
p { color: rgb(217,23,17); }
H1.HeaderClassName
{
color: #D91711;
}
.AnyTagClassName
{
color: #D91711;
}
</style>
background-color css
<style>
a { background-color: #D91711; }
a { background-color: rgb(217,23,17); }
div.DivClassName
{
background-color: #D91711;
}
.BgClassName
{
background-color: #D91711;
}
</style>
border-color css
<style>
span { border-color: #D91711; }
span { border-color: rgb(217,23,17); }
td.TdClassName
{
border-color: #D91711;
}
.TagClassName
{
border-color: #D91711;
}
</style>