Html Css Color HEX #E03416 Harley Davidson Orange
📋 copy color: '#E03416'red 224 ◦ green 52 ◦ blue 22
Shades of Harley Davidson Orange #E03416
Tints of Harley Davidson Orange #E03416
RGB
CMYK
RGB Variations
Color information
#E03416 (or 0xE03416) is known color: Harley Davidson Orange. HEX triplet: E0, 34 and 16. RGB value is (224,52,22). Sum of RGB (Red+Green+Blue) = 224+52+22=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E03416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03416 is #1FCBE9. Grayscale: #646464. Windows color (decimal): -2083818 or 1455328. OLE color: 1455328.
HSL color Cylindrical-coordinate representation of color #E03416: hue angle of 8.91º 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 #E03416 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 22 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.12 |
| HSL | 8.91º | 0.82% | 0.48% | - |
| HSV(B) | 8.91º | 0.9% | 0.88% | - |
| XYZ | 32.11 | 18.36 | 2.61 | - |
| YUV | 100.01 | 83.98 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 22 | 0 | 0.77 | 0.90 | 0.12 | 8.91 | 0.82 | 0.48 |
| Hex | E0 | 34 | 16 | 0 | 4D | 5A | C | 9 | 52 | 30 |
| Octal | 340 | 64 | 26 | 0 | 115 | 132 | 14 | 11 | 122 | 60 |
| Binary | 11100000 | 110100 | 10110 | 0 | 1001101 | 1011010 | 1100 | 1001 | 1010010 | 110000 |
Color Harmonies of #E03416
Complementary color
Monochromatic Colors of #E03416
Black with #E03416
Text Example
Text Example
White with #E03416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03416; }
p { color: rgb(224,52,22); }
H1.HeaderClassName
{
color: #E03416;
}
.AnyTagClassName
{
color: #E03416;
}
</style>
background-color css
<style>
a { background-color: #E03416; }
a { background-color: rgb(224,52,22); }
div.DivClassName
{
background-color: #E03416;
}
.BgClassName
{
background-color: #E03416;
}
</style>
border-color css
<style>
span { border-color: #E03416; }
span { border-color: rgb(224,52,22); }
td.TdClassName
{
border-color: #E03416;
}
.TagClassName
{
border-color: #E03416;
}
</style>