Html Css Color HEX #D93717 Harley Davidson Orange
📋 copy color: '#D93717'red 217 ◦ green 55 ◦ blue 23
Shades of Harley Davidson Orange #D93717
Tints of Harley Davidson Orange #D93717
RGB
CMYK
RGB Variations
Color information
#D93717 (or 0xD93717) is known color: Harley Davidson Orange. HEX triplet: D9, 37 and 17. RGB value is (217,55,23). Sum of RGB (Red+Green+Blue) = 217+55+23=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D93717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93717 is #26C8E8. Grayscale: #646464. Windows color (decimal): -2541801 or 1521625. OLE color: 1521625.
HSL color Cylindrical-coordinate representation of color #D93717: hue angle of 9.9º 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 #D93717 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 23 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.15 |
| HSL | 9.9º | 0.81% | 0.47% | - |
| HSV(B) | 9.9º | 0.89% | 0.85% | - |
| XYZ | 30.14 | 17.55 | 2.61 | - |
| YUV | 99.79 | 84.67 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 23 | 0 | 0.75 | 0.89 | 0.15 | 9.9 | 0.81 | 0.47 |
| Hex | D9 | 37 | 17 | 0 | 4B | 59 | F | A | 51 | 2F |
| Octal | 331 | 67 | 27 | 0 | 113 | 131 | 17 | 12 | 121 | 57 |
| Binary | 11011001 | 110111 | 10111 | 0 | 1001011 | 1011001 | 1111 | 1010 | 1010001 | 101111 |
Color Harmonies of #D93717
Complementary color
Monochromatic Colors of #D93717
Black with #D93717
Text Example
Text Example
White with #D93717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93717; }
p { color: rgb(217,55,23); }
H1.HeaderClassName
{
color: #D93717;
}
.AnyTagClassName
{
color: #D93717;
}
</style>
background-color css
<style>
a { background-color: #D93717; }
a { background-color: rgb(217,55,23); }
div.DivClassName
{
background-color: #D93717;
}
.BgClassName
{
background-color: #D93717;
}
</style>
border-color css
<style>
span { border-color: #D93717; }
span { border-color: rgb(217,55,23); }
td.TdClassName
{
border-color: #D93717;
}
.TagClassName
{
border-color: #D93717;
}
</style>