Html Css Color HEX #E53415 Harley Davidson Orange
📋 copy color: '#E53415'red 229 ◦ green 52 ◦ blue 21
Shades of Harley Davidson Orange #E53415
Tints of Harley Davidson Orange #E53415
RGB
CMYK
RGB Variations
Color information
#E53415 (or 0xE53415) is known color: Harley Davidson Orange. HEX triplet: E5, 34 and 15. RGB value is (229,52,21). Sum of RGB (Red+Green+Blue) = 229+52+21=302 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.83% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 229 - color contains mainly: red. Hex color #E53415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53415 is #1ACBEA. Grayscale: #656565. Windows color (decimal): -1756139 or 1389797. OLE color: 1389797.
HSL color Cylindrical-coordinate representation of color #E53415: hue angle of 8.94º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E53415 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 21 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.10 |
| HSL | 8.94º | 0.83% | 0.49% | - |
| HSV(B) | 8.94º | 0.91% | 0.9% | - |
| XYZ | 33.68 | 19.17 | 2.63 | - |
| YUV | 101.39 | 82.64 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 21 | 0 | 0.77 | 0.91 | 0.10 | 8.94 | 0.83 | 0.49 |
| Hex | E5 | 34 | 15 | 0 | 4D | 5B | A | 9 | 53 | 31 |
| Octal | 345 | 64 | 25 | 0 | 115 | 133 | 12 | 11 | 123 | 61 |
| Binary | 11100101 | 110100 | 10101 | 0 | 1001101 | 1011011 | 1010 | 1001 | 1010011 | 110001 |
Color Harmonies of #E53415
Complementary color
Monochromatic Colors of #E53415
Black with #E53415
Text Example
Text Example
White with #E53415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53415; }
p { color: rgb(229,52,21); }
H1.HeaderClassName
{
color: #E53415;
}
.AnyTagClassName
{
color: #E53415;
}
</style>
background-color css
<style>
a { background-color: #E53415; }
a { background-color: rgb(229,52,21); }
div.DivClassName
{
background-color: #E53415;
}
.BgClassName
{
background-color: #E53415;
}
</style>
border-color css
<style>
span { border-color: #E53415; }
span { border-color: rgb(229,52,21); }
td.TdClassName
{
border-color: #E53415;
}
.TagClassName
{
border-color: #E53415;
}
</style>