Html Css Color HEX #D73F16 Harley Davidson Orange
📋 copy color: '#D73F16'red 215 ◦ green 63 ◦ blue 22
Shades of Harley Davidson Orange #D73F16
Tints of Harley Davidson Orange #D73F16
RGB
CMYK
RGB Variations
Color information
#D73F16 (or 0xD73F16) is known color: Harley Davidson Orange. HEX triplet: D7, 3F and 16. RGB value is (215,63,22). Sum of RGB (Red+Green+Blue) = 215+63+22=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73F16 is #28C0E9. Grayscale: #686868. Windows color (decimal): -2670826 or 1458135. OLE color: 1458135.
HSL color Cylindrical-coordinate representation of color #D73F16: hue angle of 12.75º 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 #D73F16 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 22 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.16 |
| HSL | 12.75º | 0.81% | 0.46% | - |
| HSV(B) | 12.75º | 0.9% | 0.84% | - |
| XYZ | 29.95 | 18.06 | 2.67 | - |
| YUV | 103.77 | 81.86 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 22 | 0 | 0.71 | 0.90 | 0.16 | 12.75 | 0.81 | 0.46 |
| Hex | D7 | 3F | 16 | 0 | 47 | 5A | 10 | D | 51 | 2E |
| Octal | 327 | 77 | 26 | 0 | 107 | 132 | 20 | 15 | 121 | 56 |
| Binary | 11010111 | 111111 | 10110 | 0 | 1000111 | 1011010 | 10000 | 1101 | 1010001 | 101110 |
Color Harmonies of #D73F16
Complementary color
Monochromatic Colors of #D73F16
Black with #D73F16
Text Example
Text Example
White with #D73F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F16; }
p { color: rgb(215,63,22); }
H1.HeaderClassName
{
color: #D73F16;
}
.AnyTagClassName
{
color: #D73F16;
}
</style>
background-color css
<style>
a { background-color: #D73F16; }
a { background-color: rgb(215,63,22); }
div.DivClassName
{
background-color: #D73F16;
}
.BgClassName
{
background-color: #D73F16;
}
</style>
border-color css
<style>
span { border-color: #D73F16; }
span { border-color: rgb(215,63,22); }
td.TdClassName
{
border-color: #D73F16;
}
.TagClassName
{
border-color: #D73F16;
}
</style>