Html Css Color HEX #E02E16 Harley Davidson Orange
📋 copy color: '#E02E16'red 224 ◦ green 46 ◦ blue 22
Shades of Harley Davidson Orange #E02E16
Tints of Harley Davidson Orange #E02E16
RGB
CMYK
RGB Variations
Color information
#E02E16 (or 0xE02E16) is known color: Harley Davidson Orange. HEX triplet: E0, 2E and 16. RGB value is (224,46,22). Sum of RGB (Red+Green+Blue) = 224+46+22=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02E16 is #1FD1E9. Grayscale: #606060. Windows color (decimal): -2085354 or 1453792. OLE color: 1453792.
HSL color Cylindrical-coordinate representation of color #E02E16: hue angle of 7.13º 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 #E02E16 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 22 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.12 |
| HSL | 7.13º | 0.82% | 0.48% | - |
| HSV(B) | 7.13º | 0.9% | 0.88% | - |
| XYZ | 31.86 | 17.86 | 2.53 | - |
| YUV | 96.49 | 85.97 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 22 | 0 | 0.79 | 0.90 | 0.12 | 7.13 | 0.82 | 0.48 |
| Hex | E0 | 2E | 16 | 0 | 4F | 5A | C | 7 | 52 | 30 |
| Octal | 340 | 56 | 26 | 0 | 117 | 132 | 14 | 7 | 122 | 60 |
| Binary | 11100000 | 101110 | 10110 | 0 | 1001111 | 1011010 | 1100 | 111 | 1010010 | 110000 |
Color Harmonies of #E02E16
Complementary color
Monochromatic Colors of #E02E16
Black with #E02E16
Text Example
Text Example
White with #E02E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02E16; }
p { color: rgb(224,46,22); }
H1.HeaderClassName
{
color: #E02E16;
}
.AnyTagClassName
{
color: #E02E16;
}
</style>
background-color css
<style>
a { background-color: #E02E16; }
a { background-color: rgb(224,46,22); }
div.DivClassName
{
background-color: #E02E16;
}
.BgClassName
{
background-color: #E02E16;
}
</style>
border-color css
<style>
span { border-color: #E02E16; }
span { border-color: rgb(224,46,22); }
td.TdClassName
{
border-color: #E02E16;
}
.TagClassName
{
border-color: #E02E16;
}
</style>