Html Css Color HEX #E11C16 Harley Davidson Orange
📋 copy color: '#E11C16'red 225 ◦ green 28 ◦ blue 22
Shades of Harley Davidson Orange #E11C16
Tints of Harley Davidson Orange #E11C16
RGB
CMYK
RGB Variations
Color information
#E11C16 (or 0xE11C16) is known color: Harley Davidson Orange. HEX triplet: E1, 1C and 16. RGB value is (225,28,22). Sum of RGB (Red+Green+Blue) = 225+28+22=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11C16 is #1EE3E9. Grayscale: #565656. Windows color (decimal): -2024426 or 1449185. OLE color: 1449185.
HSL color Cylindrical-coordinate representation of color #E11C16: hue angle of 1.77º 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 #E11C16 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 22 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.12 |
| HSL | 1.77º | 0.82% | 0.48% | - |
| HSV(B) | 1.77º | 0.9% | 0.88% | - |
| XYZ | 31.61 | 16.9 | 2.35 | - |
| YUV | 86.22 | 91.77 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 22 | 0 | 0.88 | 0.90 | 0.12 | 1.77 | 0.82 | 0.48 |
| Hex | E1 | 1C | 16 | 0 | 58 | 5A | C | 2 | 52 | 30 |
| Octal | 341 | 34 | 26 | 0 | 130 | 132 | 14 | 2 | 122 | 60 |
| Binary | 11100001 | 11100 | 10110 | 0 | 1011000 | 1011010 | 1100 | 10 | 1010010 | 110000 |
Color Harmonies of #E11C16
Complementary color
Monochromatic Colors of #E11C16
Black with #E11C16
Text Example
Text Example
White with #E11C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C16; }
p { color: rgb(225,28,22); }
H1.HeaderClassName
{
color: #E11C16;
}
.AnyTagClassName
{
color: #E11C16;
}
</style>
background-color css
<style>
a { background-color: #E11C16; }
a { background-color: rgb(225,28,22); }
div.DivClassName
{
background-color: #E11C16;
}
.BgClassName
{
background-color: #E11C16;
}
</style>
border-color css
<style>
span { border-color: #E11C16; }
span { border-color: rgb(225,28,22); }
td.TdClassName
{
border-color: #E11C16;
}
.TagClassName
{
border-color: #E11C16;
}
</style>