Html Css Color HEX #E54212 Harley Davidson Orange
📋 copy color: '#E54212'red 229 ◦ green 66 ◦ blue 18
Shades of Harley Davidson Orange #E54212
Tints of Harley Davidson Orange #E54212
RGB
CMYK
RGB Variations
Color information
#E54212 (or 0xE54212) is known color: Harley Davidson Orange. HEX triplet: E5, 42 and 12. RGB value is (229,66,18). Sum of RGB (Red+Green+Blue) = 229+66+18=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E54212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54212 is #1ABDED. Grayscale: #6D6D6D. Windows color (decimal): -1752558 or 1196773. OLE color: 1196773.
HSL color Cylindrical-coordinate representation of color #E54212: hue angle of 13.65º 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 #E54212 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 18 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.10 |
| HSL | 13.65º | 0.85% | 0.48% | - |
| HSV(B) | 13.65º | 0.92% | 0.9% | - |
| XYZ | 34.37 | 20.6 | 2.74 | - |
| YUV | 109.27 | 76.5 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 18 | 0 | 0.71 | 0.92 | 0.10 | 13.65 | 0.85 | 0.48 |
| Hex | E5 | 42 | 12 | 0 | 47 | 5C | A | E | 55 | 30 |
| Octal | 345 | 102 | 22 | 0 | 107 | 134 | 12 | 16 | 125 | 60 |
| Binary | 11100101 | 1000010 | 10010 | 0 | 1000111 | 1011100 | 1010 | 1110 | 1010101 | 110000 |
Color Harmonies of #E54212
Complementary color
Monochromatic Colors of #E54212
Black with #E54212
Text Example
Text Example
White with #E54212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54212; }
p { color: rgb(229,66,18); }
H1.HeaderClassName
{
color: #E54212;
}
.AnyTagClassName
{
color: #E54212;
}
</style>
background-color css
<style>
a { background-color: #E54212; }
a { background-color: rgb(229,66,18); }
div.DivClassName
{
background-color: #E54212;
}
.BgClassName
{
background-color: #E54212;
}
</style>
border-color css
<style>
span { border-color: #E54212; }
span { border-color: rgb(229,66,18); }
td.TdClassName
{
border-color: #E54212;
}
.TagClassName
{
border-color: #E54212;
}
</style>