Html Css Color HEX #D73113 Harley Davidson Orange
📋 copy color: '#D73113'red 215 ◦ green 49 ◦ blue 19
Shades of Harley Davidson Orange #D73113
Tints of Harley Davidson Orange #D73113
RGB
CMYK
RGB Variations
Color information
#D73113 (or 0xD73113) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 13. RGB value is (215,49,19). Sum of RGB (Red+Green+Blue) = 215+49+19=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D73113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73113 is #28CEEC. Grayscale: #5F5F5F. Windows color (decimal): -2674413 or 1257943. OLE color: 1257943.
HSL color Cylindrical-coordinate representation of color #D73113: hue angle of 9.18º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D73113 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 19 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.16 |
| HSL | 9.18º | 0.84% | 0.46% | - |
| HSV(B) | 9.18º | 0.91% | 0.84% | - |
| XYZ | 29.24 | 16.69 | 2.3 | - |
| YUV | 95.21 | 85 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 19 | 0 | 0.77 | 0.91 | 0.16 | 9.18 | 0.84 | 0.46 |
| Hex | D7 | 31 | 13 | 0 | 4D | 5B | 10 | 9 | 54 | 2E |
| Octal | 327 | 61 | 23 | 0 | 115 | 133 | 20 | 11 | 124 | 56 |
| Binary | 11010111 | 110001 | 10011 | 0 | 1001101 | 1011011 | 10000 | 1001 | 1010100 | 101110 |
Color Harmonies of #D73113
Complementary color
Monochromatic Colors of #D73113
Black with #D73113
Text Example
Text Example
White with #D73113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73113; }
p { color: rgb(215,49,19); }
H1.HeaderClassName
{
color: #D73113;
}
.AnyTagClassName
{
color: #D73113;
}
</style>
background-color css
<style>
a { background-color: #D73113; }
a { background-color: rgb(215,49,19); }
div.DivClassName
{
background-color: #D73113;
}
.BgClassName
{
background-color: #D73113;
}
</style>
border-color css
<style>
span { border-color: #D73113; }
span { border-color: rgb(215,49,19); }
td.TdClassName
{
border-color: #D73113;
}
.TagClassName
{
border-color: #D73113;
}
</style>