Html Css Color HEX #E14212 Harley Davidson Orange
📋 copy color: '#E14212'red 225 ◦ green 66 ◦ blue 18
Shades of Harley Davidson Orange #E14212
Tints of Harley Davidson Orange #E14212
RGB
CMYK
RGB Variations
Color information
#E14212 (or 0xE14212) is known color: Harley Davidson Orange. HEX triplet: E1, 42 and 12. RGB value is (225,66,18). Sum of RGB (Red+Green+Blue) = 225+66+18=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E14212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14212 is #1EBDED. Grayscale: #6C6C6C. Windows color (decimal): -2014702 or 1196769. OLE color: 1196769.
HSL color Cylindrical-coordinate representation of color #E14212: hue angle of 13.91º 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 #E14212 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 18 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.12 |
| HSL | 13.91º | 0.85% | 0.48% | - |
| HSV(B) | 13.91º | 0.92% | 0.88% | - |
| XYZ | 33.11 | 19.95 | 2.68 | - |
| YUV | 108.07 | 77.18 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 18 | 0 | 0.71 | 0.92 | 0.12 | 13.91 | 0.85 | 0.48 |
| Hex | E1 | 42 | 12 | 0 | 47 | 5C | C | E | 55 | 30 |
| Octal | 341 | 102 | 22 | 0 | 107 | 134 | 14 | 16 | 125 | 60 |
| Binary | 11100001 | 1000010 | 10010 | 0 | 1000111 | 1011100 | 1100 | 1110 | 1010101 | 110000 |
Color Harmonies of #E14212
Complementary color
Monochromatic Colors of #E14212
Black with #E14212
Text Example
Text Example
White with #E14212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14212; }
p { color: rgb(225,66,18); }
H1.HeaderClassName
{
color: #E14212;
}
.AnyTagClassName
{
color: #E14212;
}
</style>
background-color css
<style>
a { background-color: #E14212; }
a { background-color: rgb(225,66,18); }
div.DivClassName
{
background-color: #E14212;
}
.BgClassName
{
background-color: #E14212;
}
</style>
border-color css
<style>
span { border-color: #E14212; }
span { border-color: rgb(225,66,18); }
td.TdClassName
{
border-color: #E14212;
}
.TagClassName
{
border-color: #E14212;
}
</style>