Html Css Color HEX #E02E10 Harley Davidson Orange
📋 copy color: '#E02E10'red 224 ◦ green 46 ◦ blue 16
Shades of Harley Davidson Orange #E02E10
Tints of Harley Davidson Orange #E02E10
RGB
CMYK
RGB Variations
Color information
#E02E10 (or 0xE02E10) is known color: Harley Davidson Orange. HEX triplet: E0, 2E and 10. RGB value is (224,46,16). Sum of RGB (Red+Green+Blue) = 224+46+16=286 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.32% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02E10 is #1FD1EF. Grayscale: #606060. Windows color (decimal): -2085360 or 1060576. OLE color: 1060576.
HSL color Cylindrical-coordinate representation of color #E02E10: hue angle of 8.65º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E02E10 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 16 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.12 |
| HSL | 8.65º | 0.87% | 0.47% | - |
| HSV(B) | 8.65º | 0.93% | 0.88% | - |
| XYZ | 31.81 | 17.84 | 2.26 | - |
| YUV | 95.8 | 82.97 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 16 | 0 | 0.79 | 0.93 | 0.12 | 8.65 | 0.87 | 0.47 |
| Hex | E0 | 2E | 10 | 0 | 4F | 5D | C | 9 | 57 | 2F |
| Octal | 340 | 56 | 20 | 0 | 117 | 135 | 14 | 11 | 127 | 57 |
| Binary | 11100000 | 101110 | 10000 | 0 | 1001111 | 1011101 | 1100 | 1001 | 1010111 | 101111 |
Color Harmonies of #E02E10
Complementary color
Monochromatic Colors of #E02E10
Black with #E02E10
Text Example
Text Example
White with #E02E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02E10; }
p { color: rgb(224,46,16); }
H1.HeaderClassName
{
color: #E02E10;
}
.AnyTagClassName
{
color: #E02E10;
}
</style>
background-color css
<style>
a { background-color: #E02E10; }
a { background-color: rgb(224,46,16); }
div.DivClassName
{
background-color: #E02E10;
}
.BgClassName
{
background-color: #E02E10;
}
</style>
border-color css
<style>
span { border-color: #E02E10; }
span { border-color: rgb(224,46,16); }
td.TdClassName
{
border-color: #E02E10;
}
.TagClassName
{
border-color: #E02E10;
}
</style>