Html Css Color HEX #E1400E Harley Davidson Orange
📋 copy color: '#E1400E'red 225 ◦ green 64 ◦ blue 14
Shades of Harley Davidson Orange #E1400E
Tints of Harley Davidson Orange #E1400E
RGB
CMYK
RGB Variations
Color information
#E1400E (or 0xE1400E) is known color: Harley Davidson Orange. HEX triplet: E1, 40 and 0E. RGB value is (225,64,14). Sum of RGB (Red+Green+Blue) = 225+64+14=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E1400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1400E is #1EBFF1. Grayscale: #6A6A6A. Windows color (decimal): -2015218 or 934113. OLE color: 934113.
HSL color Cylindrical-coordinate representation of color #E1400E: hue angle of 14.22º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1400E is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 14 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.12 |
| HSL | 14.22º | 0.88% | 0.47% | - |
| HSV(B) | 14.22º | 0.94% | 0.88% | - |
| XYZ | 32.96 | 19.71 | 2.48 | - |
| YUV | 106.44 | 75.84 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 14 | 0 | 0.72 | 0.94 | 0.12 | 14.22 | 0.88 | 0.47 |
| Hex | E1 | 40 | E | 0 | 48 | 5E | C | E | 58 | 2F |
| Octal | 341 | 100 | 16 | 0 | 110 | 136 | 14 | 16 | 130 | 57 |
| Binary | 11100001 | 1000000 | 1110 | 0 | 1001000 | 1011110 | 1100 | 1110 | 1011000 | 101111 |
Color Harmonies of #E1400E
Complementary color
Monochromatic Colors of #E1400E
Black with #E1400E
Text Example
Text Example
White with #E1400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1400E; }
p { color: rgb(225,64,14); }
H1.HeaderClassName
{
color: #E1400E;
}
.AnyTagClassName
{
color: #E1400E;
}
</style>
background-color css
<style>
a { background-color: #E1400E; }
a { background-color: rgb(225,64,14); }
div.DivClassName
{
background-color: #E1400E;
}
.BgClassName
{
background-color: #E1400E;
}
</style>
border-color css
<style>
span { border-color: #E1400E; }
span { border-color: rgb(225,64,14); }
td.TdClassName
{
border-color: #E1400E;
}
.TagClassName
{
border-color: #E1400E;
}
</style>