Html Css Color HEX #D73C0C Harley Davidson Orange
📋 copy color: '#D73C0C'red 215 ◦ green 60 ◦ blue 12
Shades of Harley Davidson Orange #D73C0C
Tints of Harley Davidson Orange #D73C0C
RGB
CMYK
RGB Variations
Color information
#D73C0C (or 0xD73C0C) is known color: Harley Davidson Orange. HEX triplet: D7, 3C and 0C. RGB value is (215,60,12). Sum of RGB (Red+Green+Blue) = 215+60+12=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73C0C is #28C3F3. Grayscale: #656565. Windows color (decimal): -2671604 or 802007. OLE color: 802007.
HSL color Cylindrical-coordinate representation of color #D73C0C: hue angle of 14.19º 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 #D73C0C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.16 |
| HSL | 14.19º | 0.89% | 0.45% | - |
| HSV(B) | 14.19º | 0.94% | 0.84% | - |
| XYZ | 29.71 | 17.71 | 2.2 | - |
| YUV | 100.87 | 77.85 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 12 | 0 | 0.72 | 0.94 | 0.16 | 14.19 | 0.89 | 0.45 |
| Hex | D7 | 3C | C | 0 | 48 | 5E | 10 | E | 59 | 2D |
| Octal | 327 | 74 | 14 | 0 | 110 | 136 | 20 | 16 | 131 | 55 |
| Binary | 11010111 | 111100 | 1100 | 0 | 1001000 | 1011110 | 10000 | 1110 | 1011001 | 101101 |
Color Harmonies of #D73C0C
Complementary color
Monochromatic Colors of #D73C0C
Black with #D73C0C
Text Example
Text Example
White with #D73C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C0C; }
p { color: rgb(215,60,12); }
H1.HeaderClassName
{
color: #D73C0C;
}
.AnyTagClassName
{
color: #D73C0C;
}
</style>
background-color css
<style>
a { background-color: #D73C0C; }
a { background-color: rgb(215,60,12); }
div.DivClassName
{
background-color: #D73C0C;
}
.BgClassName
{
background-color: #D73C0C;
}
</style>
border-color css
<style>
span { border-color: #D73C0C; }
span { border-color: rgb(215,60,12); }
td.TdClassName
{
border-color: #D73C0C;
}
.TagClassName
{
border-color: #D73C0C;
}
</style>