Html Css Color HEX #E5201B Harley Davidson Orange
📋 copy color: '#E5201B'red 229 ◦ green 32 ◦ blue 27
Shades of Harley Davidson Orange #E5201B
Tints of Harley Davidson Orange #E5201B
RGB
CMYK
RGB Variations
Color information
#E5201B (or 0xE5201B) is known color: Harley Davidson Orange. HEX triplet: E5, 20 and 1B. RGB value is (229,32,27). Sum of RGB (Red+Green+Blue) = 229+32+27=288 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.51% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 229 - color contains mainly: red. Hex color #E5201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5201B is #1ADFE4. Grayscale: #5A5A5A. Windows color (decimal): -1761253 or 1777893. OLE color: 1777893.
HSL color Cylindrical-coordinate representation of color #E5201B: hue angle of 1.49º degrees, saturation: 0.8, 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 #E5201B is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 27 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.10 |
| HSL | 1.49º | 0.8% | 0.5% | - |
| HSV(B) | 1.49º | 0.88% | 0.9% | - |
| XYZ | 33.03 | 17.77 | 2.73 | - |
| YUV | 90.33 | 92.27 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 27 | 0 | 0.86 | 0.88 | 0.10 | 1.49 | 0.8 | 0.5 |
| Hex | E5 | 20 | 1B | 0 | 56 | 58 | A | 1 | 50 | 32 |
| Octal | 345 | 40 | 33 | 0 | 126 | 130 | 12 | 1 | 120 | 62 |
| Binary | 11100101 | 100000 | 11011 | 0 | 1010110 | 1011000 | 1010 | 1 | 1010000 | 110010 |
Color Harmonies of #E5201B
Complementary color
Monochromatic Colors of #E5201B
Black with #E5201B
Text Example
Text Example
White with #E5201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5201B; }
p { color: rgb(229,32,27); }
H1.HeaderClassName
{
color: #E5201B;
}
.AnyTagClassName
{
color: #E5201B;
}
</style>
background-color css
<style>
a { background-color: #E5201B; }
a { background-color: rgb(229,32,27); }
div.DivClassName
{
background-color: #E5201B;
}
.BgClassName
{
background-color: #E5201B;
}
</style>
border-color css
<style>
span { border-color: #E5201B; }
span { border-color: rgb(229,32,27); }
td.TdClassName
{
border-color: #E5201B;
}
.TagClassName
{
border-color: #E5201B;
}
</style>