Html Css Color HEX #E13C11 Harley Davidson Orange
📋 copy color: '#E13C11'red 225 ◦ green 60 ◦ blue 17
Shades of Harley Davidson Orange #E13C11
Tints of Harley Davidson Orange #E13C11
RGB
CMYK
RGB Variations
Color information
#E13C11 (or 0xE13C11) is known color: Harley Davidson Orange. HEX triplet: E1, 3C and 11. RGB value is (225,60,17). Sum of RGB (Red+Green+Blue) = 225+60+17=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13C11 is #1EC3EE. Grayscale: #686868. Windows color (decimal): -2016239 or 1129697. OLE color: 1129697.
HSL color Cylindrical-coordinate representation of color #E13C11: hue angle of 12.4º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E13C11 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 17 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.12 |
| HSL | 12.4º | 0.86% | 0.47% | - |
| HSV(B) | 12.4º | 0.92% | 0.88% | - |
| XYZ | 32.77 | 19.28 | 2.52 | - |
| YUV | 104.43 | 78.66 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 17 | 0 | 0.73 | 0.92 | 0.12 | 12.4 | 0.86 | 0.47 |
| Hex | E1 | 3C | 11 | 0 | 49 | 5C | C | C | 56 | 2F |
| Octal | 341 | 74 | 21 | 0 | 111 | 134 | 14 | 14 | 126 | 57 |
| Binary | 11100001 | 111100 | 10001 | 0 | 1001001 | 1011100 | 1100 | 1100 | 1010110 | 101111 |
Color Harmonies of #E13C11
Complementary color
Monochromatic Colors of #E13C11
Black with #E13C11
Text Example
Text Example
White with #E13C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C11; }
p { color: rgb(225,60,17); }
H1.HeaderClassName
{
color: #E13C11;
}
.AnyTagClassName
{
color: #E13C11;
}
</style>
background-color css
<style>
a { background-color: #E13C11; }
a { background-color: rgb(225,60,17); }
div.DivClassName
{
background-color: #E13C11;
}
.BgClassName
{
background-color: #E13C11;
}
</style>
border-color css
<style>
span { border-color: #E13C11; }
span { border-color: rgb(225,60,17); }
td.TdClassName
{
border-color: #E13C11;
}
.TagClassName
{
border-color: #E13C11;
}
</style>