Html Css Color HEX #E02210 Harley Davidson Orange
📋 copy color: '#E02210'red 224 ◦ green 34 ◦ blue 16
Shades of Harley Davidson Orange #E02210
Tints of Harley Davidson Orange #E02210
RGB
CMYK
RGB Variations
Color information
#E02210 (or 0xE02210) is known color: Harley Davidson Orange. HEX triplet: E0, 22 and 10. RGB value is (224,34,16). Sum of RGB (Red+Green+Blue) = 224+34+16=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E02210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02210 is #1FDDEF. Grayscale: #595959. Windows color (decimal): -2088432 or 1057504. OLE color: 1057504.
HSL color Cylindrical-coordinate representation of color #E02210: hue angle of 5.19º 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 #E02210 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 16 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.12 |
| HSL | 5.19º | 0.87% | 0.47% | - |
| HSV(B) | 5.19º | 0.93% | 0.88% | - |
| XYZ | 31.41 | 17.03 | 2.12 | - |
| YUV | 88.76 | 86.95 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 16 | 0 | 0.85 | 0.93 | 0.12 | 5.19 | 0.87 | 0.47 |
| Hex | E0 | 22 | 10 | 0 | 55 | 5D | C | 5 | 57 | 2F |
| Octal | 340 | 42 | 20 | 0 | 125 | 135 | 14 | 5 | 127 | 57 |
| Binary | 11100000 | 100010 | 10000 | 0 | 1010101 | 1011101 | 1100 | 101 | 1010111 | 101111 |
Color Harmonies of #E02210
Complementary color
Monochromatic Colors of #E02210
Black with #E02210
Text Example
Text Example
White with #E02210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02210; }
p { color: rgb(224,34,16); }
H1.HeaderClassName
{
color: #E02210;
}
.AnyTagClassName
{
color: #E02210;
}
</style>
background-color css
<style>
a { background-color: #E02210; }
a { background-color: rgb(224,34,16); }
div.DivClassName
{
background-color: #E02210;
}
.BgClassName
{
background-color: #E02210;
}
</style>
border-color css
<style>
span { border-color: #E02210; }
span { border-color: rgb(224,34,16); }
td.TdClassName
{
border-color: #E02210;
}
.TagClassName
{
border-color: #E02210;
}
</style>