Html Css Color HEX #E5221C Harley Davidson Orange
📋 copy color: '#E5221C'red 229 ◦ green 34 ◦ blue 28
Shades of Harley Davidson Orange #E5221C
Tints of Harley Davidson Orange #E5221C
RGB
CMYK
RGB Variations
Color information
#E5221C (or 0xE5221C) is known color: Harley Davidson Orange. HEX triplet: E5, 22 and 1C. RGB value is (229,34,28). Sum of RGB (Red+Green+Blue) = 229+34+28=291 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.69% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 229 - color contains mainly: red. Hex color #E5221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5221C is #1ADDE3. Grayscale: #5B5B5B. Windows color (decimal): -1760740 or 1843941. OLE color: 1843941.
HSL color Cylindrical-coordinate representation of color #E5221C: hue angle of 1.79º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5221C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 28 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.10 |
| HSL | 1.79º | 0.79% | 0.5% | - |
| HSV(B) | 1.79º | 0.88% | 0.9% | - |
| XYZ | 33.09 | 17.89 | 2.81 | - |
| YUV | 91.62 | 92.1 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 28 | 0 | 0.85 | 0.88 | 0.10 | 1.79 | 0.79 | 0.5 |
| Hex | E5 | 22 | 1C | 0 | 55 | 58 | A | 2 | 4F | 32 |
| Octal | 345 | 42 | 34 | 0 | 125 | 130 | 12 | 2 | 117 | 62 |
| Binary | 11100101 | 100010 | 11100 | 0 | 1010101 | 1011000 | 1010 | 10 | 1001111 | 110010 |
Color Harmonies of #E5221C
Complementary color
Monochromatic Colors of #E5221C
Black with #E5221C
Text Example
Text Example
White with #E5221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5221C; }
p { color: rgb(229,34,28); }
H1.HeaderClassName
{
color: #E5221C;
}
.AnyTagClassName
{
color: #E5221C;
}
</style>
background-color css
<style>
a { background-color: #E5221C; }
a { background-color: rgb(229,34,28); }
div.DivClassName
{
background-color: #E5221C;
}
.BgClassName
{
background-color: #E5221C;
}
</style>
border-color css
<style>
span { border-color: #E5221C; }
span { border-color: rgb(229,34,28); }
td.TdClassName
{
border-color: #E5221C;
}
.TagClassName
{
border-color: #E5221C;
}
</style>