Html Css Color HEX #E12918 Harley Davidson Orange
📋 copy color: '#E12918'red 225 ◦ green 41 ◦ blue 24
Shades of Harley Davidson Orange #E12918
Tints of Harley Davidson Orange #E12918
RGB
CMYK
RGB Variations
Color information
#E12918 (or 0xE12918) is known color: Harley Davidson Orange. HEX triplet: E1, 29 and 18. RGB value is (225,41,24). Sum of RGB (Red+Green+Blue) = 225+41+24=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E12918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12918 is #1ED6E7. Grayscale: #5E5E5E. Windows color (decimal): -2021096 or 1583585. OLE color: 1583585.
HSL color Cylindrical-coordinate representation of color #E12918: hue angle of 5.07º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E12918 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 24 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.12 |
| HSL | 5.07º | 0.81% | 0.49% | - |
| HSV(B) | 5.07º | 0.89% | 0.88% | - |
| XYZ | 32.01 | 17.66 | 2.59 | - |
| YUV | 94.08 | 88.46 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 24 | 0 | 0.82 | 0.89 | 0.12 | 5.07 | 0.81 | 0.49 |
| Hex | E1 | 29 | 18 | 0 | 52 | 59 | C | 5 | 51 | 31 |
| Octal | 341 | 51 | 30 | 0 | 122 | 131 | 14 | 5 | 121 | 61 |
| Binary | 11100001 | 101001 | 11000 | 0 | 1010010 | 1011001 | 1100 | 101 | 1010001 | 110001 |
Color Harmonies of #E12918
Complementary color
Monochromatic Colors of #E12918
Black with #E12918
Text Example
Text Example
White with #E12918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12918; }
p { color: rgb(225,41,24); }
H1.HeaderClassName
{
color: #E12918;
}
.AnyTagClassName
{
color: #E12918;
}
</style>
background-color css
<style>
a { background-color: #E12918; }
a { background-color: rgb(225,41,24); }
div.DivClassName
{
background-color: #E12918;
}
.BgClassName
{
background-color: #E12918;
}
</style>
border-color css
<style>
span { border-color: #E12918; }
span { border-color: rgb(225,41,24); }
td.TdClassName
{
border-color: #E12918;
}
.TagClassName
{
border-color: #E12918;
}
</style>