Html Css Color HEX #E11F16 Harley Davidson Orange
📋 copy color: '#E11F16'red 225 ◦ green 31 ◦ blue 22
Shades of Harley Davidson Orange #E11F16
Tints of Harley Davidson Orange #E11F16
RGB
CMYK
RGB Variations
Color information
#E11F16 (or 0xE11F16) is known color: Harley Davidson Orange. HEX triplet: E1, 1F and 16. RGB value is (225,31,22). Sum of RGB (Red+Green+Blue) = 225+31+22=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11F16 is #1EE0E9. Grayscale: #585858. Windows color (decimal): -2023658 or 1449953. OLE color: 1449953.
HSL color Cylindrical-coordinate representation of color #E11F16: hue angle of 2.66º 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 #E11F16 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 22 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.12 |
| HSL | 2.66º | 0.82% | 0.48% | - |
| HSV(B) | 2.66º | 0.9% | 0.88% | - |
| XYZ | 31.69 | 17.05 | 2.38 | - |
| YUV | 87.98 | 90.77 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 22 | 0 | 0.86 | 0.90 | 0.12 | 2.66 | 0.82 | 0.48 |
| Hex | E1 | 1F | 16 | 0 | 56 | 5A | C | 3 | 52 | 30 |
| Octal | 341 | 37 | 26 | 0 | 126 | 132 | 14 | 3 | 122 | 60 |
| Binary | 11100001 | 11111 | 10110 | 0 | 1010110 | 1011010 | 1100 | 11 | 1010010 | 110000 |
Color Harmonies of #E11F16
Complementary color
Monochromatic Colors of #E11F16
Black with #E11F16
Text Example
Text Example
White with #E11F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F16; }
p { color: rgb(225,31,22); }
H1.HeaderClassName
{
color: #E11F16;
}
.AnyTagClassName
{
color: #E11F16;
}
</style>
background-color css
<style>
a { background-color: #E11F16; }
a { background-color: rgb(225,31,22); }
div.DivClassName
{
background-color: #E11F16;
}
.BgClassName
{
background-color: #E11F16;
}
</style>
border-color css
<style>
span { border-color: #E11F16; }
span { border-color: rgb(225,31,22); }
td.TdClassName
{
border-color: #E11F16;
}
.TagClassName
{
border-color: #E11F16;
}
</style>