Html Css Color HEX #E11C15 Harley Davidson Orange
📋 copy color: '#E11C15'red 225 ◦ green 28 ◦ blue 21
Shades of Harley Davidson Orange #E11C15
Tints of Harley Davidson Orange #E11C15
RGB
CMYK
RGB Variations
Color information
#E11C15 (or 0xE11C15) is known color: Harley Davidson Orange. HEX triplet: E1, 1C and 15. RGB value is (225,28,21). Sum of RGB (Red+Green+Blue) = 225+28+21=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11C15 is #1EE3EA. Grayscale: #565656. Windows color (decimal): -2024427 or 1383649. OLE color: 1383649.
HSL color Cylindrical-coordinate representation of color #E11C15: hue angle of 2.06º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11C15 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 21 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.12 |
| HSL | 2.06º | 0.83% | 0.48% | - |
| HSV(B) | 2.06º | 0.91% | 0.88% | - |
| XYZ | 31.6 | 16.89 | 2.3 | - |
| YUV | 86.11 | 91.27 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 21 | 0 | 0.88 | 0.91 | 0.12 | 2.06 | 0.83 | 0.48 |
| Hex | E1 | 1C | 15 | 0 | 58 | 5B | C | 2 | 53 | 30 |
| Octal | 341 | 34 | 25 | 0 | 130 | 133 | 14 | 2 | 123 | 60 |
| Binary | 11100001 | 11100 | 10101 | 0 | 1011000 | 1011011 | 1100 | 10 | 1010011 | 110000 |
Color Harmonies of #E11C15
Complementary color
Monochromatic Colors of #E11C15
Black with #E11C15
Text Example
Text Example
White with #E11C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C15; }
p { color: rgb(225,28,21); }
H1.HeaderClassName
{
color: #E11C15;
}
.AnyTagClassName
{
color: #E11C15;
}
</style>
background-color css
<style>
a { background-color: #E11C15; }
a { background-color: rgb(225,28,21); }
div.DivClassName
{
background-color: #E11C15;
}
.BgClassName
{
background-color: #E11C15;
}
</style>
border-color css
<style>
span { border-color: #E11C15; }
span { border-color: rgb(225,28,21); }
td.TdClassName
{
border-color: #E11C15;
}
.TagClassName
{
border-color: #E11C15;
}
</style>