Html Css Color HEX #E32A16 Harley Davidson Orange
📋 copy color: '#E32A16'red 227 ◦ green 42 ◦ blue 22
Shades of Harley Davidson Orange #E32A16
Tints of Harley Davidson Orange #E32A16
RGB
CMYK
RGB Variations
Color information
#E32A16 (or 0xE32A16) is known color: Harley Davidson Orange. HEX triplet: E3, 2A and 16. RGB value is (227,42,22). Sum of RGB (Red+Green+Blue) = 227+42+22=291 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.01% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32A16 is #1CD5E9. Grayscale: #5F5F5F. Windows color (decimal): -1889770 or 1452771. OLE color: 1452771.
HSL color Cylindrical-coordinate representation of color #E32A16: hue angle of 5.85º 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 #E32A16 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 22 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.11 |
| HSL | 5.85º | 0.82% | 0.49% | - |
| HSV(B) | 5.85º | 0.9% | 0.89% | - |
| XYZ | 32.65 | 18.04 | 2.52 | - |
| YUV | 95.04 | 86.79 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 22 | 0 | 0.81 | 0.90 | 0.11 | 5.85 | 0.82 | 0.49 |
| Hex | E3 | 2A | 16 | 0 | 51 | 5A | B | 6 | 52 | 31 |
| Octal | 343 | 52 | 26 | 0 | 121 | 132 | 13 | 6 | 122 | 61 |
| Binary | 11100011 | 101010 | 10110 | 0 | 1010001 | 1011010 | 1011 | 110 | 1010010 | 110001 |
Color Harmonies of #E32A16
Complementary color
Monochromatic Colors of #E32A16
Black with #E32A16
Text Example
Text Example
White with #E32A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A16; }
p { color: rgb(227,42,22); }
H1.HeaderClassName
{
color: #E32A16;
}
.AnyTagClassName
{
color: #E32A16;
}
</style>
background-color css
<style>
a { background-color: #E32A16; }
a { background-color: rgb(227,42,22); }
div.DivClassName
{
background-color: #E32A16;
}
.BgClassName
{
background-color: #E32A16;
}
</style>
border-color css
<style>
span { border-color: #E32A16; }
span { border-color: rgb(227,42,22); }
td.TdClassName
{
border-color: #E32A16;
}
.TagClassName
{
border-color: #E32A16;
}
</style>