Html Css Color HEX #E5291A Harley Davidson Orange
📋 copy color: '#E5291A'red 229 ◦ green 41 ◦ blue 26
Shades of Harley Davidson Orange #E5291A
Tints of Harley Davidson Orange #E5291A
RGB
CMYK
RGB Variations
Color information
#E5291A (or 0xE5291A) is known color: Harley Davidson Orange. HEX triplet: E5, 29 and 1A. RGB value is (229,41,26). Sum of RGB (Red+Green+Blue) = 229+41+26=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E5291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5291A is #1AD6E5. Grayscale: #5F5F5F. Windows color (decimal): -1758950 or 1714661. OLE color: 1714661.
HSL color Cylindrical-coordinate representation of color #E5291A: hue angle of 4.43º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5291A is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 26 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.10 |
| HSL | 4.43º | 0.8% | 0.5% | - |
| HSV(B) | 4.43º | 0.89% | 0.9% | - |
| XYZ | 33.29 | 18.32 | 2.76 | - |
| YUV | 95.5 | 88.78 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 26 | 0 | 0.82 | 0.89 | 0.10 | 4.43 | 0.8 | 0.5 |
| Hex | E5 | 29 | 1A | 0 | 52 | 59 | A | 4 | 50 | 32 |
| Octal | 345 | 51 | 32 | 0 | 122 | 131 | 12 | 4 | 120 | 62 |
| Binary | 11100101 | 101001 | 11010 | 0 | 1010010 | 1011001 | 1010 | 100 | 1010000 | 110010 |
Color Harmonies of #E5291A
Complementary color
Monochromatic Colors of #E5291A
Black with #E5291A
Text Example
Text Example
White with #E5291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5291A; }
p { color: rgb(229,41,26); }
H1.HeaderClassName
{
color: #E5291A;
}
.AnyTagClassName
{
color: #E5291A;
}
</style>
background-color css
<style>
a { background-color: #E5291A; }
a { background-color: rgb(229,41,26); }
div.DivClassName
{
background-color: #E5291A;
}
.BgClassName
{
background-color: #E5291A;
}
</style>
border-color css
<style>
span { border-color: #E5291A; }
span { border-color: rgb(229,41,26); }
td.TdClassName
{
border-color: #E5291A;
}
.TagClassName
{
border-color: #E5291A;
}
</style>