Html Css Color HEX #E52A11 Harley Davidson Orange
📋 copy color: '#E52A11'red 229 ◦ green 42 ◦ blue 17
Shades of Harley Davidson Orange #E52A11
Tints of Harley Davidson Orange #E52A11
RGB
CMYK
RGB Variations
Color information
#E52A11 (or 0xE52A11) is known color: Harley Davidson Orange. HEX triplet: E5, 2A and 11. RGB value is (229,42,17). Sum of RGB (Red+Green+Blue) = 229+42+17=288 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.51% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52A11 is #1AD5EE. Grayscale: #5F5F5F. Windows color (decimal): -1758703 or 1125093. OLE color: 1125093.
HSL color Cylindrical-coordinate representation of color #E52A11: hue angle of 7.08º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E52A11 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 17 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.10 |
| HSL | 7.08º | 0.86% | 0.48% | - |
| HSV(B) | 7.08º | 0.93% | 0.9% | - |
| XYZ | 33.24 | 18.35 | 2.32 | - |
| YUV | 95.06 | 83.95 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 17 | 0 | 0.82 | 0.93 | 0.10 | 7.08 | 0.86 | 0.48 |
| Hex | E5 | 2A | 11 | 0 | 52 | 5D | A | 7 | 56 | 30 |
| Octal | 345 | 52 | 21 | 0 | 122 | 135 | 12 | 7 | 126 | 60 |
| Binary | 11100101 | 101010 | 10001 | 0 | 1010010 | 1011101 | 1010 | 111 | 1010110 | 110000 |
Color Harmonies of #E52A11
Complementary color
Monochromatic Colors of #E52A11
Black with #E52A11
Text Example
Text Example
White with #E52A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A11; }
p { color: rgb(229,42,17); }
H1.HeaderClassName
{
color: #E52A11;
}
.AnyTagClassName
{
color: #E52A11;
}
</style>
background-color css
<style>
a { background-color: #E52A11; }
a { background-color: rgb(229,42,17); }
div.DivClassName
{
background-color: #E52A11;
}
.BgClassName
{
background-color: #E52A11;
}
</style>
border-color css
<style>
span { border-color: #E52A11; }
span { border-color: rgb(229,42,17); }
td.TdClassName
{
border-color: #E52A11;
}
.TagClassName
{
border-color: #E52A11;
}
</style>