Html Css Color HEX #E5221A Harley Davidson Orange
📋 copy color: '#E5221A'red 229 ◦ green 34 ◦ blue 26
Shades of Harley Davidson Orange #E5221A
Tints of Harley Davidson Orange #E5221A
RGB
CMYK
RGB Variations
Color information
#E5221A (or 0xE5221A) is known color: Harley Davidson Orange. HEX triplet: E5, 22 and 1A. RGB value is (229,34,26). Sum of RGB (Red+Green+Blue) = 229+34+26=289 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.24% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 229 - color contains mainly: red. Hex color #E5221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5221A is #1ADDE5. Grayscale: #5B5B5B. Windows color (decimal): -1760742 or 1712869. OLE color: 1712869.
HSL color Cylindrical-coordinate representation of color #E5221A: hue angle of 2.36º 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 #E5221A is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 26 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.10 |
| HSL | 2.36º | 0.8% | 0.5% | - |
| HSV(B) | 2.36º | 0.89% | 0.9% | - |
| XYZ | 33.07 | 17.88 | 2.68 | - |
| YUV | 91.39 | 91.1 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 26 | 0 | 0.85 | 0.89 | 0.10 | 2.36 | 0.8 | 0.5 |
| Hex | E5 | 22 | 1A | 0 | 55 | 59 | A | 2 | 50 | 32 |
| Octal | 345 | 42 | 32 | 0 | 125 | 131 | 12 | 2 | 120 | 62 |
| Binary | 11100101 | 100010 | 11010 | 0 | 1010101 | 1011001 | 1010 | 10 | 1010000 | 110010 |
Color Harmonies of #E5221A
Complementary color
Monochromatic Colors of #E5221A
Black with #E5221A
Text Example
Text Example
White with #E5221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5221A; }
p { color: rgb(229,34,26); }
H1.HeaderClassName
{
color: #E5221A;
}
.AnyTagClassName
{
color: #E5221A;
}
</style>
background-color css
<style>
a { background-color: #E5221A; }
a { background-color: rgb(229,34,26); }
div.DivClassName
{
background-color: #E5221A;
}
.BgClassName
{
background-color: #E5221A;
}
</style>
border-color css
<style>
span { border-color: #E5221A; }
span { border-color: rgb(229,34,26); }
td.TdClassName
{
border-color: #E5221A;
}
.TagClassName
{
border-color: #E5221A;
}
</style>