Html Css Color HEX #E52B1B Harley Davidson Orange
📋 copy color: '#E52B1B'red 229 ◦ green 43 ◦ blue 27
Shades of Harley Davidson Orange #E52B1B
Tints of Harley Davidson Orange #E52B1B
RGB
CMYK
RGB Variations
Color information
#E52B1B (or 0xE52B1B) is known color: Harley Davidson Orange. HEX triplet: E5, 2B and 1B. RGB value is (229,43,27). Sum of RGB (Red+Green+Blue) = 229+43+27=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52B1B is #1AD4E4. Grayscale: #616161. Windows color (decimal): -1758437 or 1780709. OLE color: 1780709.
HSL color Cylindrical-coordinate representation of color #E52B1B: hue angle of 4.75º 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 #E52B1B is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 27 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.10 |
| HSL | 4.75º | 0.8% | 0.5% | - |
| HSV(B) | 4.75º | 0.88% | 0.9% | - |
| XYZ | 33.37 | 18.46 | 2.84 | - |
| YUV | 96.79 | 88.62 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 27 | 0 | 0.81 | 0.88 | 0.10 | 4.75 | 0.8 | 0.5 |
| Hex | E5 | 2B | 1B | 0 | 51 | 58 | A | 5 | 50 | 32 |
| Octal | 345 | 53 | 33 | 0 | 121 | 130 | 12 | 5 | 120 | 62 |
| Binary | 11100101 | 101011 | 11011 | 0 | 1010001 | 1011000 | 1010 | 101 | 1010000 | 110010 |
Color Harmonies of #E52B1B
Complementary color
Monochromatic Colors of #E52B1B
Black with #E52B1B
Text Example
Text Example
White with #E52B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B1B; }
p { color: rgb(229,43,27); }
H1.HeaderClassName
{
color: #E52B1B;
}
.AnyTagClassName
{
color: #E52B1B;
}
</style>
background-color css
<style>
a { background-color: #E52B1B; }
a { background-color: rgb(229,43,27); }
div.DivClassName
{
background-color: #E52B1B;
}
.BgClassName
{
background-color: #E52B1B;
}
</style>
border-color css
<style>
span { border-color: #E52B1B; }
span { border-color: rgb(229,43,27); }
td.TdClassName
{
border-color: #E52B1B;
}
.TagClassName
{
border-color: #E52B1B;
}
</style>