Html Css Color HEX #E54011 Harley Davidson Orange
📋 copy color: '#E54011'red 229 ◦ green 64 ◦ blue 17
Shades of Harley Davidson Orange #E54011
Tints of Harley Davidson Orange #E54011
RGB
CMYK
RGB Variations
Color information
#E54011 (or 0xE54011) is known color: Harley Davidson Orange. HEX triplet: E5, 40 and 11. RGB value is (229,64,17). Sum of RGB (Red+Green+Blue) = 229+64+17=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E54011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54011 is #1ABFEE. Grayscale: #6C6C6C. Windows color (decimal): -1753071 or 1130725. OLE color: 1130725.
HSL color Cylindrical-coordinate representation of color #E54011: hue angle of 13.3º 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 #E54011 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 17 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.10 |
| HSL | 13.3º | 0.86% | 0.48% | - |
| HSV(B) | 13.3º | 0.93% | 0.9% | - |
| XYZ | 34.25 | 20.37 | 2.66 | - |
| YUV | 107.98 | 76.66 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 17 | 0 | 0.72 | 0.93 | 0.10 | 13.3 | 0.86 | 0.48 |
| Hex | E5 | 40 | 11 | 0 | 48 | 5D | A | D | 56 | 30 |
| Octal | 345 | 100 | 21 | 0 | 110 | 135 | 12 | 15 | 126 | 60 |
| Binary | 11100101 | 1000000 | 10001 | 0 | 1001000 | 1011101 | 1010 | 1101 | 1010110 | 110000 |
Color Harmonies of #E54011
Complementary color
Monochromatic Colors of #E54011
Black with #E54011
Text Example
Text Example
White with #E54011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54011; }
p { color: rgb(229,64,17); }
H1.HeaderClassName
{
color: #E54011;
}
.AnyTagClassName
{
color: #E54011;
}
</style>
background-color css
<style>
a { background-color: #E54011; }
a { background-color: rgb(229,64,17); }
div.DivClassName
{
background-color: #E54011;
}
.BgClassName
{
background-color: #E54011;
}
</style>
border-color css
<style>
span { border-color: #E54011; }
span { border-color: rgb(229,64,17); }
td.TdClassName
{
border-color: #E54011;
}
.TagClassName
{
border-color: #E54011;
}
</style>