Html Css Color HEX #D93217 Harley Davidson Orange
📋 copy color: '#D93217'red 217 ◦ green 50 ◦ blue 23
Shades of Harley Davidson Orange #D93217
Tints of Harley Davidson Orange #D93217
RGB
CMYK
RGB Variations
Color information
#D93217 (or 0xD93217) is known color: Harley Davidson Orange. HEX triplet: D9, 32 and 17. RGB value is (217,50,23). Sum of RGB (Red+Green+Blue) = 217+50+23=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D93217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93217 is #26CDE8. Grayscale: #616161. Windows color (decimal): -2543081 or 1520345. OLE color: 1520345.
HSL color Cylindrical-coordinate representation of color #D93217: hue angle of 8.35º 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 #D93217 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 23 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.15 |
| HSL | 8.35º | 0.81% | 0.47% | - |
| HSV(B) | 8.35º | 0.89% | 0.85% | - |
| XYZ | 29.91 | 17.09 | 2.53 | - |
| YUV | 96.86 | 86.33 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 23 | 0 | 0.77 | 0.89 | 0.15 | 8.35 | 0.81 | 0.47 |
| Hex | D9 | 32 | 17 | 0 | 4D | 59 | F | 8 | 51 | 2F |
| Octal | 331 | 62 | 27 | 0 | 115 | 131 | 17 | 10 | 121 | 57 |
| Binary | 11011001 | 110010 | 10111 | 0 | 1001101 | 1011001 | 1111 | 1000 | 1010001 | 101111 |
Color Harmonies of #D93217
Complementary color
Monochromatic Colors of #D93217
Black with #D93217
Text Example
Text Example
White with #D93217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93217; }
p { color: rgb(217,50,23); }
H1.HeaderClassName
{
color: #D93217;
}
.AnyTagClassName
{
color: #D93217;
}
</style>
background-color css
<style>
a { background-color: #D93217; }
a { background-color: rgb(217,50,23); }
div.DivClassName
{
background-color: #D93217;
}
.BgClassName
{
background-color: #D93217;
}
</style>
border-color css
<style>
span { border-color: #D93217; }
span { border-color: rgb(217,50,23); }
td.TdClassName
{
border-color: #D93217;
}
.TagClassName
{
border-color: #D93217;
}
</style>