Html Css Color HEX #D73310 Harley Davidson Orange
📋 copy color: '#D73310'red 215 ◦ green 51 ◦ blue 16
Shades of Harley Davidson Orange #D73310
Tints of Harley Davidson Orange #D73310
RGB
CMYK
RGB Variations
Color information
#D73310 (or 0xD73310) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 10. RGB value is (215,51,16). Sum of RGB (Red+Green+Blue) = 215+51+16=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D73310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73310 is #28CCEF. Grayscale: #606060. Windows color (decimal): -2673904 or 1061847. OLE color: 1061847.
HSL color Cylindrical-coordinate representation of color #D73310: hue angle of 10.55º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D73310 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 16 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.16 |
| HSL | 10.55º | 0.86% | 0.45% | - |
| HSV(B) | 10.55º | 0.93% | 0.84% | - |
| XYZ | 29.3 | 16.85 | 2.2 | - |
| YUV | 96.05 | 82.83 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 16 | 0 | 0.76 | 0.93 | 0.16 | 10.55 | 0.86 | 0.45 |
| Hex | D7 | 33 | 10 | 0 | 4C | 5D | 10 | B | 56 | 2D |
| Octal | 327 | 63 | 20 | 0 | 114 | 135 | 20 | 13 | 126 | 55 |
| Binary | 11010111 | 110011 | 10000 | 0 | 1001100 | 1011101 | 10000 | 1011 | 1010110 | 101101 |
Color Harmonies of #D73310
Complementary color
Monochromatic Colors of #D73310
Black with #D73310
Text Example
Text Example
White with #D73310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73310; }
p { color: rgb(215,51,16); }
H1.HeaderClassName
{
color: #D73310;
}
.AnyTagClassName
{
color: #D73310;
}
</style>
background-color css
<style>
a { background-color: #D73310; }
a { background-color: rgb(215,51,16); }
div.DivClassName
{
background-color: #D73310;
}
.BgClassName
{
background-color: #D73310;
}
</style>
border-color css
<style>
span { border-color: #D73310; }
span { border-color: rgb(215,51,16); }
td.TdClassName
{
border-color: #D73310;
}
.TagClassName
{
border-color: #D73310;
}
</style>