Html Css Color HEX #D72D16 Harley Davidson Orange
📋 copy color: '#D72D16'red 215 ◦ green 45 ◦ blue 22
Shades of Harley Davidson Orange #D72D16
Tints of Harley Davidson Orange #D72D16
RGB
CMYK
RGB Variations
Color information
#D72D16 (or 0xD72D16) is known color: Harley Davidson Orange. HEX triplet: D7, 2D and 16. RGB value is (215,45,22). Sum of RGB (Red+Green+Blue) = 215+45+22=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72D16 is #28D2E9. Grayscale: #5D5D5D. Windows color (decimal): -2675434 or 1453527. OLE color: 1453527.
HSL color Cylindrical-coordinate representation of color #D72D16: hue angle of 7.15º 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 #D72D16 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 22 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.16 |
| HSL | 7.15º | 0.81% | 0.46% | - |
| HSV(B) | 7.15º | 0.9% | 0.84% | - |
| XYZ | 29.11 | 16.38 | 2.39 | - |
| YUV | 93.21 | 87.82 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 22 | 0 | 0.79 | 0.90 | 0.16 | 7.15 | 0.81 | 0.46 |
| Hex | D7 | 2D | 16 | 0 | 4F | 5A | 10 | 7 | 51 | 2E |
| Octal | 327 | 55 | 26 | 0 | 117 | 132 | 20 | 7 | 121 | 56 |
| Binary | 11010111 | 101101 | 10110 | 0 | 1001111 | 1011010 | 10000 | 111 | 1010001 | 101110 |
Color Harmonies of #D72D16
Complementary color
Monochromatic Colors of #D72D16
Black with #D72D16
Text Example
Text Example
White with #D72D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72D16; }
p { color: rgb(215,45,22); }
H1.HeaderClassName
{
color: #D72D16;
}
.AnyTagClassName
{
color: #D72D16;
}
</style>
background-color css
<style>
a { background-color: #D72D16; }
a { background-color: rgb(215,45,22); }
div.DivClassName
{
background-color: #D72D16;
}
.BgClassName
{
background-color: #D72D16;
}
</style>
border-color css
<style>
span { border-color: #D72D16; }
span { border-color: rgb(215,45,22); }
td.TdClassName
{
border-color: #D72D16;
}
.TagClassName
{
border-color: #D72D16;
}
</style>