Html Css Color HEX #D72A17 Harley Davidson Orange
📋 copy color: '#D72A17'red 215 ◦ green 42 ◦ blue 23
Shades of Harley Davidson Orange #D72A17
Tints of Harley Davidson Orange #D72A17
RGB
CMYK
RGB Variations
Color information
#D72A17 (or 0xD72A17) is known color: Harley Davidson Orange. HEX triplet: D7, 2A and 17. RGB value is (215,42,23). Sum of RGB (Red+Green+Blue) = 215+42+23=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72A17 is #28D5E8. Grayscale: #5B5B5B. Windows color (decimal): -2676201 or 1518295. OLE color: 1518295.
HSL color Cylindrical-coordinate representation of color #D72A17: hue angle of 5.94º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D72A17 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 23 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.16 |
| HSL | 5.94º | 0.81% | 0.47% | - |
| HSV(B) | 5.94º | 0.89% | 0.84% | - |
| XYZ | 29.01 | 16.16 | 2.4 | - |
| YUV | 91.56 | 89.31 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 23 | 0 | 0.80 | 0.89 | 0.16 | 5.94 | 0.81 | 0.47 |
| Hex | D7 | 2A | 17 | 0 | 50 | 59 | 10 | 6 | 51 | 2F |
| Octal | 327 | 52 | 27 | 0 | 120 | 131 | 20 | 6 | 121 | 57 |
| Binary | 11010111 | 101010 | 10111 | 0 | 1010000 | 1011001 | 10000 | 110 | 1010001 | 101111 |
Color Harmonies of #D72A17
Complementary color
Monochromatic Colors of #D72A17
Black with #D72A17
Text Example
Text Example
White with #D72A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A17; }
p { color: rgb(215,42,23); }
H1.HeaderClassName
{
color: #D72A17;
}
.AnyTagClassName
{
color: #D72A17;
}
</style>
background-color css
<style>
a { background-color: #D72A17; }
a { background-color: rgb(215,42,23); }
div.DivClassName
{
background-color: #D72A17;
}
.BgClassName
{
background-color: #D72A17;
}
</style>
border-color css
<style>
span { border-color: #D72A17; }
span { border-color: rgb(215,42,23); }
td.TdClassName
{
border-color: #D72A17;
}
.TagClassName
{
border-color: #D72A17;
}
</style>