Html Css Color HEX #E52318 Harley Davidson Orange
📋 copy color: '#E52318'red 229 ◦ green 35 ◦ blue 24
Shades of Harley Davidson Orange #E52318
Tints of Harley Davidson Orange #E52318
RGB
CMYK
RGB Variations
Color information
#E52318 (or 0xE52318) is known color: Harley Davidson Orange. HEX triplet: E5, 23 and 18. RGB value is (229,35,24). Sum of RGB (Red+Green+Blue) = 229+35+24=288 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.51% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 229 - color contains mainly: red. Hex color #E52318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52318 is #1ADCE7. Grayscale: #5B5B5B. Windows color (decimal): -1760488 or 1582053. OLE color: 1582053.
HSL color Cylindrical-coordinate representation of color #E52318: hue angle of 3.22º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E52318 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 24 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.10 |
| HSL | 3.22º | 0.81% | 0.5% | - |
| HSV(B) | 3.22º | 0.9% | 0.9% | - |
| XYZ | 33.08 | 17.93 | 2.58 | - |
| YUV | 91.75 | 89.77 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 24 | 0 | 0.85 | 0.90 | 0.10 | 3.22 | 0.81 | 0.5 |
| Hex | E5 | 23 | 18 | 0 | 55 | 5A | A | 3 | 51 | 32 |
| Octal | 345 | 43 | 30 | 0 | 125 | 132 | 12 | 3 | 121 | 62 |
| Binary | 11100101 | 100011 | 11000 | 0 | 1010101 | 1011010 | 1010 | 11 | 1010001 | 110010 |
Color Harmonies of #E52318
Complementary color
Monochromatic Colors of #E52318
Black with #E52318
Text Example
Text Example
White with #E52318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52318; }
p { color: rgb(229,35,24); }
H1.HeaderClassName
{
color: #E52318;
}
.AnyTagClassName
{
color: #E52318;
}
</style>
background-color css
<style>
a { background-color: #E52318; }
a { background-color: rgb(229,35,24); }
div.DivClassName
{
background-color: #E52318;
}
.BgClassName
{
background-color: #E52318;
}
</style>
border-color css
<style>
span { border-color: #E52318; }
span { border-color: rgb(229,35,24); }
td.TdClassName
{
border-color: #E52318;
}
.TagClassName
{
border-color: #E52318;
}
</style>