Html Css Color HEX #E53C16 Harley Davidson Orange
📋 copy color: '#E53C16'red 229 ◦ green 60 ◦ blue 22
Shades of Harley Davidson Orange #E53C16
Tints of Harley Davidson Orange #E53C16
RGB
CMYK
RGB Variations
Color information
#E53C16 (or 0xE53C16) is known color: Harley Davidson Orange. HEX triplet: E5, 3C and 16. RGB value is (229,60,22). Sum of RGB (Red+Green+Blue) = 229+60+22=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53C16 is #1AC3E9. Grayscale: #6A6A6A. Windows color (decimal): -1754090 or 1457381. OLE color: 1457381.
HSL color Cylindrical-coordinate representation of color #E53C16: hue angle of 11.01º 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 #E53C16 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 22 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.10 |
| HSL | 11.01º | 0.82% | 0.49% | - |
| HSV(B) | 11.01º | 0.9% | 0.9% | - |
| XYZ | 34.07 | 19.95 | 2.81 | - |
| YUV | 106.2 | 80.49 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 22 | 0 | 0.74 | 0.90 | 0.10 | 11.01 | 0.82 | 0.49 |
| Hex | E5 | 3C | 16 | 0 | 4A | 5A | A | B | 52 | 31 |
| Octal | 345 | 74 | 26 | 0 | 112 | 132 | 12 | 13 | 122 | 61 |
| Binary | 11100101 | 111100 | 10110 | 0 | 1001010 | 1011010 | 1010 | 1011 | 1010010 | 110001 |
Color Harmonies of #E53C16
Complementary color
Monochromatic Colors of #E53C16
Black with #E53C16
Text Example
Text Example
White with #E53C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C16; }
p { color: rgb(229,60,22); }
H1.HeaderClassName
{
color: #E53C16;
}
.AnyTagClassName
{
color: #E53C16;
}
</style>
background-color css
<style>
a { background-color: #E53C16; }
a { background-color: rgb(229,60,22); }
div.DivClassName
{
background-color: #E53C16;
}
.BgClassName
{
background-color: #E53C16;
}
</style>
border-color css
<style>
span { border-color: #E53C16; }
span { border-color: rgb(229,60,22); }
td.TdClassName
{
border-color: #E53C16;
}
.TagClassName
{
border-color: #E53C16;
}
</style>