Html Css Color HEX #E12816 Harley Davidson Orange
📋 copy color: '#E12816'red 225 ◦ green 40 ◦ blue 22
Shades of Harley Davidson Orange #E12816
Tints of Harley Davidson Orange #E12816
RGB
CMYK
RGB Variations
Color information
#E12816 (or 0xE12816) is known color: Harley Davidson Orange. HEX triplet: E1, 28 and 16. RGB value is (225,40,22). Sum of RGB (Red+Green+Blue) = 225+40+22=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E12816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12816 is #1ED7E9. Grayscale: #5D5D5D. Windows color (decimal): -2021354 or 1452257. OLE color: 1452257.
HSL color Cylindrical-coordinate representation of color #E12816: hue angle of 5.32º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E12816 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 22 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.12 |
| HSL | 5.32º | 0.82% | 0.48% | - |
| HSV(B) | 5.32º | 0.9% | 0.88% | - |
| XYZ | 31.95 | 17.58 | 2.47 | - |
| YUV | 93.26 | 87.79 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 22 | 0 | 0.82 | 0.90 | 0.12 | 5.32 | 0.82 | 0.48 |
| Hex | E1 | 28 | 16 | 0 | 52 | 5A | C | 5 | 52 | 30 |
| Octal | 341 | 50 | 26 | 0 | 122 | 132 | 14 | 5 | 122 | 60 |
| Binary | 11100001 | 101000 | 10110 | 0 | 1010010 | 1011010 | 1100 | 101 | 1010010 | 110000 |
Color Harmonies of #E12816
Complementary color
Monochromatic Colors of #E12816
Black with #E12816
Text Example
Text Example
White with #E12816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12816; }
p { color: rgb(225,40,22); }
H1.HeaderClassName
{
color: #E12816;
}
.AnyTagClassName
{
color: #E12816;
}
</style>
background-color css
<style>
a { background-color: #E12816; }
a { background-color: rgb(225,40,22); }
div.DivClassName
{
background-color: #E12816;
}
.BgClassName
{
background-color: #E12816;
}
</style>
border-color css
<style>
span { border-color: #E12816; }
span { border-color: rgb(225,40,22); }
td.TdClassName
{
border-color: #E12816;
}
.TagClassName
{
border-color: #E12816;
}
</style>