Html Css Color HEX #E14412 Harley Davidson Orange
📋 copy color: '#E14412'red 225 ◦ green 68 ◦ blue 18
Shades of Harley Davidson Orange #E14412
Tints of Harley Davidson Orange #E14412
RGB
CMYK
RGB Variations
Color information
#E14412 (or 0xE14412) is known color: Harley Davidson Orange. HEX triplet: E1, 44 and 12. RGB value is (225,68,18). Sum of RGB (Red+Green+Blue) = 225+68+18=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E14412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14412 is #1EBBED. Grayscale: #6D6D6D. Windows color (decimal): -2014190 or 1197281. OLE color: 1197281.
HSL color Cylindrical-coordinate representation of color #E14412: hue angle of 14.49º 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 #E14412 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.12 |
| HSL | 14.49º | 0.85% | 0.48% | - |
| HSV(B) | 14.49º | 0.92% | 0.88% | - |
| XYZ | 33.23 | 20.19 | 2.72 | - |
| YUV | 109.24 | 76.51 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 18 | 0 | 0.70 | 0.92 | 0.12 | 14.49 | 0.85 | 0.48 |
| Hex | E1 | 44 | 12 | 0 | 46 | 5C | C | E | 55 | 30 |
| Octal | 341 | 104 | 22 | 0 | 106 | 134 | 14 | 16 | 125 | 60 |
| Binary | 11100001 | 1000100 | 10010 | 0 | 1000110 | 1011100 | 1100 | 1110 | 1010101 | 110000 |
Color Harmonies of #E14412
Complementary color
Monochromatic Colors of #E14412
Black with #E14412
Text Example
Text Example
White with #E14412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14412; }
p { color: rgb(225,68,18); }
H1.HeaderClassName
{
color: #E14412;
}
.AnyTagClassName
{
color: #E14412;
}
</style>
background-color css
<style>
a { background-color: #E14412; }
a { background-color: rgb(225,68,18); }
div.DivClassName
{
background-color: #E14412;
}
.BgClassName
{
background-color: #E14412;
}
</style>
border-color css
<style>
span { border-color: #E14412; }
span { border-color: rgb(225,68,18); }
td.TdClassName
{
border-color: #E14412;
}
.TagClassName
{
border-color: #E14412;
}
</style>