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