Html Css Color HEX #D94011 Harley Davidson Orange
📋 copy color: '#D94011'red 217 ◦ green 64 ◦ blue 17
Shades of Harley Davidson Orange #D94011
Tints of Harley Davidson Orange #D94011
RGB
CMYK
RGB Variations
Color information
#D94011 (or 0xD94011) is known color: Harley Davidson Orange. HEX triplet: D9, 40 and 11. RGB value is (217,64,17). Sum of RGB (Red+Green+Blue) = 217+64+17=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D94011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94011 is #26BFEE. Grayscale: #686868. Windows color (decimal): -2539503 or 1130713. OLE color: 1130713.
HSL color Cylindrical-coordinate representation of color #D94011: hue angle of 14.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 #D94011 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 17 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.15 |
| HSL | 14.1º | 0.85% | 0.46% | - |
| HSV(B) | 14.1º | 0.92% | 0.85% | - |
| XYZ | 30.55 | 18.46 | 2.48 | - |
| YUV | 104.39 | 78.69 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 17 | 0 | 0.71 | 0.92 | 0.15 | 14.1 | 0.85 | 0.46 |
| Hex | D9 | 40 | 11 | 0 | 47 | 5C | F | E | 55 | 2E |
| Octal | 331 | 100 | 21 | 0 | 107 | 134 | 17 | 16 | 125 | 56 |
| Binary | 11011001 | 1000000 | 10001 | 0 | 1000111 | 1011100 | 1111 | 1110 | 1010101 | 101110 |
Color Harmonies of #D94011
Complementary color
Monochromatic Colors of #D94011
Black with #D94011
Text Example
Text Example
White with #D94011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94011; }
p { color: rgb(217,64,17); }
H1.HeaderClassName
{
color: #D94011;
}
.AnyTagClassName
{
color: #D94011;
}
</style>
background-color css
<style>
a { background-color: #D94011; }
a { background-color: rgb(217,64,17); }
div.DivClassName
{
background-color: #D94011;
}
.BgClassName
{
background-color: #D94011;
}
</style>
border-color css
<style>
span { border-color: #D94011; }
span { border-color: rgb(217,64,17); }
td.TdClassName
{
border-color: #D94011;
}
.TagClassName
{
border-color: #D94011;
}
</style>