Html Css Color HEX #E03516 Harley Davidson Orange
📋 copy color: '#E03516'red 224 ◦ green 53 ◦ blue 22
Shades of Harley Davidson Orange #E03516
Tints of Harley Davidson Orange #E03516
RGB
CMYK
RGB Variations
Color information
#E03516 (or 0xE03516) is known color: Harley Davidson Orange. HEX triplet: E0, 35 and 16. RGB value is (224,53,22). Sum of RGB (Red+Green+Blue) = 224+53+22=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E03516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03516 is #1FCAE9. Grayscale: #646464. Windows color (decimal): -2083562 or 1455584. OLE color: 1455584.
HSL color Cylindrical-coordinate representation of color #E03516: hue angle of 9.21º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E03516 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 22 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.12 |
| HSL | 9.21º | 0.82% | 0.48% | - |
| HSV(B) | 9.21º | 0.9% | 0.88% | - |
| XYZ | 32.16 | 18.45 | 2.63 | - |
| YUV | 100.6 | 83.65 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 22 | 0 | 0.76 | 0.90 | 0.12 | 9.21 | 0.82 | 0.48 |
| Hex | E0 | 35 | 16 | 0 | 4C | 5A | C | 9 | 52 | 30 |
| Octal | 340 | 65 | 26 | 0 | 114 | 132 | 14 | 11 | 122 | 60 |
| Binary | 11100000 | 110101 | 10110 | 0 | 1001100 | 1011010 | 1100 | 1001 | 1010010 | 110000 |
Color Harmonies of #E03516
Complementary color
Monochromatic Colors of #E03516
Black with #E03516
Text Example
Text Example
White with #E03516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03516; }
p { color: rgb(224,53,22); }
H1.HeaderClassName
{
color: #E03516;
}
.AnyTagClassName
{
color: #E03516;
}
</style>
background-color css
<style>
a { background-color: #E03516; }
a { background-color: rgb(224,53,22); }
div.DivClassName
{
background-color: #E03516;
}
.BgClassName
{
background-color: #E03516;
}
</style>
border-color css
<style>
span { border-color: #E03516; }
span { border-color: rgb(224,53,22); }
td.TdClassName
{
border-color: #E03516;
}
.TagClassName
{
border-color: #E03516;
}
</style>