Html Css Color HEX #E12311 Harley Davidson Orange
📋 copy color: '#E12311'red 225 ◦ green 35 ◦ blue 17
Shades of Harley Davidson Orange #E12311
Tints of Harley Davidson Orange #E12311
RGB
CMYK
RGB Variations
Color information
#E12311 (or 0xE12311) is known color: Harley Davidson Orange. HEX triplet: E1, 23 and 11. RGB value is (225,35,17). Sum of RGB (Red+Green+Blue) = 225+35+17=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E12311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12311 is #1EDCEE. Grayscale: #5A5A5A. Windows color (decimal): -2022639 or 1123297. OLE color: 1123297.
HSL color Cylindrical-coordinate representation of color #E12311: hue angle of 5.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 #E12311 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 17 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.12 |
| HSL | 5.19º | 0.86% | 0.47% | - |
| HSV(B) | 5.19º | 0.92% | 0.88% | - |
| XYZ | 31.75 | 17.25 | 2.19 | - |
| YUV | 89.76 | 86.95 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 17 | 0 | 0.84 | 0.92 | 0.12 | 5.19 | 0.86 | 0.47 |
| Hex | E1 | 23 | 11 | 0 | 54 | 5C | C | 5 | 56 | 2F |
| Octal | 341 | 43 | 21 | 0 | 124 | 134 | 14 | 5 | 126 | 57 |
| Binary | 11100001 | 100011 | 10001 | 0 | 1010100 | 1011100 | 1100 | 101 | 1010110 | 101111 |
Color Harmonies of #E12311
Complementary color
Monochromatic Colors of #E12311
Black with #E12311
Text Example
Text Example
White with #E12311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12311; }
p { color: rgb(225,35,17); }
H1.HeaderClassName
{
color: #E12311;
}
.AnyTagClassName
{
color: #E12311;
}
</style>
background-color css
<style>
a { background-color: #E12311; }
a { background-color: rgb(225,35,17); }
div.DivClassName
{
background-color: #E12311;
}
.BgClassName
{
background-color: #E12311;
}
</style>
border-color css
<style>
span { border-color: #E12311; }
span { border-color: rgb(225,35,17); }
td.TdClassName
{
border-color: #E12311;
}
.TagClassName
{
border-color: #E12311;
}
</style>