Html Css Color HEX #E53516 Harley Davidson Orange
📋 copy color: '#E53516'red 229 ◦ green 53 ◦ blue 22
Shades of Harley Davidson Orange #E53516
Tints of Harley Davidson Orange #E53516
RGB
CMYK
RGB Variations
Color information
#E53516 (or 0xE53516) is known color: Harley Davidson Orange. HEX triplet: E5, 35 and 16. RGB value is (229,53,22). Sum of RGB (Red+Green+Blue) = 229+53+22=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E53516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53516 is #1ACAE9. Grayscale: #666666. Windows color (decimal): -1755882 or 1455589. OLE color: 1455589.
HSL color Cylindrical-coordinate representation of color #E53516: hue angle of 8.99º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E53516 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 22 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.10 |
| HSL | 8.99º | 0.82% | 0.49% | - |
| HSV(B) | 8.99º | 0.9% | 0.9% | - |
| XYZ | 33.73 | 19.26 | 2.7 | - |
| YUV | 102.09 | 82.81 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 22 | 0 | 0.77 | 0.90 | 0.10 | 8.99 | 0.82 | 0.49 |
| Hex | E5 | 35 | 16 | 0 | 4D | 5A | A | 9 | 52 | 31 |
| Octal | 345 | 65 | 26 | 0 | 115 | 132 | 12 | 11 | 122 | 61 |
| Binary | 11100101 | 110101 | 10110 | 0 | 1001101 | 1011010 | 1010 | 1001 | 1010010 | 110001 |
Color Harmonies of #E53516
Complementary color
Monochromatic Colors of #E53516
Black with #E53516
Text Example
Text Example
White with #E53516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53516; }
p { color: rgb(229,53,22); }
H1.HeaderClassName
{
color: #E53516;
}
.AnyTagClassName
{
color: #E53516;
}
</style>
background-color css
<style>
a { background-color: #E53516; }
a { background-color: rgb(229,53,22); }
div.DivClassName
{
background-color: #E53516;
}
.BgClassName
{
background-color: #E53516;
}
</style>
border-color css
<style>
span { border-color: #E53516; }
span { border-color: rgb(229,53,22); }
td.TdClassName
{
border-color: #E53516;
}
.TagClassName
{
border-color: #E53516;
}
</style>