Html Css Color HEX #D94017 Harley Davidson Orange
📋 copy color: '#D94017'red 217 ◦ green 64 ◦ blue 23
Shades of Harley Davidson Orange #D94017
Tints of Harley Davidson Orange #D94017
RGB
CMYK
RGB Variations
Color information
#D94017 (or 0xD94017) is known color: Harley Davidson Orange. HEX triplet: D9, 40 and 17. RGB value is (217,64,23). Sum of RGB (Red+Green+Blue) = 217+64+23=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D94017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94017 is #26BFE8. Grayscale: #696969. Windows color (decimal): -2539497 or 1523929. OLE color: 1523929.
HSL color Cylindrical-coordinate representation of color #D94017: hue angle of 12.68º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D94017 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 23 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.15 |
| HSL | 12.68º | 0.81% | 0.47% | - |
| HSV(B) | 12.68º | 0.89% | 0.85% | - |
| XYZ | 30.6 | 18.48 | 2.76 | - |
| YUV | 105.07 | 81.69 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 23 | 0 | 0.71 | 0.89 | 0.15 | 12.68 | 0.81 | 0.47 |
| Hex | D9 | 40 | 17 | 0 | 47 | 59 | F | D | 51 | 2F |
| Octal | 331 | 100 | 27 | 0 | 107 | 131 | 17 | 15 | 121 | 57 |
| Binary | 11011001 | 1000000 | 10111 | 0 | 1000111 | 1011001 | 1111 | 1101 | 1010001 | 101111 |
Color Harmonies of #D94017
Complementary color
Monochromatic Colors of #D94017
Black with #D94017
Text Example
Text Example
White with #D94017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94017; }
p { color: rgb(217,64,23); }
H1.HeaderClassName
{
color: #D94017;
}
.AnyTagClassName
{
color: #D94017;
}
</style>
background-color css
<style>
a { background-color: #D94017; }
a { background-color: rgb(217,64,23); }
div.DivClassName
{
background-color: #D94017;
}
.BgClassName
{
background-color: #D94017;
}
</style>
border-color css
<style>
span { border-color: #D94017; }
span { border-color: rgb(217,64,23); }
td.TdClassName
{
border-color: #D94017;
}
.TagClassName
{
border-color: #D94017;
}
</style>