Html Css Color HEX #E5211C Harley Davidson Orange
📋 copy color: '#E5211C'red 229 ◦ green 33 ◦ blue 28
Shades of Harley Davidson Orange #E5211C
Tints of Harley Davidson Orange #E5211C
RGB
CMYK
RGB Variations
Color information
#E5211C (or 0xE5211C) is known color: Harley Davidson Orange. HEX triplet: E5, 21 and 1C. RGB value is (229,33,28). Sum of RGB (Red+Green+Blue) = 229+33+28=290 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.97% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 229 - color contains mainly: red. Hex color #E5211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5211C is #1ADEE3. Grayscale: #5B5B5B. Windows color (decimal): -1760996 or 1843685. OLE color: 1843685.
HSL color Cylindrical-coordinate representation of color #E5211C: hue angle of 1.49º 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 #E5211C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 28 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.10 |
| HSL | 1.49º | 0.79% | 0.5% | - |
| HSV(B) | 1.49º | 0.88% | 0.9% | - |
| XYZ | 33.07 | 17.83 | 2.8 | - |
| YUV | 91.03 | 92.43 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 28 | 0 | 0.86 | 0.88 | 0.10 | 1.49 | 0.79 | 0.5 |
| Hex | E5 | 21 | 1C | 0 | 56 | 58 | A | 1 | 4F | 32 |
| Octal | 345 | 41 | 34 | 0 | 126 | 130 | 12 | 1 | 117 | 62 |
| Binary | 11100101 | 100001 | 11100 | 0 | 1010110 | 1011000 | 1010 | 1 | 1001111 | 110010 |
Color Harmonies of #E5211C
Complementary color
Monochromatic Colors of #E5211C
Black with #E5211C
Text Example
Text Example
White with #E5211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5211C; }
p { color: rgb(229,33,28); }
H1.HeaderClassName
{
color: #E5211C;
}
.AnyTagClassName
{
color: #E5211C;
}
</style>
background-color css
<style>
a { background-color: #E5211C; }
a { background-color: rgb(229,33,28); }
div.DivClassName
{
background-color: #E5211C;
}
.BgClassName
{
background-color: #E5211C;
}
</style>
border-color css
<style>
span { border-color: #E5211C; }
span { border-color: rgb(229,33,28); }
td.TdClassName
{
border-color: #E5211C;
}
.TagClassName
{
border-color: #E5211C;
}
</style>