Html Css Color HEX #D72017 Harley Davidson Orange
📋 copy color: '#D72017'red 215 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #D72017
Tints of Harley Davidson Orange #D72017
RGB
CMYK
RGB Variations
Color information
#D72017 (or 0xD72017) is known color: Harley Davidson Orange. HEX triplet: D7, 20 and 17. RGB value is (215,32,23). Sum of RGB (Red+Green+Blue) = 215+32+23=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D72017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72017 is #28DFE8. Grayscale: #555555. Windows color (decimal): -2678761 or 1515735. OLE color: 1515735.
HSL color Cylindrical-coordinate representation of color #D72017: hue angle of 2.81º 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 #D72017 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 23 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.16 |
| HSL | 2.81º | 0.81% | 0.47% | - |
| HSV(B) | 2.81º | 0.89% | 0.84% | - |
| XYZ | 28.7 | 15.54 | 2.3 | - |
| YUV | 85.69 | 92.63 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 23 | 0 | 0.85 | 0.89 | 0.16 | 2.81 | 0.81 | 0.47 |
| Hex | D7 | 20 | 17 | 0 | 55 | 59 | 10 | 3 | 51 | 2F |
| Octal | 327 | 40 | 27 | 0 | 125 | 131 | 20 | 3 | 121 | 57 |
| Binary | 11010111 | 100000 | 10111 | 0 | 1010101 | 1011001 | 10000 | 11 | 1010001 | 101111 |
Color Harmonies of #D72017
Complementary color
Monochromatic Colors of #D72017
Black with #D72017
Text Example
Text Example
White with #D72017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72017; }
p { color: rgb(215,32,23); }
H1.HeaderClassName
{
color: #D72017;
}
.AnyTagClassName
{
color: #D72017;
}
</style>
background-color css
<style>
a { background-color: #D72017; }
a { background-color: rgb(215,32,23); }
div.DivClassName
{
background-color: #D72017;
}
.BgClassName
{
background-color: #D72017;
}
</style>
border-color css
<style>
span { border-color: #D72017; }
span { border-color: rgb(215,32,23); }
td.TdClassName
{
border-color: #D72017;
}
.TagClassName
{
border-color: #D72017;
}
</style>