Html Css Color HEX #E13C17 Harley Davidson Orange
📋 copy color: '#E13C17'red 225 ◦ green 60 ◦ blue 23
Shades of Harley Davidson Orange #E13C17
Tints of Harley Davidson Orange #E13C17
RGB
CMYK
RGB Variations
Color information
#E13C17 (or 0xE13C17) is known color: Harley Davidson Orange. HEX triplet: E1, 3C and 17. RGB value is (225,60,23). Sum of RGB (Red+Green+Blue) = 225+60+23=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13C17 is #1EC3E8. Grayscale: #696969. Windows color (decimal): -2016233 or 1522913. OLE color: 1522913.
HSL color Cylindrical-coordinate representation of color #E13C17: hue angle of 10.99º 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 #E13C17 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 23 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.12 |
| HSL | 10.99º | 0.81% | 0.49% | - |
| HSV(B) | 10.99º | 0.9% | 0.88% | - |
| XYZ | 32.82 | 19.3 | 2.81 | - |
| YUV | 105.12 | 81.66 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 23 | 0 | 0.73 | 0.90 | 0.12 | 10.99 | 0.81 | 0.49 |
| Hex | E1 | 3C | 17 | 0 | 49 | 5A | C | B | 51 | 31 |
| Octal | 341 | 74 | 27 | 0 | 111 | 132 | 14 | 13 | 121 | 61 |
| Binary | 11100001 | 111100 | 10111 | 0 | 1001001 | 1011010 | 1100 | 1011 | 1010001 | 110001 |
Color Harmonies of #E13C17
Complementary color
Monochromatic Colors of #E13C17
Black with #E13C17
Text Example
Text Example
White with #E13C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C17; }
p { color: rgb(225,60,23); }
H1.HeaderClassName
{
color: #E13C17;
}
.AnyTagClassName
{
color: #E13C17;
}
</style>
background-color css
<style>
a { background-color: #E13C17; }
a { background-color: rgb(225,60,23); }
div.DivClassName
{
background-color: #E13C17;
}
.BgClassName
{
background-color: #E13C17;
}
</style>
border-color css
<style>
span { border-color: #E13C17; }
span { border-color: rgb(225,60,23); }
td.TdClassName
{
border-color: #E13C17;
}
.TagClassName
{
border-color: #E13C17;
}
</style>