Html Css Color HEX #E32016 Harley Davidson Orange
📋 copy color: '#E32016'red 227 ◦ green 32 ◦ blue 22
Shades of Harley Davidson Orange #E32016
Tints of Harley Davidson Orange #E32016
RGB
CMYK
RGB Variations
Color information
#E32016 (or 0xE32016) is known color: Harley Davidson Orange. HEX triplet: E3, 20 and 16. RGB value is (227,32,22). Sum of RGB (Red+Green+Blue) = 227+32+22=281 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.78% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 227 - color contains mainly: red. Hex color #E32016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32016 is #1CDFE9. Grayscale: #595959. Windows color (decimal): -1892330 or 1450211. OLE color: 1450211.
HSL color Cylindrical-coordinate representation of color #E32016: hue angle of 2.93º 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 #E32016 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 22 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.11 |
| HSL | 2.93º | 0.82% | 0.49% | - |
| HSV(B) | 2.93º | 0.9% | 0.89% | - |
| XYZ | 32.34 | 17.42 | 2.42 | - |
| YUV | 89.17 | 90.1 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 22 | 0 | 0.86 | 0.90 | 0.11 | 2.93 | 0.82 | 0.49 |
| Hex | E3 | 20 | 16 | 0 | 56 | 5A | B | 3 | 52 | 31 |
| Octal | 343 | 40 | 26 | 0 | 126 | 132 | 13 | 3 | 122 | 61 |
| Binary | 11100011 | 100000 | 10110 | 0 | 1010110 | 1011010 | 1011 | 11 | 1010010 | 110001 |
Color Harmonies of #E32016
Complementary color
Monochromatic Colors of #E32016
Black with #E32016
Text Example
Text Example
White with #E32016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32016; }
p { color: rgb(227,32,22); }
H1.HeaderClassName
{
color: #E32016;
}
.AnyTagClassName
{
color: #E32016;
}
</style>
background-color css
<style>
a { background-color: #E32016; }
a { background-color: rgb(227,32,22); }
div.DivClassName
{
background-color: #E32016;
}
.BgClassName
{
background-color: #E32016;
}
</style>
border-color css
<style>
span { border-color: #E32016; }
span { border-color: rgb(227,32,22); }
td.TdClassName
{
border-color: #E32016;
}
.TagClassName
{
border-color: #E32016;
}
</style>