Html Css Color HEX #E53116 Harley Davidson Orange
📋 copy color: '#E53116'red 229 ◦ green 49 ◦ blue 22
Shades of Harley Davidson Orange #E53116
Tints of Harley Davidson Orange #E53116
RGB
CMYK
RGB Variations
Color information
#E53116 (or 0xE53116) is known color: Harley Davidson Orange. HEX triplet: E5, 31 and 16. RGB value is (229,49,22). Sum of RGB (Red+Green+Blue) = 229+49+22=300 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 229 - color contains mainly: red. Hex color #E53116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53116 is #1ACEE9. Grayscale: #646464. Windows color (decimal): -1756906 or 1454565. OLE color: 1454565.
HSL color Cylindrical-coordinate representation of color #E53116: hue angle of 7.83º 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 #E53116 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 22 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.10 |
| HSL | 7.83º | 0.82% | 0.49% | - |
| HSV(B) | 7.83º | 0.9% | 0.9% | - |
| XYZ | 33.56 | 18.91 | 2.64 | - |
| YUV | 99.74 | 84.13 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 22 | 0 | 0.79 | 0.90 | 0.10 | 7.83 | 0.82 | 0.49 |
| Hex | E5 | 31 | 16 | 0 | 4F | 5A | A | 8 | 52 | 31 |
| Octal | 345 | 61 | 26 | 0 | 117 | 132 | 12 | 10 | 122 | 61 |
| Binary | 11100101 | 110001 | 10110 | 0 | 1001111 | 1011010 | 1010 | 1000 | 1010010 | 110001 |
Color Harmonies of #E53116
Complementary color
Monochromatic Colors of #E53116
Black with #E53116
Text Example
Text Example
White with #E53116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53116; }
p { color: rgb(229,49,22); }
H1.HeaderClassName
{
color: #E53116;
}
.AnyTagClassName
{
color: #E53116;
}
</style>
background-color css
<style>
a { background-color: #E53116; }
a { background-color: rgb(229,49,22); }
div.DivClassName
{
background-color: #E53116;
}
.BgClassName
{
background-color: #E53116;
}
</style>
border-color css
<style>
span { border-color: #E53116; }
span { border-color: rgb(229,49,22); }
td.TdClassName
{
border-color: #E53116;
}
.TagClassName
{
border-color: #E53116;
}
</style>