Html Css Color HEX #D93617 Harley Davidson Orange
📋 copy color: '#D93617'red 217 ◦ green 54 ◦ blue 23
Shades of Harley Davidson Orange #D93617
Tints of Harley Davidson Orange #D93617
RGB
CMYK
RGB Variations
Color information
#D93617 (or 0xD93617) is known color: Harley Davidson Orange. HEX triplet: D9, 36 and 17. RGB value is (217,54,23). Sum of RGB (Red+Green+Blue) = 217+54+23=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D93617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93617 is #26C9E8. Grayscale: #636363. Windows color (decimal): -2542057 or 1521369. OLE color: 1521369.
HSL color Cylindrical-coordinate representation of color #D93617: hue angle of 9.59º 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 #D93617 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 23 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.15 |
| HSL | 9.59º | 0.81% | 0.47% | - |
| HSV(B) | 9.59º | 0.89% | 0.85% | - |
| XYZ | 30.09 | 17.45 | 2.59 | - |
| YUV | 99.2 | 85 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 23 | 0 | 0.75 | 0.89 | 0.15 | 9.59 | 0.81 | 0.47 |
| Hex | D9 | 36 | 17 | 0 | 4B | 59 | F | A | 51 | 2F |
| Octal | 331 | 66 | 27 | 0 | 113 | 131 | 17 | 12 | 121 | 57 |
| Binary | 11011001 | 110110 | 10111 | 0 | 1001011 | 1011001 | 1111 | 1010 | 1010001 | 101111 |
Color Harmonies of #D93617
Complementary color
Monochromatic Colors of #D93617
Black with #D93617
Text Example
Text Example
White with #D93617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93617; }
p { color: rgb(217,54,23); }
H1.HeaderClassName
{
color: #D93617;
}
.AnyTagClassName
{
color: #D93617;
}
</style>
background-color css
<style>
a { background-color: #D93617; }
a { background-color: rgb(217,54,23); }
div.DivClassName
{
background-color: #D93617;
}
.BgClassName
{
background-color: #D93617;
}
</style>
border-color css
<style>
span { border-color: #D93617; }
span { border-color: rgb(217,54,23); }
td.TdClassName
{
border-color: #D93617;
}
.TagClassName
{
border-color: #D93617;
}
</style>