Html Css Color HEX #E54113 Harley Davidson Orange
📋 copy color: '#E54113'red 229 ◦ green 65 ◦ blue 19
Shades of Harley Davidson Orange #E54113
Tints of Harley Davidson Orange #E54113
RGB
CMYK
RGB Variations
Color information
#E54113 (or 0xE54113) is known color: Harley Davidson Orange. HEX triplet: E5, 41 and 13. RGB value is (229,65,19). Sum of RGB (Red+Green+Blue) = 229+65+19=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E54113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54113 is #1ABEEC. Grayscale: #6D6D6D. Windows color (decimal): -1752813 or 1262053. OLE color: 1262053.
HSL color Cylindrical-coordinate representation of color #E54113: hue angle of 13.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E54113 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 19 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.10 |
| HSL | 13.14º | 0.85% | 0.49% | - |
| HSV(B) | 13.14º | 0.92% | 0.9% | - |
| XYZ | 34.32 | 20.49 | 2.76 | - |
| YUV | 108.79 | 77.33 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 19 | 0 | 0.72 | 0.92 | 0.10 | 13.14 | 0.85 | 0.49 |
| Hex | E5 | 41 | 13 | 0 | 48 | 5C | A | D | 55 | 31 |
| Octal | 345 | 101 | 23 | 0 | 110 | 134 | 12 | 15 | 125 | 61 |
| Binary | 11100101 | 1000001 | 10011 | 0 | 1001000 | 1011100 | 1010 | 1101 | 1010101 | 110001 |
Color Harmonies of #E54113
Complementary color
Monochromatic Colors of #E54113
Black with #E54113
Text Example
Text Example
White with #E54113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54113; }
p { color: rgb(229,65,19); }
H1.HeaderClassName
{
color: #E54113;
}
.AnyTagClassName
{
color: #E54113;
}
</style>
background-color css
<style>
a { background-color: #E54113; }
a { background-color: rgb(229,65,19); }
div.DivClassName
{
background-color: #E54113;
}
.BgClassName
{
background-color: #E54113;
}
</style>
border-color css
<style>
span { border-color: #E54113; }
span { border-color: rgb(229,65,19); }
td.TdClassName
{
border-color: #E54113;
}
.TagClassName
{
border-color: #E54113;
}
</style>