Html Css Color HEX #D73A12 Harley Davidson Orange
📋 copy color: '#D73A12'red 215 ◦ green 58 ◦ blue 18
Shades of Harley Davidson Orange #D73A12
Tints of Harley Davidson Orange #D73A12
RGB
CMYK
RGB Variations
Color information
#D73A12 (or 0xD73A12) is known color: Harley Davidson Orange. HEX triplet: D7, 3A and 12. RGB value is (215,58,18). Sum of RGB (Red+Green+Blue) = 215+58+18=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73A12 is #28C5ED. Grayscale: #646464. Windows color (decimal): -2672110 or 1194711. OLE color: 1194711.
HSL color Cylindrical-coordinate representation of color #D73A12: hue angle of 12.18º 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 #D73A12 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 18 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.16 |
| HSL | 12.18º | 0.85% | 0.46% | - |
| HSV(B) | 12.18º | 0.92% | 0.84% | - |
| XYZ | 29.65 | 17.52 | 2.39 | - |
| YUV | 100.38 | 81.51 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 18 | 0 | 0.73 | 0.92 | 0.16 | 12.18 | 0.85 | 0.46 |
| Hex | D7 | 3A | 12 | 0 | 49 | 5C | 10 | C | 55 | 2E |
| Octal | 327 | 72 | 22 | 0 | 111 | 134 | 20 | 14 | 125 | 56 |
| Binary | 11010111 | 111010 | 10010 | 0 | 1001001 | 1011100 | 10000 | 1100 | 1010101 | 101110 |
Color Harmonies of #D73A12
Complementary color
Monochromatic Colors of #D73A12
Black with #D73A12
Text Example
Text Example
White with #D73A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73A12; }
p { color: rgb(215,58,18); }
H1.HeaderClassName
{
color: #D73A12;
}
.AnyTagClassName
{
color: #D73A12;
}
</style>
background-color css
<style>
a { background-color: #D73A12; }
a { background-color: rgb(215,58,18); }
div.DivClassName
{
background-color: #D73A12;
}
.BgClassName
{
background-color: #D73A12;
}
</style>
border-color css
<style>
span { border-color: #D73A12; }
span { border-color: rgb(215,58,18); }
td.TdClassName
{
border-color: #D73A12;
}
.TagClassName
{
border-color: #D73A12;
}
</style>