Html Css Color HEX #D72912 Harley Davidson Orange
📋 copy color: '#D72912'red 215 ◦ green 41 ◦ blue 18
Shades of Harley Davidson Orange #D72912
Tints of Harley Davidson Orange #D72912
RGB
CMYK
RGB Variations
Color information
#D72912 (or 0xD72912) is known color: Harley Davidson Orange. HEX triplet: D7, 29 and 12. RGB value is (215,41,18). Sum of RGB (Red+Green+Blue) = 215+41+18=274 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.47% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 215 - color contains mainly: red. Hex color #D72912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72912 is #28D6ED. Grayscale: #5A5A5A. Windows color (decimal): -2676462 or 1190359. OLE color: 1190359.
HSL color Cylindrical-coordinate representation of color #D72912: hue angle of 7.01º 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 #D72912 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 18 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.16 |
| HSL | 7.01º | 0.85% | 0.46% | - |
| HSV(B) | 7.01º | 0.92% | 0.84% | - |
| XYZ | 28.93 | 16.08 | 2.15 | - |
| YUV | 90.4 | 87.15 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 18 | 0 | 0.81 | 0.92 | 0.16 | 7.01 | 0.85 | 0.46 |
| Hex | D7 | 29 | 12 | 0 | 51 | 5C | 10 | 7 | 55 | 2E |
| Octal | 327 | 51 | 22 | 0 | 121 | 134 | 20 | 7 | 125 | 56 |
| Binary | 11010111 | 101001 | 10010 | 0 | 1010001 | 1011100 | 10000 | 111 | 1010101 | 101110 |
Color Harmonies of #D72912
Complementary color
Monochromatic Colors of #D72912
Black with #D72912
Text Example
Text Example
White with #D72912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72912; }
p { color: rgb(215,41,18); }
H1.HeaderClassName
{
color: #D72912;
}
.AnyTagClassName
{
color: #D72912;
}
</style>
background-color css
<style>
a { background-color: #D72912; }
a { background-color: rgb(215,41,18); }
div.DivClassName
{
background-color: #D72912;
}
.BgClassName
{
background-color: #D72912;
}
</style>
border-color css
<style>
span { border-color: #D72912; }
span { border-color: rgb(215,41,18); }
td.TdClassName
{
border-color: #D72912;
}
.TagClassName
{
border-color: #D72912;
}
</style>