Html Css Color HEX #D73C12 Harley Davidson Orange
📋 copy color: '#D73C12'red 215 ◦ green 60 ◦ blue 18
Shades of Harley Davidson Orange #D73C12
Tints of Harley Davidson Orange #D73C12
RGB
CMYK
RGB Variations
Color information
#D73C12 (or 0xD73C12) is known color: Harley Davidson Orange. HEX triplet: D7, 3C and 12. RGB value is (215,60,18). Sum of RGB (Red+Green+Blue) = 215+60+18=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73C12 is #28C3ED. Grayscale: #656565. Windows color (decimal): -2671598 or 1195223. OLE color: 1195223.
HSL color Cylindrical-coordinate representation of color #D73C12: hue angle of 12.79º 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 #D73C12 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 18 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.16 |
| HSL | 12.79º | 0.85% | 0.46% | - |
| HSV(B) | 12.79º | 0.92% | 0.84% | - |
| XYZ | 29.75 | 17.72 | 2.43 | - |
| YUV | 101.56 | 80.85 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 18 | 0 | 0.72 | 0.92 | 0.16 | 12.79 | 0.85 | 0.46 |
| Hex | D7 | 3C | 12 | 0 | 48 | 5C | 10 | D | 55 | 2E |
| Octal | 327 | 74 | 22 | 0 | 110 | 134 | 20 | 15 | 125 | 56 |
| Binary | 11010111 | 111100 | 10010 | 0 | 1001000 | 1011100 | 10000 | 1101 | 1010101 | 101110 |
Color Harmonies of #D73C12
Complementary color
Monochromatic Colors of #D73C12
Black with #D73C12
Text Example
Text Example
White with #D73C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C12; }
p { color: rgb(215,60,18); }
H1.HeaderClassName
{
color: #D73C12;
}
.AnyTagClassName
{
color: #D73C12;
}
</style>
background-color css
<style>
a { background-color: #D73C12; }
a { background-color: rgb(215,60,18); }
div.DivClassName
{
background-color: #D73C12;
}
.BgClassName
{
background-color: #D73C12;
}
</style>
border-color css
<style>
span { border-color: #D73C12; }
span { border-color: rgb(215,60,18); }
td.TdClassName
{
border-color: #D73C12;
}
.TagClassName
{
border-color: #D73C12;
}
</style>