Html Css Color HEX #E53212 Harley Davidson Orange
📋 copy color: '#E53212'red 229 ◦ green 50 ◦ blue 18
Shades of Harley Davidson Orange #E53212
Tints of Harley Davidson Orange #E53212
RGB
CMYK
RGB Variations
Color information
#E53212 (or 0xE53212) is known color: Harley Davidson Orange. HEX triplet: E5, 32 and 12. RGB value is (229,50,18). Sum of RGB (Red+Green+Blue) = 229+50+18=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E53212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53212 is #1ACDED. Grayscale: #646464. Windows color (decimal): -1756654 or 1192677. OLE color: 1192677.
HSL color Cylindrical-coordinate representation of color #E53212: hue angle of 9.1º 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 #E53212 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 18 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.10 |
| HSL | 9.1º | 0.85% | 0.48% | - |
| HSV(B) | 9.1º | 0.92% | 0.9% | - |
| XYZ | 33.56 | 18.98 | 2.47 | - |
| YUV | 99.87 | 81.8 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 18 | 0 | 0.78 | 0.92 | 0.10 | 9.1 | 0.85 | 0.48 |
| Hex | E5 | 32 | 12 | 0 | 4E | 5C | A | 9 | 55 | 30 |
| Octal | 345 | 62 | 22 | 0 | 116 | 134 | 12 | 11 | 125 | 60 |
| Binary | 11100101 | 110010 | 10010 | 0 | 1001110 | 1011100 | 1010 | 1001 | 1010101 | 110000 |
Color Harmonies of #E53212
Complementary color
Monochromatic Colors of #E53212
Black with #E53212
Text Example
Text Example
White with #E53212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53212; }
p { color: rgb(229,50,18); }
H1.HeaderClassName
{
color: #E53212;
}
.AnyTagClassName
{
color: #E53212;
}
</style>
background-color css
<style>
a { background-color: #E53212; }
a { background-color: rgb(229,50,18); }
div.DivClassName
{
background-color: #E53212;
}
.BgClassName
{
background-color: #E53212;
}
</style>
border-color css
<style>
span { border-color: #E53212; }
span { border-color: rgb(229,50,18); }
td.TdClassName
{
border-color: #E53212;
}
.TagClassName
{
border-color: #E53212;
}
</style>