Html Css Color HEX #E53211 Harley Davidson Orange
📋 copy color: '#E53211'red 229 ◦ green 50 ◦ blue 17
Shades of Harley Davidson Orange #E53211
Tints of Harley Davidson Orange #E53211
RGB
CMYK
RGB Variations
Color information
#E53211 (or 0xE53211) is known color: Harley Davidson Orange. HEX triplet: E5, 32 and 11. RGB value is (229,50,17). Sum of RGB (Red+Green+Blue) = 229+50+17=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E53211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53211 is #1ACDEE. Grayscale: #646464. Windows color (decimal): -1756655 or 1127141. OLE color: 1127141.
HSL color Cylindrical-coordinate representation of color #E53211: hue angle of 9.34º 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 #E53211 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.10 |
| HSL | 9.34º | 0.86% | 0.48% | - |
| HSV(B) | 9.34º | 0.93% | 0.9% | - |
| XYZ | 33.55 | 18.98 | 2.43 | - |
| YUV | 99.76 | 81.3 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 17 | 0 | 0.78 | 0.93 | 0.10 | 9.34 | 0.86 | 0.48 |
| Hex | E5 | 32 | 11 | 0 | 4E | 5D | A | 9 | 56 | 30 |
| Octal | 345 | 62 | 21 | 0 | 116 | 135 | 12 | 11 | 126 | 60 |
| Binary | 11100101 | 110010 | 10001 | 0 | 1001110 | 1011101 | 1010 | 1001 | 1010110 | 110000 |
Color Harmonies of #E53211
Complementary color
Monochromatic Colors of #E53211
Black with #E53211
Text Example
Text Example
White with #E53211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53211; }
p { color: rgb(229,50,17); }
H1.HeaderClassName
{
color: #E53211;
}
.AnyTagClassName
{
color: #E53211;
}
</style>
background-color css
<style>
a { background-color: #E53211; }
a { background-color: rgb(229,50,17); }
div.DivClassName
{
background-color: #E53211;
}
.BgClassName
{
background-color: #E53211;
}
</style>
border-color css
<style>
span { border-color: #E53211; }
span { border-color: rgb(229,50,17); }
td.TdClassName
{
border-color: #E53211;
}
.TagClassName
{
border-color: #E53211;
}
</style>