Html Css Color HEX #E01C11 Harley Davidson Orange
📋 copy color: '#E01C11'red 224 ◦ green 28 ◦ blue 17
Shades of Harley Davidson Orange #E01C11
Tints of Harley Davidson Orange #E01C11
RGB
CMYK
RGB Variations
Color information
#E01C11 (or 0xE01C11) is known color: Harley Davidson Orange. HEX triplet: E0, 1C and 11. RGB value is (224,28,17). Sum of RGB (Red+Green+Blue) = 224+28+17=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01C11 is #1FE3EE. Grayscale: #555555. Windows color (decimal): -2089967 or 1121504. OLE color: 1121504.
HSL color Cylindrical-coordinate representation of color #E01C11: hue angle of 3.19º 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 #E01C11 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.12 |
| HSL | 3.19º | 0.86% | 0.47% | - |
| HSV(B) | 3.19º | 0.92% | 0.88% | - |
| XYZ | 31.26 | 16.72 | 2.11 | - |
| YUV | 85.35 | 89.43 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 17 | 0 | 0.88 | 0.92 | 0.12 | 3.19 | 0.86 | 0.47 |
| Hex | E0 | 1C | 11 | 0 | 58 | 5C | C | 3 | 56 | 2F |
| Octal | 340 | 34 | 21 | 0 | 130 | 134 | 14 | 3 | 126 | 57 |
| Binary | 11100000 | 11100 | 10001 | 0 | 1011000 | 1011100 | 1100 | 11 | 1010110 | 101111 |
Color Harmonies of #E01C11
Complementary color
Monochromatic Colors of #E01C11
Black with #E01C11
Text Example
Text Example
White with #E01C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C11; }
p { color: rgb(224,28,17); }
H1.HeaderClassName
{
color: #E01C11;
}
.AnyTagClassName
{
color: #E01C11;
}
</style>
background-color css
<style>
a { background-color: #E01C11; }
a { background-color: rgb(224,28,17); }
div.DivClassName
{
background-color: #E01C11;
}
.BgClassName
{
background-color: #E01C11;
}
</style>
border-color css
<style>
span { border-color: #E01C11; }
span { border-color: rgb(224,28,17); }
td.TdClassName
{
border-color: #E01C11;
}
.TagClassName
{
border-color: #E01C11;
}
</style>