Html Css Color HEX #E12C11 Harley Davidson Orange
📋 copy color: '#E12C11'red 225 ◦ green 44 ◦ blue 17
Shades of Harley Davidson Orange #E12C11
Tints of Harley Davidson Orange #E12C11
RGB
CMYK
RGB Variations
Color information
#E12C11 (or 0xE12C11) is known color: Harley Davidson Orange. HEX triplet: E1, 2C and 11. RGB value is (225,44,17). Sum of RGB (Red+Green+Blue) = 225+44+17=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12C11 is #1ED3EE. Grayscale: #5F5F5F. Windows color (decimal): -2020335 or 1125601. OLE color: 1125601.
HSL color Cylindrical-coordinate representation of color #E12C11: hue angle of 7.79º 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 #E12C11 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 17 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.12 |
| HSL | 7.79º | 0.86% | 0.47% | - |
| HSV(B) | 7.79º | 0.92% | 0.88% | - |
| XYZ | 32.05 | 17.85 | 2.29 | - |
| YUV | 95.04 | 83.97 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 17 | 0 | 0.80 | 0.92 | 0.12 | 7.79 | 0.86 | 0.47 |
| Hex | E1 | 2C | 11 | 0 | 50 | 5C | C | 8 | 56 | 2F |
| Octal | 341 | 54 | 21 | 0 | 120 | 134 | 14 | 10 | 126 | 57 |
| Binary | 11100001 | 101100 | 10001 | 0 | 1010000 | 1011100 | 1100 | 1000 | 1010110 | 101111 |
Color Harmonies of #E12C11
Complementary color
Monochromatic Colors of #E12C11
Black with #E12C11
Text Example
Text Example
White with #E12C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C11; }
p { color: rgb(225,44,17); }
H1.HeaderClassName
{
color: #E12C11;
}
.AnyTagClassName
{
color: #E12C11;
}
</style>
background-color css
<style>
a { background-color: #E12C11; }
a { background-color: rgb(225,44,17); }
div.DivClassName
{
background-color: #E12C11;
}
.BgClassName
{
background-color: #E12C11;
}
</style>
border-color css
<style>
span { border-color: #E12C11; }
span { border-color: rgb(225,44,17); }
td.TdClassName
{
border-color: #E12C11;
}
.TagClassName
{
border-color: #E12C11;
}
</style>