Html Css Color HEX #D71A17 Harley Davidson Orange
📋 copy color: '#D71A17'red 215 ◦ green 26 ◦ blue 23
Shades of Harley Davidson Orange #D71A17
Tints of Harley Davidson Orange #D71A17
RGB
CMYK
RGB Variations
Color information
#D71A17 (or 0xD71A17) is known color: Harley Davidson Orange. HEX triplet: D7, 1A and 17. RGB value is (215,26,23). Sum of RGB (Red+Green+Blue) = 215+26+23=264 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.44% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71A17 is #28E5E8. Grayscale: #525252. Windows color (decimal): -2680297 or 1514199. OLE color: 1514199.
HSL color Cylindrical-coordinate representation of color #D71A17: hue angle of 0.94º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71A17 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 23 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.16 |
| HSL | 0.94º | 0.81% | 0.47% | - |
| HSV(B) | 0.94º | 0.89% | 0.84% | - |
| XYZ | 28.55 | 15.25 | 2.25 | - |
| YUV | 82.17 | 94.62 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 23 | 0 | 0.88 | 0.89 | 0.16 | 0.94 | 0.81 | 0.47 |
| Hex | D7 | 1A | 17 | 0 | 58 | 59 | 10 | 1 | 51 | 2F |
| Octal | 327 | 32 | 27 | 0 | 130 | 131 | 20 | 1 | 121 | 57 |
| Binary | 11010111 | 11010 | 10111 | 0 | 1011000 | 1011001 | 10000 | 1 | 1010001 | 101111 |
Color Harmonies of #D71A17
Complementary color
Monochromatic Colors of #D71A17
Black with #D71A17
Text Example
Text Example
White with #D71A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71A17; }
p { color: rgb(215,26,23); }
H1.HeaderClassName
{
color: #D71A17;
}
.AnyTagClassName
{
color: #D71A17;
}
</style>
background-color css
<style>
a { background-color: #D71A17; }
a { background-color: rgb(215,26,23); }
div.DivClassName
{
background-color: #D71A17;
}
.BgClassName
{
background-color: #D71A17;
}
</style>
border-color css
<style>
span { border-color: #D71A17; }
span { border-color: rgb(215,26,23); }
td.TdClassName
{
border-color: #D71A17;
}
.TagClassName
{
border-color: #D71A17;
}
</style>