Html Css Color HEX #E13517 Harley Davidson Orange
📋 copy color: '#E13517'red 225 ◦ green 53 ◦ blue 23
Shades of Harley Davidson Orange #E13517
Tints of Harley Davidson Orange #E13517
RGB
CMYK
RGB Variations
Color information
#E13517 (or 0xE13517) is known color: Harley Davidson Orange. HEX triplet: E1, 35 and 17. RGB value is (225,53,23). Sum of RGB (Red+Green+Blue) = 225+53+23=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E13517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13517 is #1ECAE8. Grayscale: #656565. Windows color (decimal): -2018025 or 1521121. OLE color: 1521121.
HSL color Cylindrical-coordinate representation of color #E13517: hue angle of 8.91º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E13517 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 23 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.12 |
| HSL | 8.91º | 0.81% | 0.49% | - |
| HSV(B) | 8.91º | 0.9% | 0.88% | - |
| XYZ | 32.48 | 18.62 | 2.69 | - |
| YUV | 101.01 | 83.98 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 23 | 0 | 0.76 | 0.90 | 0.12 | 8.91 | 0.81 | 0.49 |
| Hex | E1 | 35 | 17 | 0 | 4C | 5A | C | 9 | 51 | 31 |
| Octal | 341 | 65 | 27 | 0 | 114 | 132 | 14 | 11 | 121 | 61 |
| Binary | 11100001 | 110101 | 10111 | 0 | 1001100 | 1011010 | 1100 | 1001 | 1010001 | 110001 |
Color Harmonies of #E13517
Complementary color
Monochromatic Colors of #E13517
Black with #E13517
Text Example
Text Example
White with #E13517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13517; }
p { color: rgb(225,53,23); }
H1.HeaderClassName
{
color: #E13517;
}
.AnyTagClassName
{
color: #E13517;
}
</style>
background-color css
<style>
a { background-color: #E13517; }
a { background-color: rgb(225,53,23); }
div.DivClassName
{
background-color: #E13517;
}
.BgClassName
{
background-color: #E13517;
}
</style>
border-color css
<style>
span { border-color: #E13517; }
span { border-color: rgb(225,53,23); }
td.TdClassName
{
border-color: #E13517;
}
.TagClassName
{
border-color: #E13517;
}
</style>