Html Css Color HEX #D73115 Harley Davidson Orange
📋 copy color: '#D73115'red 215 ◦ green 49 ◦ blue 21
Shades of Harley Davidson Orange #D73115
Tints of Harley Davidson Orange #D73115
RGB
CMYK
RGB Variations
Color information
#D73115 (or 0xD73115) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 15. RGB value is (215,49,21). Sum of RGB (Red+Green+Blue) = 215+49+21=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D73115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73115 is #28CEEA. Grayscale: #5F5F5F. Windows color (decimal): -2674411 or 1389015. OLE color: 1389015.
HSL color Cylindrical-coordinate representation of color #D73115: hue angle of 8.66º 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 #D73115 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 21 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.16 |
| HSL | 8.66º | 0.82% | 0.46% | - |
| HSV(B) | 8.66º | 0.9% | 0.84% | - |
| XYZ | 29.26 | 16.7 | 2.39 | - |
| YUV | 95.44 | 86 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 21 | 0 | 0.77 | 0.90 | 0.16 | 8.66 | 0.82 | 0.46 |
| Hex | D7 | 31 | 15 | 0 | 4D | 5A | 10 | 9 | 52 | 2E |
| Octal | 327 | 61 | 25 | 0 | 115 | 132 | 20 | 11 | 122 | 56 |
| Binary | 11010111 | 110001 | 10101 | 0 | 1001101 | 1011010 | 10000 | 1001 | 1010010 | 101110 |
Color Harmonies of #D73115
Complementary color
Monochromatic Colors of #D73115
Black with #D73115
Text Example
Text Example
White with #D73115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73115; }
p { color: rgb(215,49,21); }
H1.HeaderClassName
{
color: #D73115;
}
.AnyTagClassName
{
color: #D73115;
}
</style>
background-color css
<style>
a { background-color: #D73115; }
a { background-color: rgb(215,49,21); }
div.DivClassName
{
background-color: #D73115;
}
.BgClassName
{
background-color: #D73115;
}
</style>
border-color css
<style>
span { border-color: #D73115; }
span { border-color: rgb(215,49,21); }
td.TdClassName
{
border-color: #D73115;
}
.TagClassName
{
border-color: #D73115;
}
</style>