Html Css Color HEX #D72012 Harley Davidson Orange
📋 copy color: '#D72012'red 215 ◦ green 32 ◦ blue 18
Shades of Harley Davidson Orange #D72012
Tints of Harley Davidson Orange #D72012
RGB
CMYK
RGB Variations
Color information
#D72012 (or 0xD72012) is known color: Harley Davidson Orange. HEX triplet: D7, 20 and 12. RGB value is (215,32,18). Sum of RGB (Red+Green+Blue) = 215+32+18=265 (35% of max value = 765). Red value is 215 (84.38% from 255 or 81.13% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 215 - color contains mainly: red. Hex color #D72012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72012 is #28DFED. Grayscale: #555555. Windows color (decimal): -2678766 or 1188055. OLE color: 1188055.
HSL color Cylindrical-coordinate representation of color #D72012: hue angle of 4.26º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D72012 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 18 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.16 |
| HSL | 4.26º | 0.85% | 0.46% | - |
| HSV(B) | 4.26º | 0.92% | 0.84% | - |
| XYZ | 28.65 | 15.52 | 2.06 | - |
| YUV | 85.12 | 90.13 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 18 | 0 | 0.85 | 0.92 | 0.16 | 4.26 | 0.85 | 0.46 |
| Hex | D7 | 20 | 12 | 0 | 55 | 5C | 10 | 4 | 55 | 2E |
| Octal | 327 | 40 | 22 | 0 | 125 | 134 | 20 | 4 | 125 | 56 |
| Binary | 11010111 | 100000 | 10010 | 0 | 1010101 | 1011100 | 10000 | 100 | 1010101 | 101110 |
Color Harmonies of #D72012
Complementary color
Monochromatic Colors of #D72012
Black with #D72012
Text Example
Text Example
White with #D72012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72012; }
p { color: rgb(215,32,18); }
H1.HeaderClassName
{
color: #D72012;
}
.AnyTagClassName
{
color: #D72012;
}
</style>
background-color css
<style>
a { background-color: #D72012; }
a { background-color: rgb(215,32,18); }
div.DivClassName
{
background-color: #D72012;
}
.BgClassName
{
background-color: #D72012;
}
</style>
border-color css
<style>
span { border-color: #D72012; }
span { border-color: rgb(215,32,18); }
td.TdClassName
{
border-color: #D72012;
}
.TagClassName
{
border-color: #D72012;
}
</style>