Html Css Color HEX #E02810 Harley Davidson Orange
📋 copy color: '#E02810'red 224 ◦ green 40 ◦ blue 16
Shades of Harley Davidson Orange #E02810
Tints of Harley Davidson Orange #E02810
RGB
CMYK
RGB Variations
Color information
#E02810 (or 0xE02810) is known color: Harley Davidson Orange. HEX triplet: E0, 28 and 10. RGB value is (224,40,16). Sum of RGB (Red+Green+Blue) = 224+40+16=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E02810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02810 is #1FD7EF. Grayscale: #5C5C5C. Windows color (decimal): -2086896 or 1059040. OLE color: 1059040.
HSL color Cylindrical-coordinate representation of color #E02810: hue angle of 6.92º 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 #E02810 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 16 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.12 |
| HSL | 6.92º | 0.87% | 0.47% | - |
| HSV(B) | 6.92º | 0.93% | 0.88% | - |
| XYZ | 31.59 | 17.4 | 2.18 | - |
| YUV | 92.28 | 84.96 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 16 | 0 | 0.82 | 0.93 | 0.12 | 6.92 | 0.87 | 0.47 |
| Hex | E0 | 28 | 10 | 0 | 52 | 5D | C | 7 | 57 | 2F |
| Octal | 340 | 50 | 20 | 0 | 122 | 135 | 14 | 7 | 127 | 57 |
| Binary | 11100000 | 101000 | 10000 | 0 | 1010010 | 1011101 | 1100 | 111 | 1010111 | 101111 |
Color Harmonies of #E02810
Complementary color
Monochromatic Colors of #E02810
Black with #E02810
Text Example
Text Example
White with #E02810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02810; }
p { color: rgb(224,40,16); }
H1.HeaderClassName
{
color: #E02810;
}
.AnyTagClassName
{
color: #E02810;
}
</style>
background-color css
<style>
a { background-color: #E02810; }
a { background-color: rgb(224,40,16); }
div.DivClassName
{
background-color: #E02810;
}
.BgClassName
{
background-color: #E02810;
}
</style>
border-color css
<style>
span { border-color: #E02810; }
span { border-color: rgb(224,40,16); }
td.TdClassName
{
border-color: #E02810;
}
.TagClassName
{
border-color: #E02810;
}
</style>