Html Css Color HEX #D73B16 Harley Davidson Orange
📋 copy color: '#D73B16'red 215 ◦ green 59 ◦ blue 22
Shades of Harley Davidson Orange #D73B16
Tints of Harley Davidson Orange #D73B16
RGB
CMYK
RGB Variations
Color information
#D73B16 (or 0xD73B16) is known color: Harley Davidson Orange. HEX triplet: D7, 3B and 16. RGB value is (215,59,22). Sum of RGB (Red+Green+Blue) = 215+59+22=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73B16 is #28C4E9. Grayscale: #656565. Windows color (decimal): -2671850 or 1457111. OLE color: 1457111.
HSL color Cylindrical-coordinate representation of color #D73B16: hue angle of 11.5º 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 #D73B16 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 22 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.16 |
| HSL | 11.5º | 0.81% | 0.46% | - |
| HSV(B) | 11.5º | 0.9% | 0.84% | - |
| XYZ | 29.73 | 17.63 | 2.6 | - |
| YUV | 101.43 | 83.18 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 22 | 0 | 0.73 | 0.90 | 0.16 | 11.5 | 0.81 | 0.46 |
| Hex | D7 | 3B | 16 | 0 | 49 | 5A | 10 | C | 51 | 2E |
| Octal | 327 | 73 | 26 | 0 | 111 | 132 | 20 | 14 | 121 | 56 |
| Binary | 11010111 | 111011 | 10110 | 0 | 1001001 | 1011010 | 10000 | 1100 | 1010001 | 101110 |
Color Harmonies of #D73B16
Complementary color
Monochromatic Colors of #D73B16
Black with #D73B16
Text Example
Text Example
White with #D73B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73B16; }
p { color: rgb(215,59,22); }
H1.HeaderClassName
{
color: #D73B16;
}
.AnyTagClassName
{
color: #D73B16;
}
</style>
background-color css
<style>
a { background-color: #D73B16; }
a { background-color: rgb(215,59,22); }
div.DivClassName
{
background-color: #D73B16;
}
.BgClassName
{
background-color: #D73B16;
}
</style>
border-color css
<style>
span { border-color: #D73B16; }
span { border-color: rgb(215,59,22); }
td.TdClassName
{
border-color: #D73B16;
}
.TagClassName
{
border-color: #D73B16;
}
</style>