Html Css Color HEX #D71E16 Harley Davidson Orange
📋 copy color: '#D71E16'red 215 ◦ green 30 ◦ blue 22
Shades of Harley Davidson Orange #D71E16
Tints of Harley Davidson Orange #D71E16
RGB
CMYK
RGB Variations
Color information
#D71E16 (or 0xD71E16) is known color: Harley Davidson Orange. HEX triplet: D7, 1E and 16. RGB value is (215,30,22). Sum of RGB (Red+Green+Blue) = 215+30+22=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71E16 is #28E1E9. Grayscale: #545454. Windows color (decimal): -2679274 or 1449687. OLE color: 1449687.
HSL color Cylindrical-coordinate representation of color #D71E16: hue angle of 2.49º 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 #D71E16 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 22 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.16 |
| HSL | 2.49º | 0.81% | 0.46% | - |
| HSV(B) | 2.49º | 0.9% | 0.84% | - |
| XYZ | 28.63 | 15.43 | 2.23 | - |
| YUV | 84.4 | 92.79 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 22 | 0 | 0.86 | 0.90 | 0.16 | 2.49 | 0.81 | 0.46 |
| Hex | D7 | 1E | 16 | 0 | 56 | 5A | 10 | 2 | 51 | 2E |
| Octal | 327 | 36 | 26 | 0 | 126 | 132 | 20 | 2 | 121 | 56 |
| Binary | 11010111 | 11110 | 10110 | 0 | 1010110 | 1011010 | 10000 | 10 | 1010001 | 101110 |
Color Harmonies of #D71E16
Complementary color
Monochromatic Colors of #D71E16
Black with #D71E16
Text Example
Text Example
White with #D71E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E16; }
p { color: rgb(215,30,22); }
H1.HeaderClassName
{
color: #D71E16;
}
.AnyTagClassName
{
color: #D71E16;
}
</style>
background-color css
<style>
a { background-color: #D71E16; }
a { background-color: rgb(215,30,22); }
div.DivClassName
{
background-color: #D71E16;
}
.BgClassName
{
background-color: #D71E16;
}
</style>
border-color css
<style>
span { border-color: #D71E16; }
span { border-color: rgb(215,30,22); }
td.TdClassName
{
border-color: #D71E16;
}
.TagClassName
{
border-color: #D71E16;
}
</style>