Html Css Color HEX #E52119 Harley Davidson Orange
📋 copy color: '#E52119'red 229 ◦ green 33 ◦ blue 25
Shades of Harley Davidson Orange #E52119
Tints of Harley Davidson Orange #E52119
RGB
CMYK
RGB Variations
Color information
#E52119 (or 0xE52119) is known color: Harley Davidson Orange. HEX triplet: E5, 21 and 19. RGB value is (229,33,25). Sum of RGB (Red+Green+Blue) = 229+33+25=287 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.79% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 229 - color contains mainly: red. Hex color #E52119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52119 is #1ADEE6. Grayscale: #5A5A5A. Windows color (decimal): -1760999 or 1647077. OLE color: 1647077.
HSL color Cylindrical-coordinate representation of color #E52119: hue angle of 2.35º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E52119 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 25 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.10 |
| HSL | 2.35º | 0.8% | 0.5% | - |
| HSV(B) | 2.35º | 0.89% | 0.9% | - |
| XYZ | 33.03 | 17.82 | 2.62 | - |
| YUV | 90.69 | 90.93 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 25 | 0 | 0.86 | 0.89 | 0.10 | 2.35 | 0.8 | 0.5 |
| Hex | E5 | 21 | 19 | 0 | 56 | 59 | A | 2 | 50 | 32 |
| Octal | 345 | 41 | 31 | 0 | 126 | 131 | 12 | 2 | 120 | 62 |
| Binary | 11100101 | 100001 | 11001 | 0 | 1010110 | 1011001 | 1010 | 10 | 1010000 | 110010 |
Color Harmonies of #E52119
Complementary color
Monochromatic Colors of #E52119
Black with #E52119
Text Example
Text Example
White with #E52119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52119; }
p { color: rgb(229,33,25); }
H1.HeaderClassName
{
color: #E52119;
}
.AnyTagClassName
{
color: #E52119;
}
</style>
background-color css
<style>
a { background-color: #E52119; }
a { background-color: rgb(229,33,25); }
div.DivClassName
{
background-color: #E52119;
}
.BgClassName
{
background-color: #E52119;
}
</style>
border-color css
<style>
span { border-color: #E52119; }
span { border-color: rgb(229,33,25); }
td.TdClassName
{
border-color: #E52119;
}
.TagClassName
{
border-color: #E52119;
}
</style>