Html Css Color HEX #E12310 Harley Davidson Orange
📋 copy color: '#E12310'red 225 ◦ green 35 ◦ blue 16
Shades of Harley Davidson Orange #E12310
Tints of Harley Davidson Orange #E12310
RGB
CMYK
RGB Variations
Color information
#E12310 (or 0xE12310) is known color: Harley Davidson Orange. HEX triplet: E1, 23 and 10. RGB value is (225,35,16). Sum of RGB (Red+Green+Blue) = 225+35+16=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E12310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12310 is #1EDCEF. Grayscale: #595959. Windows color (decimal): -2022640 or 1057761. OLE color: 1057761.
HSL color Cylindrical-coordinate representation of color #E12310: hue angle of 5.45º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E12310 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 16 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.12 |
| HSL | 5.45º | 0.87% | 0.47% | - |
| HSV(B) | 5.45º | 0.93% | 0.88% | - |
| XYZ | 31.75 | 17.25 | 2.15 | - |
| YUV | 89.64 | 86.45 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 16 | 0 | 0.84 | 0.93 | 0.12 | 5.45 | 0.87 | 0.47 |
| Hex | E1 | 23 | 10 | 0 | 54 | 5D | C | 5 | 57 | 2F |
| Octal | 341 | 43 | 20 | 0 | 124 | 135 | 14 | 5 | 127 | 57 |
| Binary | 11100001 | 100011 | 10000 | 0 | 1010100 | 1011101 | 1100 | 101 | 1010111 | 101111 |
Color Harmonies of #E12310
Complementary color
Monochromatic Colors of #E12310
Black with #E12310
Text Example
Text Example
White with #E12310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12310; }
p { color: rgb(225,35,16); }
H1.HeaderClassName
{
color: #E12310;
}
.AnyTagClassName
{
color: #E12310;
}
</style>
background-color css
<style>
a { background-color: #E12310; }
a { background-color: rgb(225,35,16); }
div.DivClassName
{
background-color: #E12310;
}
.BgClassName
{
background-color: #E12310;
}
</style>
border-color css
<style>
span { border-color: #E12310; }
span { border-color: rgb(225,35,16); }
td.TdClassName
{
border-color: #E12310;
}
.TagClassName
{
border-color: #E12310;
}
</style>