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