Html Css Color HEX #D73316 Harley Davidson Orange
📋 copy color: '#D73316'red 215 ◦ green 51 ◦ blue 22
Shades of Harley Davidson Orange #D73316
Tints of Harley Davidson Orange #D73316
RGB
CMYK
RGB Variations
Color information
#D73316 (or 0xD73316) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 16. RGB value is (215,51,22). Sum of RGB (Red+Green+Blue) = 215+51+22=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D73316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73316 is #28CCE9. Grayscale: #616161. Windows color (decimal): -2673898 or 1455063. OLE color: 1455063.
HSL color Cylindrical-coordinate representation of color #D73316: hue angle of 9.02º 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 #D73316 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 22 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.16 |
| HSL | 9.02º | 0.81% | 0.46% | - |
| HSV(B) | 9.02º | 0.9% | 0.84% | - |
| XYZ | 29.35 | 16.87 | 2.47 | - |
| YUV | 96.73 | 85.83 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 22 | 0 | 0.76 | 0.90 | 0.16 | 9.02 | 0.81 | 0.46 |
| Hex | D7 | 33 | 16 | 0 | 4C | 5A | 10 | 9 | 51 | 2E |
| Octal | 327 | 63 | 26 | 0 | 114 | 132 | 20 | 11 | 121 | 56 |
| Binary | 11010111 | 110011 | 10110 | 0 | 1001100 | 1011010 | 10000 | 1001 | 1010001 | 101110 |
Color Harmonies of #D73316
Complementary color
Monochromatic Colors of #D73316
Black with #D73316
Text Example
Text Example
White with #D73316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73316; }
p { color: rgb(215,51,22); }
H1.HeaderClassName
{
color: #D73316;
}
.AnyTagClassName
{
color: #D73316;
}
</style>
background-color css
<style>
a { background-color: #D73316; }
a { background-color: rgb(215,51,22); }
div.DivClassName
{
background-color: #D73316;
}
.BgClassName
{
background-color: #D73316;
}
</style>
border-color css
<style>
span { border-color: #D73316; }
span { border-color: rgb(215,51,22); }
td.TdClassName
{
border-color: #D73316;
}
.TagClassName
{
border-color: #D73316;
}
</style>