Html Css Color HEX #D71A16 Harley Davidson Orange
📋 copy color: '#D71A16'red 215 ◦ green 26 ◦ blue 22
Shades of Harley Davidson Orange #D71A16
Tints of Harley Davidson Orange #D71A16
RGB
CMYK
RGB Variations
Color information
#D71A16 (or 0xD71A16) is known color: Harley Davidson Orange. HEX triplet: D7, 1A and 16. RGB value is (215,26,22). Sum of RGB (Red+Green+Blue) = 215+26+22=263 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.75% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71A16 is #28E5E9. Grayscale: #525252. Windows color (decimal): -2680298 or 1448663. OLE color: 1448663.
HSL color Cylindrical-coordinate representation of color #D71A16: hue angle of 1.24º 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 #D71A16 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 22 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.16 |
| HSL | 1.24º | 0.81% | 0.46% | - |
| HSV(B) | 1.24º | 0.9% | 0.84% | - |
| XYZ | 28.54 | 15.24 | 2.2 | - |
| YUV | 82.06 | 94.12 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 22 | 0 | 0.88 | 0.90 | 0.16 | 1.24 | 0.81 | 0.46 |
| Hex | D7 | 1A | 16 | 0 | 58 | 5A | 10 | 1 | 51 | 2E |
| Octal | 327 | 32 | 26 | 0 | 130 | 132 | 20 | 1 | 121 | 56 |
| Binary | 11010111 | 11010 | 10110 | 0 | 1011000 | 1011010 | 10000 | 1 | 1010001 | 101110 |
Color Harmonies of #D71A16
Complementary color
Monochromatic Colors of #D71A16
Black with #D71A16
Text Example
Text Example
White with #D71A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71A16; }
p { color: rgb(215,26,22); }
H1.HeaderClassName
{
color: #D71A16;
}
.AnyTagClassName
{
color: #D71A16;
}
</style>
background-color css
<style>
a { background-color: #D71A16; }
a { background-color: rgb(215,26,22); }
div.DivClassName
{
background-color: #D71A16;
}
.BgClassName
{
background-color: #D71A16;
}
</style>
border-color css
<style>
span { border-color: #D71A16; }
span { border-color: rgb(215,26,22); }
td.TdClassName
{
border-color: #D71A16;
}
.TagClassName
{
border-color: #D71A16;
}
</style>