Html Css Color HEX #E11916 Harley Davidson Orange
📋 copy color: '#E11916'red 225 ◦ green 25 ◦ blue 22
Shades of Harley Davidson Orange #E11916
Tints of Harley Davidson Orange #E11916
RGB
CMYK
RGB Variations
Color information
#E11916 (or 0xE11916) is known color: Harley Davidson Orange. HEX triplet: E1, 19 and 16. RGB value is (225,25,22). Sum of RGB (Red+Green+Blue) = 225+25+22=272 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.72% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 225 - color contains mainly: red. Hex color #E11916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11916 is #1EE6E9. Grayscale: #545454. Windows color (decimal): -2025194 or 1448417. OLE color: 1448417.
HSL color Cylindrical-coordinate representation of color #E11916: hue angle of 0.89º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11916 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 22 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.12 |
| HSL | 0.89º | 0.82% | 0.48% | - |
| HSV(B) | 0.89º | 0.9% | 0.88% | - |
| XYZ | 31.54 | 16.76 | 2.33 | - |
| YUV | 84.46 | 92.76 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 22 | 0 | 0.89 | 0.90 | 0.12 | 0.89 | 0.82 | 0.48 |
| Hex | E1 | 19 | 16 | 0 | 59 | 5A | C | 1 | 52 | 30 |
| Octal | 341 | 31 | 26 | 0 | 131 | 132 | 14 | 1 | 122 | 60 |
| Binary | 11100001 | 11001 | 10110 | 0 | 1011001 | 1011010 | 1100 | 1 | 1010010 | 110000 |
Color Harmonies of #E11916
Complementary color
Monochromatic Colors of #E11916
Black with #E11916
Text Example
Text Example
White with #E11916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11916; }
p { color: rgb(225,25,22); }
H1.HeaderClassName
{
color: #E11916;
}
.AnyTagClassName
{
color: #E11916;
}
</style>
background-color css
<style>
a { background-color: #E11916; }
a { background-color: rgb(225,25,22); }
div.DivClassName
{
background-color: #E11916;
}
.BgClassName
{
background-color: #E11916;
}
</style>
border-color css
<style>
span { border-color: #E11916; }
span { border-color: rgb(225,25,22); }
td.TdClassName
{
border-color: #E11916;
}
.TagClassName
{
border-color: #E11916;
}
</style>