Html Css Color HEX #E52B1C Harley Davidson Orange
📋 copy color: '#E52B1C'red 229 ◦ green 43 ◦ blue 28
Shades of Harley Davidson Orange #E52B1C
Tints of Harley Davidson Orange #E52B1C
RGB
CMYK
RGB Variations
Color information
#E52B1C (or 0xE52B1C) is known color: Harley Davidson Orange. HEX triplet: E5, 2B and 1C. RGB value is (229,43,28). Sum of RGB (Red+Green+Blue) = 229+43+28=300 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52B1C is #1AD4E3. Grayscale: #616161. Windows color (decimal): -1758436 or 1846245. OLE color: 1846245.
HSL color Cylindrical-coordinate representation of color #E52B1C: hue angle of 4.48º 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 #E52B1C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 28 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.10 |
| HSL | 4.48º | 0.79% | 0.5% | - |
| HSV(B) | 4.48º | 0.88% | 0.9% | - |
| XYZ | 33.39 | 18.47 | 2.9 | - |
| YUV | 96.9 | 89.12 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 28 | 0 | 0.81 | 0.88 | 0.10 | 4.48 | 0.79 | 0.5 |
| Hex | E5 | 2B | 1C | 0 | 51 | 58 | A | 4 | 4F | 32 |
| Octal | 345 | 53 | 34 | 0 | 121 | 130 | 12 | 4 | 117 | 62 |
| Binary | 11100101 | 101011 | 11100 | 0 | 1010001 | 1011000 | 1010 | 100 | 1001111 | 110010 |
Color Harmonies of #E52B1C
Complementary color
Monochromatic Colors of #E52B1C
Black with #E52B1C
Text Example
Text Example
White with #E52B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B1C; }
p { color: rgb(229,43,28); }
H1.HeaderClassName
{
color: #E52B1C;
}
.AnyTagClassName
{
color: #E52B1C;
}
</style>
background-color css
<style>
a { background-color: #E52B1C; }
a { background-color: rgb(229,43,28); }
div.DivClassName
{
background-color: #E52B1C;
}
.BgClassName
{
background-color: #E52B1C;
}
</style>
border-color css
<style>
span { border-color: #E52B1C; }
span { border-color: rgb(229,43,28); }
td.TdClassName
{
border-color: #E52B1C;
}
.TagClassName
{
border-color: #E52B1C;
}
</style>