Html Css Color HEX #E32116 Harley Davidson Orange
📋 copy color: '#E32116'red 227 ◦ green 33 ◦ blue 22
Shades of Harley Davidson Orange #E32116
Tints of Harley Davidson Orange #E32116
RGB
CMYK
RGB Variations
Color information
#E32116 (or 0xE32116) is known color: Harley Davidson Orange. HEX triplet: E3, 21 and 16. RGB value is (227,33,22). Sum of RGB (Red+Green+Blue) = 227+33+22=282 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.50% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 227 - color contains mainly: red. Hex color #E32116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32116 is #1CDEE9. Grayscale: #595959. Windows color (decimal): -1892074 or 1450467. OLE color: 1450467.
HSL color Cylindrical-coordinate representation of color #E32116: hue angle of 3.22º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E32116 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 22 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.11 |
| HSL | 3.22º | 0.82% | 0.49% | - |
| HSV(B) | 3.22º | 0.9% | 0.89% | - |
| XYZ | 32.37 | 17.48 | 2.43 | - |
| YUV | 89.75 | 89.77 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 22 | 0 | 0.85 | 0.90 | 0.11 | 3.22 | 0.82 | 0.49 |
| Hex | E3 | 21 | 16 | 0 | 55 | 5A | B | 3 | 52 | 31 |
| Octal | 343 | 41 | 26 | 0 | 125 | 132 | 13 | 3 | 122 | 61 |
| Binary | 11100011 | 100001 | 10110 | 0 | 1010101 | 1011010 | 1011 | 11 | 1010010 | 110001 |
Color Harmonies of #E32116
Complementary color
Monochromatic Colors of #E32116
Black with #E32116
Text Example
Text Example
White with #E32116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32116; }
p { color: rgb(227,33,22); }
H1.HeaderClassName
{
color: #E32116;
}
.AnyTagClassName
{
color: #E32116;
}
</style>
background-color css
<style>
a { background-color: #E32116; }
a { background-color: rgb(227,33,22); }
div.DivClassName
{
background-color: #E32116;
}
.BgClassName
{
background-color: #E32116;
}
</style>
border-color css
<style>
span { border-color: #E32116; }
span { border-color: rgb(227,33,22); }
td.TdClassName
{
border-color: #E32116;
}
.TagClassName
{
border-color: #E32116;
}
</style>