Html Css Color HEX #E11C12 Harley Davidson Orange
📋 copy color: '#E11C12'red 225 ◦ green 28 ◦ blue 18
Shades of Harley Davidson Orange #E11C12
Tints of Harley Davidson Orange #E11C12
RGB
CMYK
RGB Variations
Color information
#E11C12 (or 0xE11C12) is known color: Harley Davidson Orange. HEX triplet: E1, 1C and 12. RGB value is (225,28,18). Sum of RGB (Red+Green+Blue) = 225+28+18=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11C12 is #1EE3ED. Grayscale: #565656. Windows color (decimal): -2024430 or 1187041. OLE color: 1187041.
HSL color Cylindrical-coordinate representation of color #E11C12: hue angle of 2.9º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11C12 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 18 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.12 |
| HSL | 2.9º | 0.85% | 0.48% | - |
| HSV(B) | 2.9º | 0.92% | 0.88% | - |
| XYZ | 31.58 | 16.88 | 2.17 | - |
| YUV | 85.76 | 89.77 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 18 | 0 | 0.88 | 0.92 | 0.12 | 2.9 | 0.85 | 0.48 |
| Hex | E1 | 1C | 12 | 0 | 58 | 5C | C | 3 | 55 | 30 |
| Octal | 341 | 34 | 22 | 0 | 130 | 134 | 14 | 3 | 125 | 60 |
| Binary | 11100001 | 11100 | 10010 | 0 | 1011000 | 1011100 | 1100 | 11 | 1010101 | 110000 |
Color Harmonies of #E11C12
Complementary color
Monochromatic Colors of #E11C12
Black with #E11C12
Text Example
Text Example
White with #E11C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C12; }
p { color: rgb(225,28,18); }
H1.HeaderClassName
{
color: #E11C12;
}
.AnyTagClassName
{
color: #E11C12;
}
</style>
background-color css
<style>
a { background-color: #E11C12; }
a { background-color: rgb(225,28,18); }
div.DivClassName
{
background-color: #E11C12;
}
.BgClassName
{
background-color: #E11C12;
}
</style>
border-color css
<style>
span { border-color: #E11C12; }
span { border-color: rgb(225,28,18); }
td.TdClassName
{
border-color: #E11C12;
}
.TagClassName
{
border-color: #E11C12;
}
</style>