Html Css Color HEX #E52A12 Harley Davidson Orange
📋 copy color: '#E52A12'red 229 ◦ green 42 ◦ blue 18
Shades of Harley Davidson Orange #E52A12
Tints of Harley Davidson Orange #E52A12
RGB
CMYK
RGB Variations
Color information
#E52A12 (or 0xE52A12) is known color: Harley Davidson Orange. HEX triplet: E5, 2A and 12. RGB value is (229,42,18). Sum of RGB (Red+Green+Blue) = 229+42+18=289 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.24% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52A12 is #1AD5ED. Grayscale: #5F5F5F. Windows color (decimal): -1758702 or 1190629. OLE color: 1190629.
HSL color Cylindrical-coordinate representation of color #E52A12: hue angle of 6.82º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E52A12 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 18 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.10 |
| HSL | 6.82º | 0.85% | 0.48% | - |
| HSV(B) | 6.82º | 0.92% | 0.9% | - |
| XYZ | 33.25 | 18.36 | 2.36 | - |
| YUV | 95.18 | 84.45 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 18 | 0 | 0.82 | 0.92 | 0.10 | 6.82 | 0.85 | 0.48 |
| Hex | E5 | 2A | 12 | 0 | 52 | 5C | A | 7 | 55 | 30 |
| Octal | 345 | 52 | 22 | 0 | 122 | 134 | 12 | 7 | 125 | 60 |
| Binary | 11100101 | 101010 | 10010 | 0 | 1010010 | 1011100 | 1010 | 111 | 1010101 | 110000 |
Color Harmonies of #E52A12
Complementary color
Monochromatic Colors of #E52A12
Black with #E52A12
Text Example
Text Example
White with #E52A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A12; }
p { color: rgb(229,42,18); }
H1.HeaderClassName
{
color: #E52A12;
}
.AnyTagClassName
{
color: #E52A12;
}
</style>
background-color css
<style>
a { background-color: #E52A12; }
a { background-color: rgb(229,42,18); }
div.DivClassName
{
background-color: #E52A12;
}
.BgClassName
{
background-color: #E52A12;
}
</style>
border-color css
<style>
span { border-color: #E52A12; }
span { border-color: rgb(229,42,18); }
td.TdClassName
{
border-color: #E52A12;
}
.TagClassName
{
border-color: #E52A12;
}
</style>