Html Css Color HEX #E13A17 Harley Davidson Orange
📋 copy color: '#E13A17'red 225 ◦ green 58 ◦ blue 23
Shades of Harley Davidson Orange #E13A17
Tints of Harley Davidson Orange #E13A17
RGB
CMYK
RGB Variations
Color information
#E13A17 (or 0xE13A17) is known color: Harley Davidson Orange. HEX triplet: E1, 3A and 17. RGB value is (225,58,23). Sum of RGB (Red+Green+Blue) = 225+58+23=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13A17 is #1EC5E8. Grayscale: #686868. Windows color (decimal): -2016745 or 1522401. OLE color: 1522401.
HSL color Cylindrical-coordinate representation of color #E13A17: hue angle of 10.4º 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 #E13A17 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 23 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.12 |
| HSL | 10.4º | 0.81% | 0.49% | - |
| HSV(B) | 10.4º | 0.9% | 0.88% | - |
| XYZ | 32.72 | 19.1 | 2.77 | - |
| YUV | 103.94 | 82.33 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 23 | 0 | 0.74 | 0.90 | 0.12 | 10.4 | 0.81 | 0.49 |
| Hex | E1 | 3A | 17 | 0 | 4A | 5A | C | A | 51 | 31 |
| Octal | 341 | 72 | 27 | 0 | 112 | 132 | 14 | 12 | 121 | 61 |
| Binary | 11100001 | 111010 | 10111 | 0 | 1001010 | 1011010 | 1100 | 1010 | 1010001 | 110001 |
Color Harmonies of #E13A17
Complementary color
Monochromatic Colors of #E13A17
Black with #E13A17
Text Example
Text Example
White with #E13A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A17; }
p { color: rgb(225,58,23); }
H1.HeaderClassName
{
color: #E13A17;
}
.AnyTagClassName
{
color: #E13A17;
}
</style>
background-color css
<style>
a { background-color: #E13A17; }
a { background-color: rgb(225,58,23); }
div.DivClassName
{
background-color: #E13A17;
}
.BgClassName
{
background-color: #E13A17;
}
</style>
border-color css
<style>
span { border-color: #E13A17; }
span { border-color: rgb(225,58,23); }
td.TdClassName
{
border-color: #E13A17;
}
.TagClassName
{
border-color: #E13A17;
}
</style>