Html Css Color HEX #D73F15 Harley Davidson Orange
📋 copy color: '#D73F15'red 215 ◦ green 63 ◦ blue 21
Shades of Harley Davidson Orange #D73F15
Tints of Harley Davidson Orange #D73F15
RGB
CMYK
RGB Variations
Color information
#D73F15 (or 0xD73F15) is known color: Harley Davidson Orange. HEX triplet: D7, 3F and 15. RGB value is (215,63,21). Sum of RGB (Red+Green+Blue) = 215+63+21=299 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.91% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73F15 is #28C0EA. Grayscale: #676767. Windows color (decimal): -2670827 or 1392599. OLE color: 1392599.
HSL color Cylindrical-coordinate representation of color #D73F15: hue angle of 12.99º degrees, saturation: 0.82, 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 #D73F15 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 21 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.16 |
| HSL | 12.99º | 0.82% | 0.46% | - |
| HSV(B) | 12.99º | 0.9% | 0.84% | - |
| XYZ | 29.94 | 18.06 | 2.62 | - |
| YUV | 103.66 | 81.36 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 21 | 0 | 0.71 | 0.90 | 0.16 | 12.99 | 0.82 | 0.46 |
| Hex | D7 | 3F | 15 | 0 | 47 | 5A | 10 | D | 52 | 2E |
| Octal | 327 | 77 | 25 | 0 | 107 | 132 | 20 | 15 | 122 | 56 |
| Binary | 11010111 | 111111 | 10101 | 0 | 1000111 | 1011010 | 10000 | 1101 | 1010010 | 101110 |
Color Harmonies of #D73F15
Complementary color
Monochromatic Colors of #D73F15
Black with #D73F15
Text Example
Text Example
White with #D73F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F15; }
p { color: rgb(215,63,21); }
H1.HeaderClassName
{
color: #D73F15;
}
.AnyTagClassName
{
color: #D73F15;
}
</style>
background-color css
<style>
a { background-color: #D73F15; }
a { background-color: rgb(215,63,21); }
div.DivClassName
{
background-color: #D73F15;
}
.BgClassName
{
background-color: #D73F15;
}
</style>
border-color css
<style>
span { border-color: #D73F15; }
span { border-color: rgb(215,63,21); }
td.TdClassName
{
border-color: #D73F15;
}
.TagClassName
{
border-color: #D73F15;
}
</style>