Html Css Color HEX #E02C11 Harley Davidson Orange
📋 copy color: '#E02C11'red 224 ◦ green 44 ◦ blue 17
Shades of Harley Davidson Orange #E02C11
Tints of Harley Davidson Orange #E02C11
RGB
CMYK
RGB Variations
Color information
#E02C11 (or 0xE02C11) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 11. RGB value is (224,44,17). Sum of RGB (Red+Green+Blue) = 224+44+17=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C11 is #1FD3EE. Grayscale: #5F5F5F. Windows color (decimal): -2085871 or 1125600. OLE color: 1125600.
HSL color Cylindrical-coordinate representation of color #E02C11: hue angle of 7.83º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E02C11 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 17 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.12 |
| HSL | 7.83º | 0.86% | 0.47% | - |
| HSV(B) | 7.83º | 0.92% | 0.88% | - |
| XYZ | 31.74 | 17.69 | 2.27 | - |
| YUV | 94.74 | 84.13 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 17 | 0 | 0.80 | 0.92 | 0.12 | 7.83 | 0.86 | 0.47 |
| Hex | E0 | 2C | 11 | 0 | 50 | 5C | C | 8 | 56 | 2F |
| Octal | 340 | 54 | 21 | 0 | 120 | 134 | 14 | 10 | 126 | 57 |
| Binary | 11100000 | 101100 | 10001 | 0 | 1010000 | 1011100 | 1100 | 1000 | 1010110 | 101111 |
Color Harmonies of #E02C11
Complementary color
Monochromatic Colors of #E02C11
Black with #E02C11
Text Example
Text Example
White with #E02C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C11; }
p { color: rgb(224,44,17); }
H1.HeaderClassName
{
color: #E02C11;
}
.AnyTagClassName
{
color: #E02C11;
}
</style>
background-color css
<style>
a { background-color: #E02C11; }
a { background-color: rgb(224,44,17); }
div.DivClassName
{
background-color: #E02C11;
}
.BgClassName
{
background-color: #E02C11;
}
</style>
border-color css
<style>
span { border-color: #E02C11; }
span { border-color: rgb(224,44,17); }
td.TdClassName
{
border-color: #E02C11;
}
.TagClassName
{
border-color: #E02C11;
}
</style>