Html Css Color HEX #E53216 Harley Davidson Orange
📋 copy color: '#E53216'red 229 ◦ green 50 ◦ blue 22
Shades of Harley Davidson Orange #E53216
Tints of Harley Davidson Orange #E53216
RGB
CMYK
RGB Variations
Color information
#E53216 (or 0xE53216) is known color: Harley Davidson Orange. HEX triplet: E5, 32 and 16. RGB value is (229,50,22). Sum of RGB (Red+Green+Blue) = 229+50+22=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E53216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53216 is #1ACDE9. Grayscale: #646464. Windows color (decimal): -1756650 or 1454821. OLE color: 1454821.
HSL color Cylindrical-coordinate representation of color #E53216: hue angle of 8.12º 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 #E53216 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 22 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.10 |
| HSL | 8.12º | 0.82% | 0.49% | - |
| HSV(B) | 8.12º | 0.9% | 0.9% | - |
| XYZ | 33.6 | 19 | 2.66 | - |
| YUV | 100.33 | 83.8 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 22 | 0 | 0.78 | 0.90 | 0.10 | 8.12 | 0.82 | 0.49 |
| Hex | E5 | 32 | 16 | 0 | 4E | 5A | A | 8 | 52 | 31 |
| Octal | 345 | 62 | 26 | 0 | 116 | 132 | 12 | 10 | 122 | 61 |
| Binary | 11100101 | 110010 | 10110 | 0 | 1001110 | 1011010 | 1010 | 1000 | 1010010 | 110001 |
Color Harmonies of #E53216
Complementary color
Monochromatic Colors of #E53216
Black with #E53216
Text Example
Text Example
White with #E53216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53216; }
p { color: rgb(229,50,22); }
H1.HeaderClassName
{
color: #E53216;
}
.AnyTagClassName
{
color: #E53216;
}
</style>
background-color css
<style>
a { background-color: #E53216; }
a { background-color: rgb(229,50,22); }
div.DivClassName
{
background-color: #E53216;
}
.BgClassName
{
background-color: #E53216;
}
</style>
border-color css
<style>
span { border-color: #E53216; }
span { border-color: rgb(229,50,22); }
td.TdClassName
{
border-color: #E53216;
}
.TagClassName
{
border-color: #E53216;
}
</style>