Html Css Color HEX #E11C17 Harley Davidson Orange
📋 copy color: '#E11C17'red 225 ◦ green 28 ◦ blue 23
Shades of Harley Davidson Orange #E11C17
Tints of Harley Davidson Orange #E11C17
RGB
CMYK
RGB Variations
Color information
#E11C17 (or 0xE11C17) is known color: Harley Davidson Orange. HEX triplet: E1, 1C and 17. RGB value is (225,28,23). Sum of RGB (Red+Green+Blue) = 225+28+23=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11C17 is #1EE3E8. Grayscale: #565656. Windows color (decimal): -2024425 or 1514721. OLE color: 1514721.
HSL color Cylindrical-coordinate representation of color #E11C17: hue angle of 1.49º 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 #E11C17 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 23 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.12 |
| HSL | 1.49º | 0.81% | 0.49% | - |
| HSV(B) | 1.49º | 0.9% | 0.88% | - |
| XYZ | 31.62 | 16.9 | 2.41 | - |
| YUV | 86.33 | 92.27 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 23 | 0 | 0.88 | 0.90 | 0.12 | 1.49 | 0.81 | 0.49 |
| Hex | E1 | 1C | 17 | 0 | 58 | 5A | C | 1 | 51 | 31 |
| Octal | 341 | 34 | 27 | 0 | 130 | 132 | 14 | 1 | 121 | 61 |
| Binary | 11100001 | 11100 | 10111 | 0 | 1011000 | 1011010 | 1100 | 1 | 1010001 | 110001 |
Color Harmonies of #E11C17
Complementary color
Monochromatic Colors of #E11C17
Black with #E11C17
Text Example
Text Example
White with #E11C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C17; }
p { color: rgb(225,28,23); }
H1.HeaderClassName
{
color: #E11C17;
}
.AnyTagClassName
{
color: #E11C17;
}
</style>
background-color css
<style>
a { background-color: #E11C17; }
a { background-color: rgb(225,28,23); }
div.DivClassName
{
background-color: #E11C17;
}
.BgClassName
{
background-color: #E11C17;
}
</style>
border-color css
<style>
span { border-color: #E11C17; }
span { border-color: rgb(225,28,23); }
td.TdClassName
{
border-color: #E11C17;
}
.TagClassName
{
border-color: #E11C17;
}
</style>