Html Css Color HEX #E52816 Harley Davidson Orange
📋 copy color: '#E52816'red 229 ◦ green 40 ◦ blue 22
Shades of Harley Davidson Orange #E52816
Tints of Harley Davidson Orange #E52816
RGB
CMYK
RGB Variations
Color information
#E52816 (or 0xE52816) is known color: Harley Davidson Orange. HEX triplet: E5, 28 and 16. RGB value is (229,40,22). Sum of RGB (Red+Green+Blue) = 229+40+22=291 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.69% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 229 - color contains mainly: red. Hex color #E52816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52816 is #1AD7E9. Grayscale: #5E5E5E. Windows color (decimal): -1759210 or 1452261. OLE color: 1452261.
HSL color Cylindrical-coordinate representation of color #E52816: hue angle of 5.22º 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 #E52816 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 22 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.10 |
| HSL | 5.22º | 0.82% | 0.49% | - |
| HSV(B) | 5.22º | 0.9% | 0.9% | - |
| XYZ | 33.22 | 18.23 | 2.53 | - |
| YUV | 94.46 | 87.12 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 22 | 0 | 0.83 | 0.90 | 0.10 | 5.22 | 0.82 | 0.49 |
| Hex | E5 | 28 | 16 | 0 | 53 | 5A | A | 5 | 52 | 31 |
| Octal | 345 | 50 | 26 | 0 | 123 | 132 | 12 | 5 | 122 | 61 |
| Binary | 11100101 | 101000 | 10110 | 0 | 1010011 | 1011010 | 1010 | 101 | 1010010 | 110001 |
Color Harmonies of #E52816
Complementary color
Monochromatic Colors of #E52816
Black with #E52816
Text Example
Text Example
White with #E52816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52816; }
p { color: rgb(229,40,22); }
H1.HeaderClassName
{
color: #E52816;
}
.AnyTagClassName
{
color: #E52816;
}
</style>
background-color css
<style>
a { background-color: #E52816; }
a { background-color: rgb(229,40,22); }
div.DivClassName
{
background-color: #E52816;
}
.BgClassName
{
background-color: #E52816;
}
</style>
border-color css
<style>
span { border-color: #E52816; }
span { border-color: rgb(229,40,22); }
td.TdClassName
{
border-color: #E52816;
}
.TagClassName
{
border-color: #E52816;
}
</style>