Html Css Color HEX #D73A16 Harley Davidson Orange
📋 copy color: '#D73A16'red 215 ◦ green 58 ◦ blue 22
Shades of Harley Davidson Orange #D73A16
Tints of Harley Davidson Orange #D73A16
RGB
CMYK
RGB Variations
Color information
#D73A16 (or 0xD73A16) is known color: Harley Davidson Orange. HEX triplet: D7, 3A and 16. RGB value is (215,58,22). Sum of RGB (Red+Green+Blue) = 215+58+22=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73A16 is #28C5E9. Grayscale: #656565. Windows color (decimal): -2672106 or 1456855. OLE color: 1456855.
HSL color Cylindrical-coordinate representation of color #D73A16: hue angle of 11.19º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D73A16 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 22 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.16 |
| HSL | 11.19º | 0.81% | 0.46% | - |
| HSV(B) | 11.19º | 0.9% | 0.84% | - |
| XYZ | 29.68 | 17.53 | 2.58 | - |
| YUV | 100.84 | 83.51 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 22 | 0 | 0.73 | 0.90 | 0.16 | 11.19 | 0.81 | 0.46 |
| Hex | D7 | 3A | 16 | 0 | 49 | 5A | 10 | B | 51 | 2E |
| Octal | 327 | 72 | 26 | 0 | 111 | 132 | 20 | 13 | 121 | 56 |
| Binary | 11010111 | 111010 | 10110 | 0 | 1001001 | 1011010 | 10000 | 1011 | 1010001 | 101110 |
Color Harmonies of #D73A16
Complementary color
Monochromatic Colors of #D73A16
Black with #D73A16
Text Example
Text Example
White with #D73A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73A16; }
p { color: rgb(215,58,22); }
H1.HeaderClassName
{
color: #D73A16;
}
.AnyTagClassName
{
color: #D73A16;
}
</style>
background-color css
<style>
a { background-color: #D73A16; }
a { background-color: rgb(215,58,22); }
div.DivClassName
{
background-color: #D73A16;
}
.BgClassName
{
background-color: #D73A16;
}
</style>
border-color css
<style>
span { border-color: #D73A16; }
span { border-color: rgb(215,58,22); }
td.TdClassName
{
border-color: #D73A16;
}
.TagClassName
{
border-color: #D73A16;
}
</style>