Html Css Color HEX #E11B16 Harley Davidson Orange
📋 copy color: '#E11B16'red 225 ◦ green 27 ◦ blue 22
Shades of Harley Davidson Orange #E11B16
Tints of Harley Davidson Orange #E11B16
RGB
CMYK
RGB Variations
Color information
#E11B16 (or 0xE11B16) is known color: Harley Davidson Orange. HEX triplet: E1, 1B and 16. RGB value is (225,27,22). Sum of RGB (Red+Green+Blue) = 225+27+22=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11B16 is #1EE4E9. Grayscale: #555555. Windows color (decimal): -2024682 or 1448929. OLE color: 1448929.
HSL color Cylindrical-coordinate representation of color #E11B16: hue angle of 1.48º 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 #E11B16 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 22 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.12 |
| HSL | 1.48º | 0.82% | 0.48% | - |
| HSV(B) | 1.48º | 0.9% | 0.88% | - |
| XYZ | 31.59 | 16.85 | 2.35 | - |
| YUV | 85.63 | 92.1 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 22 | 0 | 0.88 | 0.90 | 0.12 | 1.48 | 0.82 | 0.48 |
| Hex | E1 | 1B | 16 | 0 | 58 | 5A | C | 1 | 52 | 30 |
| Octal | 341 | 33 | 26 | 0 | 130 | 132 | 14 | 1 | 122 | 60 |
| Binary | 11100001 | 11011 | 10110 | 0 | 1011000 | 1011010 | 1100 | 1 | 1010010 | 110000 |
Color Harmonies of #E11B16
Complementary color
Monochromatic Colors of #E11B16
Black with #E11B16
Text Example
Text Example
White with #E11B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11B16; }
p { color: rgb(225,27,22); }
H1.HeaderClassName
{
color: #E11B16;
}
.AnyTagClassName
{
color: #E11B16;
}
</style>
background-color css
<style>
a { background-color: #E11B16; }
a { background-color: rgb(225,27,22); }
div.DivClassName
{
background-color: #E11B16;
}
.BgClassName
{
background-color: #E11B16;
}
</style>
border-color css
<style>
span { border-color: #E11B16; }
span { border-color: rgb(225,27,22); }
td.TdClassName
{
border-color: #E11B16;
}
.TagClassName
{
border-color: #E11B16;
}
</style>