Html Css Color HEX #E1350D Harley Davidson Orange
📋 copy color: '#E1350D'red 225 ◦ green 53 ◦ blue 13
Shades of Harley Davidson Orange #E1350D
Tints of Harley Davidson Orange #E1350D
RGB
CMYK
RGB Variations
Color information
#E1350D (or 0xE1350D) is known color: Harley Davidson Orange. HEX triplet: E1, 35 and 0D. RGB value is (225,53,13). Sum of RGB (Red+Green+Blue) = 225+53+13=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E1350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1350D is #1ECAF2. Grayscale: #646464. Windows color (decimal): -2018035 or 865761. OLE color: 865761.
HSL color Cylindrical-coordinate representation of color #E1350D: hue angle of 11.32º 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 #E1350D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.12 |
| HSL | 11.32º | 0.89% | 0.47% | - |
| HSV(B) | 11.32º | 0.94% | 0.88% | - |
| XYZ | 32.4 | 18.58 | 2.26 | - |
| YUV | 99.87 | 78.98 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 13 | 0 | 0.76 | 0.94 | 0.12 | 11.32 | 0.89 | 0.47 |
| Hex | E1 | 35 | D | 0 | 4C | 5E | C | B | 59 | 2F |
| Octal | 341 | 65 | 15 | 0 | 114 | 136 | 14 | 13 | 131 | 57 |
| Binary | 11100001 | 110101 | 1101 | 0 | 1001100 | 1011110 | 1100 | 1011 | 1011001 | 101111 |
Color Harmonies of #E1350D
Complementary color
Monochromatic Colors of #E1350D
Black with #E1350D
Text Example
Text Example
White with #E1350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1350D; }
p { color: rgb(225,53,13); }
H1.HeaderClassName
{
color: #E1350D;
}
.AnyTagClassName
{
color: #E1350D;
}
</style>
background-color css
<style>
a { background-color: #E1350D; }
a { background-color: rgb(225,53,13); }
div.DivClassName
{
background-color: #E1350D;
}
.BgClassName
{
background-color: #E1350D;
}
</style>
border-color css
<style>
span { border-color: #E1350D; }
span { border-color: rgb(225,53,13); }
td.TdClassName
{
border-color: #E1350D;
}
.TagClassName
{
border-color: #E1350D;
}
</style>