Html Css Color HEX #E32119 Harley Davidson Orange
📋 copy color: '#E32119'red 227 ◦ green 33 ◦ blue 25
Shades of Harley Davidson Orange #E32119
Tints of Harley Davidson Orange #E32119
RGB
CMYK
RGB Variations
Color information
#E32119 (or 0xE32119) is known color: Harley Davidson Orange. HEX triplet: E3, 21 and 19. RGB value is (227,33,25). Sum of RGB (Red+Green+Blue) = 227+33+25=285 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.65% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 227 - color contains mainly: red. Hex color #E32119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32119 is #1CDEE6. Grayscale: #5A5A5A. Windows color (decimal): -1892071 or 1647075. OLE color: 1647075.
HSL color Cylindrical-coordinate representation of color #E32119: hue angle of 2.38º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E32119 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 25 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.11 |
| HSL | 2.38º | 0.8% | 0.49% | - |
| HSV(B) | 2.38º | 0.89% | 0.89% | - |
| XYZ | 32.4 | 17.49 | 2.59 | - |
| YUV | 90.09 | 91.27 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 25 | 0 | 0.85 | 0.89 | 0.11 | 2.38 | 0.8 | 0.49 |
| Hex | E3 | 21 | 19 | 0 | 55 | 59 | B | 2 | 50 | 31 |
| Octal | 343 | 41 | 31 | 0 | 125 | 131 | 13 | 2 | 120 | 61 |
| Binary | 11100011 | 100001 | 11001 | 0 | 1010101 | 1011001 | 1011 | 10 | 1010000 | 110001 |
Color Harmonies of #E32119
Complementary color
Monochromatic Colors of #E32119
Black with #E32119
Text Example
Text Example
White with #E32119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32119; }
p { color: rgb(227,33,25); }
H1.HeaderClassName
{
color: #E32119;
}
.AnyTagClassName
{
color: #E32119;
}
</style>
background-color css
<style>
a { background-color: #E32119; }
a { background-color: rgb(227,33,25); }
div.DivClassName
{
background-color: #E32119;
}
.BgClassName
{
background-color: #E32119;
}
</style>
border-color css
<style>
span { border-color: #E32119; }
span { border-color: rgb(227,33,25); }
td.TdClassName
{
border-color: #E32119;
}
.TagClassName
{
border-color: #E32119;
}
</style>