Html Css Color HEX #E02E18 Harley Davidson Orange
📋 copy color: '#E02E18'red 224 ◦ green 46 ◦ blue 24
Shades of Harley Davidson Orange #E02E18
Tints of Harley Davidson Orange #E02E18
RGB
CMYK
RGB Variations
Color information
#E02E18 (or 0xE02E18) is known color: Harley Davidson Orange. HEX triplet: E0, 2E and 18. RGB value is (224,46,24). Sum of RGB (Red+Green+Blue) = 224+46+24=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02E18 is #1FD1E7. Grayscale: #606060. Windows color (decimal): -2085352 or 1584864. OLE color: 1584864.
HSL color Cylindrical-coordinate representation of color #E02E18: hue angle of 6.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E02E18 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 24 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.12 |
| HSL | 6.6º | 0.81% | 0.49% | - |
| HSV(B) | 6.6º | 0.89% | 0.88% | - |
| XYZ | 31.88 | 17.87 | 2.63 | - |
| YUV | 96.71 | 86.97 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 24 | 0 | 0.79 | 0.89 | 0.12 | 6.6 | 0.81 | 0.49 |
| Hex | E0 | 2E | 18 | 0 | 4F | 59 | C | 7 | 51 | 31 |
| Octal | 340 | 56 | 30 | 0 | 117 | 131 | 14 | 7 | 121 | 61 |
| Binary | 11100000 | 101110 | 11000 | 0 | 1001111 | 1011001 | 1100 | 111 | 1010001 | 110001 |
Color Harmonies of #E02E18
Complementary color
Monochromatic Colors of #E02E18
Black with #E02E18
Text Example
Text Example
White with #E02E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02E18; }
p { color: rgb(224,46,24); }
H1.HeaderClassName
{
color: #E02E18;
}
.AnyTagClassName
{
color: #E02E18;
}
</style>
background-color css
<style>
a { background-color: #E02E18; }
a { background-color: rgb(224,46,24); }
div.DivClassName
{
background-color: #E02E18;
}
.BgClassName
{
background-color: #E02E18;
}
</style>
border-color css
<style>
span { border-color: #E02E18; }
span { border-color: rgb(224,46,24); }
td.TdClassName
{
border-color: #E02E18;
}
.TagClassName
{
border-color: #E02E18;
}
</style>