Html Css Color HEX #E12115 Harley Davidson Orange
📋 copy color: '#E12115'red 225 ◦ green 33 ◦ blue 21
Shades of Harley Davidson Orange #E12115
Tints of Harley Davidson Orange #E12115
RGB
CMYK
RGB Variations
Color information
#E12115 (or 0xE12115) is known color: Harley Davidson Orange. HEX triplet: E1, 21 and 15. RGB value is (225,33,21). Sum of RGB (Red+Green+Blue) = 225+33+21=279 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.65% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 225 - color contains mainly: red. Hex color #E12115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12115 is #1EDEEA. Grayscale: #595959. Windows color (decimal): -2023147 or 1384929. OLE color: 1384929.
HSL color Cylindrical-coordinate representation of color #E12115: hue angle of 3.53º 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 #E12115 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 21 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.12 |
| HSL | 3.53º | 0.83% | 0.48% | - |
| HSV(B) | 3.53º | 0.91% | 0.88% | - |
| XYZ | 31.73 | 17.15 | 2.35 | - |
| YUV | 89.04 | 89.61 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 21 | 0 | 0.85 | 0.91 | 0.12 | 3.53 | 0.83 | 0.48 |
| Hex | E1 | 21 | 15 | 0 | 55 | 5B | C | 4 | 53 | 30 |
| Octal | 341 | 41 | 25 | 0 | 125 | 133 | 14 | 4 | 123 | 60 |
| Binary | 11100001 | 100001 | 10101 | 0 | 1010101 | 1011011 | 1100 | 100 | 1010011 | 110000 |
Color Harmonies of #E12115
Complementary color
Monochromatic Colors of #E12115
Black with #E12115
Text Example
Text Example
White with #E12115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12115; }
p { color: rgb(225,33,21); }
H1.HeaderClassName
{
color: #E12115;
}
.AnyTagClassName
{
color: #E12115;
}
</style>
background-color css
<style>
a { background-color: #E12115; }
a { background-color: rgb(225,33,21); }
div.DivClassName
{
background-color: #E12115;
}
.BgClassName
{
background-color: #E12115;
}
</style>
border-color css
<style>
span { border-color: #E12115; }
span { border-color: rgb(225,33,21); }
td.TdClassName
{
border-color: #E12115;
}
.TagClassName
{
border-color: #E12115;
}
</style>