Html Css Color HEX #D73215 Harley Davidson Orange
📋 copy color: '#D73215'red 215 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #D73215
Tints of Harley Davidson Orange #D73215
RGB
CMYK
RGB Variations
Color information
#D73215 (or 0xD73215) is known color: Harley Davidson Orange. HEX triplet: D7, 32 and 15. RGB value is (215,50,21). Sum of RGB (Red+Green+Blue) = 215+50+21=286 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.17% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 215 - color contains mainly: red. Hex color #D73215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73215 is #28CDEA. Grayscale: #606060. Windows color (decimal): -2674155 or 1389271. OLE color: 1389271.
HSL color Cylindrical-coordinate representation of color #D73215: hue angle of 8.97º 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 #D73215 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 21 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.16 |
| HSL | 8.97º | 0.82% | 0.46% | - |
| HSV(B) | 8.97º | 0.9% | 0.84% | - |
| XYZ | 29.3 | 16.78 | 2.4 | - |
| YUV | 96.03 | 85.66 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 21 | 0 | 0.77 | 0.90 | 0.16 | 8.97 | 0.82 | 0.46 |
| Hex | D7 | 32 | 15 | 0 | 4D | 5A | 10 | 9 | 52 | 2E |
| Octal | 327 | 62 | 25 | 0 | 115 | 132 | 20 | 11 | 122 | 56 |
| Binary | 11010111 | 110010 | 10101 | 0 | 1001101 | 1011010 | 10000 | 1001 | 1010010 | 101110 |
Color Harmonies of #D73215
Complementary color
Monochromatic Colors of #D73215
Black with #D73215
Text Example
Text Example
White with #D73215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73215; }
p { color: rgb(215,50,21); }
H1.HeaderClassName
{
color: #D73215;
}
.AnyTagClassName
{
color: #D73215;
}
</style>
background-color css
<style>
a { background-color: #D73215; }
a { background-color: rgb(215,50,21); }
div.DivClassName
{
background-color: #D73215;
}
.BgClassName
{
background-color: #D73215;
}
</style>
border-color css
<style>
span { border-color: #D73215; }
span { border-color: rgb(215,50,21); }
td.TdClassName
{
border-color: #D73215;
}
.TagClassName
{
border-color: #D73215;
}
</style>