Html Css Color HEX #E14114 Harley Davidson Orange
📋 copy color: '#E14114'red 225 ◦ green 65 ◦ blue 20
Shades of Harley Davidson Orange #E14114
Tints of Harley Davidson Orange #E14114
RGB
CMYK
RGB Variations
Color information
#E14114 (or 0xE14114) is known color: Harley Davidson Orange. HEX triplet: E1, 41 and 14. RGB value is (225,65,20). Sum of RGB (Red+Green+Blue) = 225+65+20=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E14114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14114 is #1EBEEB. Grayscale: #6C6C6C. Windows color (decimal): -2014956 or 1327585. OLE color: 1327585.
HSL color Cylindrical-coordinate representation of color #E14114: hue angle of 13.17º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E14114 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 20 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.12 |
| HSL | 13.17º | 0.84% | 0.48% | - |
| HSV(B) | 13.17º | 0.91% | 0.88% | - |
| XYZ | 33.07 | 19.84 | 2.75 | - |
| YUV | 107.71 | 78.51 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 20 | 0 | 0.71 | 0.91 | 0.12 | 13.17 | 0.84 | 0.48 |
| Hex | E1 | 41 | 14 | 0 | 47 | 5B | C | D | 54 | 30 |
| Octal | 341 | 101 | 24 | 0 | 107 | 133 | 14 | 15 | 124 | 60 |
| Binary | 11100001 | 1000001 | 10100 | 0 | 1000111 | 1011011 | 1100 | 1101 | 1010100 | 110000 |
Color Harmonies of #E14114
Complementary color
Monochromatic Colors of #E14114
Black with #E14114
Text Example
Text Example
White with #E14114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14114; }
p { color: rgb(225,65,20); }
H1.HeaderClassName
{
color: #E14114;
}
.AnyTagClassName
{
color: #E14114;
}
</style>
background-color css
<style>
a { background-color: #E14114; }
a { background-color: rgb(225,65,20); }
div.DivClassName
{
background-color: #E14114;
}
.BgClassName
{
background-color: #E14114;
}
</style>
border-color css
<style>
span { border-color: #E14114; }
span { border-color: rgb(225,65,20); }
td.TdClassName
{
border-color: #E14114;
}
.TagClassName
{
border-color: #E14114;
}
</style>