Html Css Color HEX #D72E0C Harley Davidson Orange
📋 copy color: '#D72E0C'red 215 ◦ green 46 ◦ blue 12
Shades of Harley Davidson Orange #D72E0C
Tints of Harley Davidson Orange #D72E0C
RGB
CMYK
RGB Variations
Color information
#D72E0C (or 0xD72E0C) is known color: Harley Davidson Orange. HEX triplet: D7, 2E and 0C. RGB value is (215,46,12). Sum of RGB (Red+Green+Blue) = 215+46+12=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72E0C is #28D1F3. Grayscale: #5C5C5C. Windows color (decimal): -2675188 or 798423. OLE color: 798423.
HSL color Cylindrical-coordinate representation of color #D72E0C: hue angle of 10.05º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D72E0C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 12 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.16 |
| HSL | 10.05º | 0.89% | 0.45% | - |
| HSV(B) | 10.05º | 0.94% | 0.84% | - |
| XYZ | 29.07 | 16.43 | 1.99 | - |
| YUV | 92.66 | 82.49 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 12 | 0 | 0.79 | 0.94 | 0.16 | 10.05 | 0.89 | 0.45 |
| Hex | D7 | 2E | C | 0 | 4F | 5E | 10 | A | 59 | 2D |
| Octal | 327 | 56 | 14 | 0 | 117 | 136 | 20 | 12 | 131 | 55 |
| Binary | 11010111 | 101110 | 1100 | 0 | 1001111 | 1011110 | 10000 | 1010 | 1011001 | 101101 |
Color Harmonies of #D72E0C
Complementary color
Monochromatic Colors of #D72E0C
Black with #D72E0C
Text Example
Text Example
White with #D72E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72E0C; }
p { color: rgb(215,46,12); }
H1.HeaderClassName
{
color: #D72E0C;
}
.AnyTagClassName
{
color: #D72E0C;
}
</style>
background-color css
<style>
a { background-color: #D72E0C; }
a { background-color: rgb(215,46,12); }
div.DivClassName
{
background-color: #D72E0C;
}
.BgClassName
{
background-color: #D72E0C;
}
</style>
border-color css
<style>
span { border-color: #D72E0C; }
span { border-color: rgb(215,46,12); }
td.TdClassName
{
border-color: #D72E0C;
}
.TagClassName
{
border-color: #D72E0C;
}
</style>