Html Css Color HEX #D71716 Harley Davidson Orange
📋 copy color: '#D71716'red 215 ◦ green 23 ◦ blue 22
Shades of Harley Davidson Orange #D71716
Tints of Harley Davidson Orange #D71716
RGB
CMYK
RGB Variations
Color information
#D71716 (or 0xD71716) is known color: Harley Davidson Orange. HEX triplet: D7, 17 and 16. RGB value is (215,23,22). Sum of RGB (Red+Green+Blue) = 215+23+22=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D71716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71716 is #28E8E9. Grayscale: #505050. Windows color (decimal): -2681066 or 1447895. OLE color: 1447895.
HSL color Cylindrical-coordinate representation of color #D71716: hue angle of 0.31º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71716 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 22 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.16 |
| HSL | 0.31º | 0.81% | 0.46% | - |
| HSV(B) | 0.31º | 0.9% | 0.84% | - |
| XYZ | 28.48 | 15.12 | 2.18 | - |
| YUV | 80.29 | 95.11 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 22 | 0 | 0.89 | 0.90 | 0.16 | 0.31 | 0.81 | 0.46 |
| Hex | D7 | 17 | 16 | 0 | 59 | 5A | 10 | 0 | 51 | 2E |
| Octal | 327 | 27 | 26 | 0 | 131 | 132 | 20 | 0 | 121 | 56 |
| Binary | 11010111 | 10111 | 10110 | 0 | 1011001 | 1011010 | 10000 | 0 | 1010001 | 101110 |
Color Harmonies of #D71716
Complementary color
Monochromatic Colors of #D71716
Black with #D71716
Text Example
Text Example
White with #D71716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71716; }
p { color: rgb(215,23,22); }
H1.HeaderClassName
{
color: #D71716;
}
.AnyTagClassName
{
color: #D71716;
}
</style>
background-color css
<style>
a { background-color: #D71716; }
a { background-color: rgb(215,23,22); }
div.DivClassName
{
background-color: #D71716;
}
.BgClassName
{
background-color: #D71716;
}
</style>
border-color css
<style>
span { border-color: #D71716; }
span { border-color: rgb(215,23,22); }
td.TdClassName
{
border-color: #D71716;
}
.TagClassName
{
border-color: #D71716;
}
</style>