Html Css Color HEX #E14113 Harley Davidson Orange
📋 copy color: '#E14113'red 225 ◦ green 65 ◦ blue 19
Shades of Harley Davidson Orange #E14113
Tints of Harley Davidson Orange #E14113
RGB
CMYK
RGB Variations
Color information
#E14113 (or 0xE14113) is known color: Harley Davidson Orange. HEX triplet: E1, 41 and 13. RGB value is (225,65,19). Sum of RGB (Red+Green+Blue) = 225+65+19=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E14113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14113 is #1EBEEC. Grayscale: #6B6B6B. Windows color (decimal): -2014957 or 1262049. OLE color: 1262049.
HSL color Cylindrical-coordinate representation of color #E14113: hue angle of 13.4º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E14113 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 19 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.12 |
| HSL | 13.4º | 0.84% | 0.48% | - |
| HSV(B) | 13.4º | 0.92% | 0.88% | - |
| XYZ | 33.06 | 19.84 | 2.7 | - |
| YUV | 107.6 | 78.01 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 19 | 0 | 0.71 | 0.92 | 0.12 | 13.4 | 0.84 | 0.48 |
| Hex | E1 | 41 | 13 | 0 | 47 | 5C | C | D | 54 | 30 |
| Octal | 341 | 101 | 23 | 0 | 107 | 134 | 14 | 15 | 124 | 60 |
| Binary | 11100001 | 1000001 | 10011 | 0 | 1000111 | 1011100 | 1100 | 1101 | 1010100 | 110000 |
Color Harmonies of #E14113
Complementary color
Monochromatic Colors of #E14113
Black with #E14113
Text Example
Text Example
White with #E14113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14113; }
p { color: rgb(225,65,19); }
H1.HeaderClassName
{
color: #E14113;
}
.AnyTagClassName
{
color: #E14113;
}
</style>
background-color css
<style>
a { background-color: #E14113; }
a { background-color: rgb(225,65,19); }
div.DivClassName
{
background-color: #E14113;
}
.BgClassName
{
background-color: #E14113;
}
</style>
border-color css
<style>
span { border-color: #E14113; }
span { border-color: rgb(225,65,19); }
td.TdClassName
{
border-color: #E14113;
}
.TagClassName
{
border-color: #E14113;
}
</style>