Html Css Color HEX #E03E16 Harley Davidson Orange
📋 copy color: '#E03E16'red 224 ◦ green 62 ◦ blue 22
Shades of Harley Davidson Orange #E03E16
Tints of Harley Davidson Orange #E03E16
RGB
CMYK
RGB Variations
Color information
#E03E16 (or 0xE03E16) is known color: Harley Davidson Orange. HEX triplet: E0, 3E and 16. RGB value is (224,62,22). Sum of RGB (Red+Green+Blue) = 224+62+22=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03E16 is #1FC1E9. Grayscale: #6A6A6A. Windows color (decimal): -2081258 or 1457888. OLE color: 1457888.
HSL color Cylindrical-coordinate representation of color #E03E16: hue angle of 11.88º 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 #E03E16 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 62 | 22 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.12 |
| HSL | 11.88º | 0.82% | 0.48% | - |
| HSV(B) | 11.88º | 0.9% | 0.88% | - |
| XYZ | 32.61 | 19.35 | 2.78 | - |
| YUV | 105.88 | 80.67 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 62 | 22 | 0 | 0.72 | 0.90 | 0.12 | 11.88 | 0.82 | 0.48 |
| Hex | E0 | 3E | 16 | 0 | 48 | 5A | C | C | 52 | 30 |
| Octal | 340 | 76 | 26 | 0 | 110 | 132 | 14 | 14 | 122 | 60 |
| Binary | 11100000 | 111110 | 10110 | 0 | 1001000 | 1011010 | 1100 | 1100 | 1010010 | 110000 |
Color Harmonies of #E03E16
Complementary color
Monochromatic Colors of #E03E16
Black with #E03E16
Text Example
Text Example
White with #E03E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03E16; }
p { color: rgb(224,62,22); }
H1.HeaderClassName
{
color: #E03E16;
}
.AnyTagClassName
{
color: #E03E16;
}
</style>
background-color css
<style>
a { background-color: #E03E16; }
a { background-color: rgb(224,62,22); }
div.DivClassName
{
background-color: #E03E16;
}
.BgClassName
{
background-color: #E03E16;
}
</style>
border-color css
<style>
span { border-color: #E03E16; }
span { border-color: rgb(224,62,22); }
td.TdClassName
{
border-color: #E03E16;
}
.TagClassName
{
border-color: #E03E16;
}
</style>