Html Css Color HEX #E5390C Harley Davidson Orange
📋 copy color: '#E5390C'red 229 ◦ green 57 ◦ blue 12
Shades of Harley Davidson Orange #E5390C
Tints of Harley Davidson Orange #E5390C
RGB
CMYK
RGB Variations
Color information
#E5390C (or 0xE5390C) is known color: Harley Davidson Orange. HEX triplet: E5, 39 and 0C. RGB value is (229,57,12). Sum of RGB (Red+Green+Blue) = 229+57+12=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E5390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5390C is #1AC6F3. Grayscale: #676767. Windows color (decimal): -1754868 or 801253. OLE color: 801253.
HSL color Cylindrical-coordinate representation of color #E5390C: hue angle of 12.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5390C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 12 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.10 |
| HSL | 12.44º | 0.9% | 0.47% | - |
| HSV(B) | 12.44º | 0.95% | 0.9% | - |
| XYZ | 33.84 | 19.61 | 2.35 | - |
| YUV | 103.3 | 76.48 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 12 | 0 | 0.75 | 0.95 | 0.10 | 12.44 | 0.9 | 0.47 |
| Hex | E5 | 39 | C | 0 | 4B | 5F | A | C | 5A | 2F |
| Octal | 345 | 71 | 14 | 0 | 113 | 137 | 12 | 14 | 132 | 57 |
| Binary | 11100101 | 111001 | 1100 | 0 | 1001011 | 1011111 | 1010 | 1100 | 1011010 | 101111 |
Color Harmonies of #E5390C
Complementary color
Monochromatic Colors of #E5390C
Black with #E5390C
Text Example
Text Example
White with #E5390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5390C; }
p { color: rgb(229,57,12); }
H1.HeaderClassName
{
color: #E5390C;
}
.AnyTagClassName
{
color: #E5390C;
}
</style>
background-color css
<style>
a { background-color: #E5390C; }
a { background-color: rgb(229,57,12); }
div.DivClassName
{
background-color: #E5390C;
}
.BgClassName
{
background-color: #E5390C;
}
</style>
border-color css
<style>
span { border-color: #E5390C; }
span { border-color: rgb(229,57,12); }
td.TdClassName
{
border-color: #E5390C;
}
.TagClassName
{
border-color: #E5390C;
}
</style>