Html Css Color HEX #E1340D Harley Davidson Orange
📋 copy color: '#E1340D'red 225 ◦ green 52 ◦ blue 13
Shades of Harley Davidson Orange #E1340D
Tints of Harley Davidson Orange #E1340D
RGB
CMYK
RGB Variations
Color information
#E1340D (or 0xE1340D) is known color: Harley Davidson Orange. HEX triplet: E1, 34 and 0D. RGB value is (225,52,13). Sum of RGB (Red+Green+Blue) = 225+52+13=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E1340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1340D is #1ECBF2. Grayscale: #636363. Windows color (decimal): -2018291 or 865505. OLE color: 865505.
HSL color Cylindrical-coordinate representation of color #E1340D: hue angle of 11.04º degrees, saturation: 0.89, 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 #E1340D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.12 |
| HSL | 11.04º | 0.89% | 0.47% | - |
| HSV(B) | 11.04º | 0.94% | 0.88% | - |
| XYZ | 32.35 | 18.49 | 2.25 | - |
| YUV | 99.28 | 79.31 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 13 | 0 | 0.77 | 0.94 | 0.12 | 11.04 | 0.89 | 0.47 |
| Hex | E1 | 34 | D | 0 | 4D | 5E | C | B | 59 | 2F |
| Octal | 341 | 64 | 15 | 0 | 115 | 136 | 14 | 13 | 131 | 57 |
| Binary | 11100001 | 110100 | 1101 | 0 | 1001101 | 1011110 | 1100 | 1011 | 1011001 | 101111 |
Color Harmonies of #E1340D
Complementary color
Monochromatic Colors of #E1340D
Black with #E1340D
Text Example
Text Example
White with #E1340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1340D; }
p { color: rgb(225,52,13); }
H1.HeaderClassName
{
color: #E1340D;
}
.AnyTagClassName
{
color: #E1340D;
}
</style>
background-color css
<style>
a { background-color: #E1340D; }
a { background-color: rgb(225,52,13); }
div.DivClassName
{
background-color: #E1340D;
}
.BgClassName
{
background-color: #E1340D;
}
</style>
border-color css
<style>
span { border-color: #E1340D; }
span { border-color: rgb(225,52,13); }
td.TdClassName
{
border-color: #E1340D;
}
.TagClassName
{
border-color: #E1340D;
}
</style>