Html Css Color HEX #E52A1A Harley Davidson Orange
📋 copy color: '#E52A1A'red 229 ◦ green 42 ◦ blue 26
Shades of Harley Davidson Orange #E52A1A
Tints of Harley Davidson Orange #E52A1A
RGB
CMYK
RGB Variations
Color information
#E52A1A (or 0xE52A1A) is known color: Harley Davidson Orange. HEX triplet: E5, 2A and 1A. RGB value is (229,42,26). Sum of RGB (Red+Green+Blue) = 229+42+26=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A1A is #1AD5E5. Grayscale: #606060. Windows color (decimal): -1758694 or 1714917. OLE color: 1714917.
HSL color Cylindrical-coordinate representation of color #E52A1A: hue angle of 4.73º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E52A1A is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 26 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.10 |
| HSL | 4.73º | 0.8% | 0.5% | - |
| HSV(B) | 4.73º | 0.89% | 0.9% | - |
| XYZ | 33.33 | 18.39 | 2.77 | - |
| YUV | 96.09 | 88.45 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 26 | 0 | 0.82 | 0.89 | 0.10 | 4.73 | 0.8 | 0.5 |
| Hex | E5 | 2A | 1A | 0 | 52 | 59 | A | 5 | 50 | 32 |
| Octal | 345 | 52 | 32 | 0 | 122 | 131 | 12 | 5 | 120 | 62 |
| Binary | 11100101 | 101010 | 11010 | 0 | 1010010 | 1011001 | 1010 | 101 | 1010000 | 110010 |
Color Harmonies of #E52A1A
Complementary color
Monochromatic Colors of #E52A1A
Black with #E52A1A
Text Example
Text Example
White with #E52A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A1A; }
p { color: rgb(229,42,26); }
H1.HeaderClassName
{
color: #E52A1A;
}
.AnyTagClassName
{
color: #E52A1A;
}
</style>
background-color css
<style>
a { background-color: #E52A1A; }
a { background-color: rgb(229,42,26); }
div.DivClassName
{
background-color: #E52A1A;
}
.BgClassName
{
background-color: #E52A1A;
}
</style>
border-color css
<style>
span { border-color: #E52A1A; }
span { border-color: rgb(229,42,26); }
td.TdClassName
{
border-color: #E52A1A;
}
.TagClassName
{
border-color: #E52A1A;
}
</style>