Html Css Color HEX #E14012 Harley Davidson Orange
📋 copy color: '#E14012'red 225 ◦ green 64 ◦ blue 18
Shades of Harley Davidson Orange #E14012
Tints of Harley Davidson Orange #E14012
RGB
CMYK
RGB Variations
Color information
#E14012 (or 0xE14012) is known color: Harley Davidson Orange. HEX triplet: E1, 40 and 12. RGB value is (225,64,18). Sum of RGB (Red+Green+Blue) = 225+64+18=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E14012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14012 is #1EBFED. Grayscale: #6B6B6B. Windows color (decimal): -2015214 or 1196257. OLE color: 1196257.
HSL color Cylindrical-coordinate representation of color #E14012: hue angle of 13.33º degrees, saturation: 0.85, 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 #E14012 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 18 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.12 |
| HSL | 13.33º | 0.85% | 0.48% | - |
| HSV(B) | 13.33º | 0.92% | 0.88% | - |
| XYZ | 32.99 | 19.72 | 2.64 | - |
| YUV | 106.9 | 77.84 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 18 | 0 | 0.72 | 0.92 | 0.12 | 13.33 | 0.85 | 0.48 |
| Hex | E1 | 40 | 12 | 0 | 48 | 5C | C | D | 55 | 30 |
| Octal | 341 | 100 | 22 | 0 | 110 | 134 | 14 | 15 | 125 | 60 |
| Binary | 11100001 | 1000000 | 10010 | 0 | 1001000 | 1011100 | 1100 | 1101 | 1010101 | 110000 |
Color Harmonies of #E14012
Complementary color
Monochromatic Colors of #E14012
Black with #E14012
Text Example
Text Example
White with #E14012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14012; }
p { color: rgb(225,64,18); }
H1.HeaderClassName
{
color: #E14012;
}
.AnyTagClassName
{
color: #E14012;
}
</style>
background-color css
<style>
a { background-color: #E14012; }
a { background-color: rgb(225,64,18); }
div.DivClassName
{
background-color: #E14012;
}
.BgClassName
{
background-color: #E14012;
}
</style>
border-color css
<style>
span { border-color: #E14012; }
span { border-color: rgb(225,64,18); }
td.TdClassName
{
border-color: #E14012;
}
.TagClassName
{
border-color: #E14012;
}
</style>