Html Css Color HEX #D93511 Harley Davidson Orange
📋 copy color: '#D93511'red 217 ◦ green 53 ◦ blue 17
Shades of Harley Davidson Orange #D93511
Tints of Harley Davidson Orange #D93511
RGB
CMYK
RGB Variations
Color information
#D93511 (or 0xD93511) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 11. RGB value is (217,53,17). Sum of RGB (Red+Green+Blue) = 217+53+17=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D93511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93511 is #26CAEE. Grayscale: #626262. Windows color (decimal): -2542319 or 1127897. OLE color: 1127897.
HSL color Cylindrical-coordinate representation of color #D93511: hue angle of 10.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 #D93511 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 17 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.15 |
| HSL | 10.8º | 0.85% | 0.46% | - |
| HSV(B) | 10.8º | 0.92% | 0.85% | - |
| XYZ | 29.99 | 17.34 | 2.3 | - |
| YUV | 97.93 | 82.33 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 17 | 0 | 0.76 | 0.92 | 0.15 | 10.8 | 0.85 | 0.46 |
| Hex | D9 | 35 | 11 | 0 | 4C | 5C | F | B | 55 | 2E |
| Octal | 331 | 65 | 21 | 0 | 114 | 134 | 17 | 13 | 125 | 56 |
| Binary | 11011001 | 110101 | 10001 | 0 | 1001100 | 1011100 | 1111 | 1011 | 1010101 | 101110 |
Color Harmonies of #D93511
Complementary color
Monochromatic Colors of #D93511
Black with #D93511
Text Example
Text Example
White with #D93511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93511; }
p { color: rgb(217,53,17); }
H1.HeaderClassName
{
color: #D93511;
}
.AnyTagClassName
{
color: #D93511;
}
</style>
background-color css
<style>
a { background-color: #D93511; }
a { background-color: rgb(217,53,17); }
div.DivClassName
{
background-color: #D93511;
}
.BgClassName
{
background-color: #D93511;
}
</style>
border-color css
<style>
span { border-color: #D93511; }
span { border-color: rgb(217,53,17); }
td.TdClassName
{
border-color: #D93511;
}
.TagClassName
{
border-color: #D93511;
}
</style>