Html Css Color HEX #D94611 Harley Davidson Orange
📋 copy color: '#D94611'red 217 ◦ green 70 ◦ blue 17
Shades of Harley Davidson Orange #D94611
Tints of Harley Davidson Orange #D94611
RGB
CMYK
RGB Variations
Color information
#D94611 (or 0xD94611) is known color: Harley Davidson Orange. HEX triplet: D9, 46 and 11. RGB value is (217,70,17). Sum of RGB (Red+Green+Blue) = 217+70+17=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D94611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94611 is #26B9EE. Grayscale: #6C6C6C. Windows color (decimal): -2537967 or 1132249. OLE color: 1132249.
HSL color Cylindrical-coordinate representation of color #D94611: hue angle of 15.9º 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 #D94611 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.15 |
| HSL | 15.9º | 0.85% | 0.46% | - |
| HSV(B) | 15.9º | 0.92% | 0.85% | - |
| XYZ | 30.91 | 19.17 | 2.6 | - |
| YUV | 107.91 | 76.7 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 17 | 0 | 0.68 | 0.92 | 0.15 | 15.9 | 0.85 | 0.46 |
| Hex | D9 | 46 | 11 | 0 | 44 | 5C | F | 10 | 55 | 2E |
| Octal | 331 | 106 | 21 | 0 | 104 | 134 | 17 | 20 | 125 | 56 |
| Binary | 11011001 | 1000110 | 10001 | 0 | 1000100 | 1011100 | 1111 | 10000 | 1010101 | 101110 |
Color Harmonies of #D94611
Complementary color
Monochromatic Colors of #D94611
Black with #D94611
Text Example
Text Example
White with #D94611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94611; }
p { color: rgb(217,70,17); }
H1.HeaderClassName
{
color: #D94611;
}
.AnyTagClassName
{
color: #D94611;
}
</style>
background-color css
<style>
a { background-color: #D94611; }
a { background-color: rgb(217,70,17); }
div.DivClassName
{
background-color: #D94611;
}
.BgClassName
{
background-color: #D94611;
}
</style>
border-color css
<style>
span { border-color: #D94611; }
span { border-color: rgb(217,70,17); }
td.TdClassName
{
border-color: #D94611;
}
.TagClassName
{
border-color: #D94611;
}
</style>