Html Css Color HEX #D93A17 Harley Davidson Orange
📋 copy color: '#D93A17'red 217 ◦ green 58 ◦ blue 23
Shades of Harley Davidson Orange #D93A17
Tints of Harley Davidson Orange #D93A17
RGB
CMYK
RGB Variations
Color information
#D93A17 (or 0xD93A17) is known color: Harley Davidson Orange. HEX triplet: D9, 3A and 17. RGB value is (217,58,23). Sum of RGB (Red+Green+Blue) = 217+58+23=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93A17 is #26C5E8. Grayscale: #656565. Windows color (decimal): -2541033 or 1522393. OLE color: 1522393.
HSL color Cylindrical-coordinate representation of color #D93A17: hue angle of 10.82º 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 #D93A17 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 23 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.15 |
| HSL | 10.82º | 0.81% | 0.47% | - |
| HSV(B) | 10.82º | 0.89% | 0.85% | - |
| XYZ | 30.28 | 17.84 | 2.66 | - |
| YUV | 101.55 | 83.68 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 23 | 0 | 0.73 | 0.89 | 0.15 | 10.82 | 0.81 | 0.47 |
| Hex | D9 | 3A | 17 | 0 | 49 | 59 | F | B | 51 | 2F |
| Octal | 331 | 72 | 27 | 0 | 111 | 131 | 17 | 13 | 121 | 57 |
| Binary | 11011001 | 111010 | 10111 | 0 | 1001001 | 1011001 | 1111 | 1011 | 1010001 | 101111 |
Color Harmonies of #D93A17
Complementary color
Monochromatic Colors of #D93A17
Black with #D93A17
Text Example
Text Example
White with #D93A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93A17; }
p { color: rgb(217,58,23); }
H1.HeaderClassName
{
color: #D93A17;
}
.AnyTagClassName
{
color: #D93A17;
}
</style>
background-color css
<style>
a { background-color: #D93A17; }
a { background-color: rgb(217,58,23); }
div.DivClassName
{
background-color: #D93A17;
}
.BgClassName
{
background-color: #D93A17;
}
</style>
border-color css
<style>
span { border-color: #D93A17; }
span { border-color: rgb(217,58,23); }
td.TdClassName
{
border-color: #D93A17;
}
.TagClassName
{
border-color: #D93A17;
}
</style>