Html Css Color HEX #D72A16 Harley Davidson Orange
📋 copy color: '#D72A16'red 215 ◦ green 42 ◦ blue 22
Shades of Harley Davidson Orange #D72A16
Tints of Harley Davidson Orange #D72A16
RGB
CMYK
RGB Variations
Color information
#D72A16 (or 0xD72A16) is known color: Harley Davidson Orange. HEX triplet: D7, 2A and 16. RGB value is (215,42,22). Sum of RGB (Red+Green+Blue) = 215+42+22=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72A16 is #28D5E9. Grayscale: #5B5B5B. Windows color (decimal): -2676202 or 1452759. OLE color: 1452759.
HSL color Cylindrical-coordinate representation of color #D72A16: hue angle of 6.22º 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 #D72A16 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 22 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.16 |
| HSL | 6.22º | 0.81% | 0.46% | - |
| HSV(B) | 6.22º | 0.9% | 0.84% | - |
| XYZ | 29 | 16.16 | 2.35 | - |
| YUV | 91.45 | 88.81 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 22 | 0 | 0.80 | 0.90 | 0.16 | 6.22 | 0.81 | 0.46 |
| Hex | D7 | 2A | 16 | 0 | 50 | 5A | 10 | 6 | 51 | 2E |
| Octal | 327 | 52 | 26 | 0 | 120 | 132 | 20 | 6 | 121 | 56 |
| Binary | 11010111 | 101010 | 10110 | 0 | 1010000 | 1011010 | 10000 | 110 | 1010001 | 101110 |
Color Harmonies of #D72A16
Complementary color
Monochromatic Colors of #D72A16
Black with #D72A16
Text Example
Text Example
White with #D72A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A16; }
p { color: rgb(215,42,22); }
H1.HeaderClassName
{
color: #D72A16;
}
.AnyTagClassName
{
color: #D72A16;
}
</style>
background-color css
<style>
a { background-color: #D72A16; }
a { background-color: rgb(215,42,22); }
div.DivClassName
{
background-color: #D72A16;
}
.BgClassName
{
background-color: #D72A16;
}
</style>
border-color css
<style>
span { border-color: #D72A16; }
span { border-color: rgb(215,42,22); }
td.TdClassName
{
border-color: #D72A16;
}
.TagClassName
{
border-color: #D72A16;
}
</style>