Html Css Color HEX #D72116 Harley Davidson Orange
📋 copy color: '#D72116'red 215 ◦ green 33 ◦ blue 22
Shades of Harley Davidson Orange #D72116
Tints of Harley Davidson Orange #D72116
RGB
CMYK
RGB Variations
Color information
#D72116 (or 0xD72116) is known color: Harley Davidson Orange. HEX triplet: D7, 21 and 16. RGB value is (215,33,22). Sum of RGB (Red+Green+Blue) = 215+33+22=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D72116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72116 is #28DEE9. Grayscale: #565656. Windows color (decimal): -2678506 or 1450455. OLE color: 1450455.
HSL color Cylindrical-coordinate representation of color #D72116: hue angle of 3.42º 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 #D72116 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 22 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.16 |
| HSL | 3.42º | 0.81% | 0.46% | - |
| HSV(B) | 3.42º | 0.9% | 0.84% | - |
| XYZ | 28.71 | 15.59 | 2.26 | - |
| YUV | 86.16 | 91.8 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 22 | 0 | 0.85 | 0.90 | 0.16 | 3.42 | 0.81 | 0.46 |
| Hex | D7 | 21 | 16 | 0 | 55 | 5A | 10 | 3 | 51 | 2E |
| Octal | 327 | 41 | 26 | 0 | 125 | 132 | 20 | 3 | 121 | 56 |
| Binary | 11010111 | 100001 | 10110 | 0 | 1010101 | 1011010 | 10000 | 11 | 1010001 | 101110 |
Color Harmonies of #D72116
Complementary color
Monochromatic Colors of #D72116
Black with #D72116
Text Example
Text Example
White with #D72116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72116; }
p { color: rgb(215,33,22); }
H1.HeaderClassName
{
color: #D72116;
}
.AnyTagClassName
{
color: #D72116;
}
</style>
background-color css
<style>
a { background-color: #D72116; }
a { background-color: rgb(215,33,22); }
div.DivClassName
{
background-color: #D72116;
}
.BgClassName
{
background-color: #D72116;
}
</style>
border-color css
<style>
span { border-color: #D72116; }
span { border-color: rgb(215,33,22); }
td.TdClassName
{
border-color: #D72116;
}
.TagClassName
{
border-color: #D72116;
}
</style>