Html Css Color HEX #D71E17 Harley Davidson Orange
📋 copy color: '#D71E17'red 215 ◦ green 30 ◦ blue 23
Shades of Harley Davidson Orange #D71E17
Tints of Harley Davidson Orange #D71E17
RGB
CMYK
RGB Variations
Color information
#D71E17 (or 0xD71E17) is known color: Harley Davidson Orange. HEX triplet: D7, 1E and 17. RGB value is (215,30,23). Sum of RGB (Red+Green+Blue) = 215+30+23=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71E17 is #28E1E8. Grayscale: #545454. Windows color (decimal): -2679273 or 1515223. OLE color: 1515223.
HSL color Cylindrical-coordinate representation of color #D71E17: hue angle of 2.19º 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 #D71E17 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 23 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.16 |
| HSL | 2.19º | 0.81% | 0.47% | - |
| HSV(B) | 2.19º | 0.89% | 0.84% | - |
| XYZ | 28.64 | 15.44 | 2.28 | - |
| YUV | 84.52 | 93.29 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 23 | 0 | 0.86 | 0.89 | 0.16 | 2.19 | 0.81 | 0.47 |
| Hex | D7 | 1E | 17 | 0 | 56 | 59 | 10 | 2 | 51 | 2F |
| Octal | 327 | 36 | 27 | 0 | 126 | 131 | 20 | 2 | 121 | 57 |
| Binary | 11010111 | 11110 | 10111 | 0 | 1010110 | 1011001 | 10000 | 10 | 1010001 | 101111 |
Color Harmonies of #D71E17
Complementary color
Monochromatic Colors of #D71E17
Black with #D71E17
Text Example
Text Example
White with #D71E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E17; }
p { color: rgb(215,30,23); }
H1.HeaderClassName
{
color: #D71E17;
}
.AnyTagClassName
{
color: #D71E17;
}
</style>
background-color css
<style>
a { background-color: #D71E17; }
a { background-color: rgb(215,30,23); }
div.DivClassName
{
background-color: #D71E17;
}
.BgClassName
{
background-color: #D71E17;
}
</style>
border-color css
<style>
span { border-color: #D71E17; }
span { border-color: rgb(215,30,23); }
td.TdClassName
{
border-color: #D71E17;
}
.TagClassName
{
border-color: #D71E17;
}
</style>