Html Css Color HEX #D72118 Harley Davidson Orange
📋 copy color: '#D72118'red 215 ◦ green 33 ◦ blue 24
Shades of Harley Davidson Orange #D72118
Tints of Harley Davidson Orange #D72118
RGB
CMYK
RGB Variations
Color information
#D72118 (or 0xD72118) is known color: Harley Davidson Orange. HEX triplet: D7, 21 and 18. RGB value is (215,33,24). Sum of RGB (Red+Green+Blue) = 215+33+24=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D72118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72118 is #28DEE7. Grayscale: #565656. Windows color (decimal): -2678504 or 1581527. OLE color: 1581527.
HSL color Cylindrical-coordinate representation of color #D72118: hue angle of 2.83º degrees, saturation: 0.8, 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 #D72118 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 24 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.16 |
| HSL | 2.83º | 0.8% | 0.47% | - |
| HSV(B) | 2.83º | 0.89% | 0.84% | - |
| XYZ | 28.73 | 15.6 | 2.36 | - |
| YUV | 86.39 | 92.8 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 24 | 0 | 0.85 | 0.89 | 0.16 | 2.83 | 0.8 | 0.47 |
| Hex | D7 | 21 | 18 | 0 | 55 | 59 | 10 | 3 | 50 | 2F |
| Octal | 327 | 41 | 30 | 0 | 125 | 131 | 20 | 3 | 120 | 57 |
| Binary | 11010111 | 100001 | 11000 | 0 | 1010101 | 1011001 | 10000 | 11 | 1010000 | 101111 |
Color Harmonies of #D72118
Complementary color
Monochromatic Colors of #D72118
Black with #D72118
Text Example
Text Example
White with #D72118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72118; }
p { color: rgb(215,33,24); }
H1.HeaderClassName
{
color: #D72118;
}
.AnyTagClassName
{
color: #D72118;
}
</style>
background-color css
<style>
a { background-color: #D72118; }
a { background-color: rgb(215,33,24); }
div.DivClassName
{
background-color: #D72118;
}
.BgClassName
{
background-color: #D72118;
}
</style>
border-color css
<style>
span { border-color: #D72118; }
span { border-color: rgb(215,33,24); }
td.TdClassName
{
border-color: #D72118;
}
.TagClassName
{
border-color: #D72118;
}
</style>