Html Css Color HEX #E34112 Harley Davidson Orange
📋 copy color: '#E34112'red 227 ◦ green 65 ◦ blue 18
Shades of Harley Davidson Orange #E34112
Tints of Harley Davidson Orange #E34112
RGB
CMYK
RGB Variations
Color information
#E34112 (or 0xE34112) is known color: Harley Davidson Orange. HEX triplet: E3, 41 and 12. RGB value is (227,65,18). Sum of RGB (Red+Green+Blue) = 227+65+18=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E34112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34112 is #1CBEED. Grayscale: #6C6C6C. Windows color (decimal): -1883886 or 1196515. OLE color: 1196515.
HSL color Cylindrical-coordinate representation of color #E34112: hue angle of 13.49º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E34112 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 65 | 18 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.11 |
| HSL | 13.49º | 0.85% | 0.48% | - |
| HSV(B) | 13.49º | 0.92% | 0.89% | - |
| XYZ | 33.68 | 20.16 | 2.69 | - |
| YUV | 108.08 | 77.17 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 18 | 0 | 0.71 | 0.92 | 0.11 | 13.49 | 0.85 | 0.48 |
| Hex | E3 | 41 | 12 | 0 | 47 | 5C | B | D | 55 | 30 |
| Octal | 343 | 101 | 22 | 0 | 107 | 134 | 13 | 15 | 125 | 60 |
| Binary | 11100011 | 1000001 | 10010 | 0 | 1000111 | 1011100 | 1011 | 1101 | 1010101 | 110000 |
Color Harmonies of #E34112
Complementary color
Monochromatic Colors of #E34112
Black with #E34112
Text Example
Text Example
White with #E34112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34112; }
p { color: rgb(227,65,18); }
H1.HeaderClassName
{
color: #E34112;
}
.AnyTagClassName
{
color: #E34112;
}
</style>
background-color css
<style>
a { background-color: #E34112; }
a { background-color: rgb(227,65,18); }
div.DivClassName
{
background-color: #E34112;
}
.BgClassName
{
background-color: #E34112;
}
</style>
border-color css
<style>
span { border-color: #E34112; }
span { border-color: rgb(227,65,18); }
td.TdClassName
{
border-color: #E34112;
}
.TagClassName
{
border-color: #E34112;
}
</style>