Html Css Color HEX #E12D16 Harley Davidson Orange
📋 copy color: '#E12D16'red 225 ◦ green 45 ◦ blue 22
Shades of Harley Davidson Orange #E12D16
Tints of Harley Davidson Orange #E12D16
RGB
CMYK
RGB Variations
Color information
#E12D16 (or 0xE12D16) is known color: Harley Davidson Orange. HEX triplet: E1, 2D and 16. RGB value is (225,45,22). Sum of RGB (Red+Green+Blue) = 225+45+22=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12D16 is #1ED2E9. Grayscale: #606060. Windows color (decimal): -2020074 or 1453537. OLE color: 1453537.
HSL color Cylindrical-coordinate representation of color #E12D16: hue angle of 6.8º 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 #E12D16 is Cyan = 0, Magento = 0.8, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 22 | - |
| CMYK | 0 | 0.8 | 0.90 | 0.12 |
| HSL | 6.8º | 0.82% | 0.48% | - |
| HSV(B) | 6.8º | 0.9% | 0.88% | - |
| XYZ | 32.13 | 17.94 | 2.53 | - |
| YUV | 96.2 | 86.13 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 22 | 0 | 0.8 | 0.90 | 0.12 | 6.8 | 0.82 | 0.48 |
| Hex | E1 | 2D | 16 | 0 | 50 | 5A | C | 7 | 52 | 30 |
| Octal | 341 | 55 | 26 | 0 | 120 | 132 | 14 | 7 | 122 | 60 |
| Binary | 11100001 | 101101 | 10110 | 0 | 1010000 | 1011010 | 1100 | 111 | 1010010 | 110000 |
Color Harmonies of #E12D16
Complementary color
Monochromatic Colors of #E12D16
Black with #E12D16
Text Example
Text Example
White with #E12D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12D16; }
p { color: rgb(225,45,22); }
H1.HeaderClassName
{
color: #E12D16;
}
.AnyTagClassName
{
color: #E12D16;
}
</style>
background-color css
<style>
a { background-color: #E12D16; }
a { background-color: rgb(225,45,22); }
div.DivClassName
{
background-color: #E12D16;
}
.BgClassName
{
background-color: #E12D16;
}
</style>
border-color css
<style>
span { border-color: #E12D16; }
span { border-color: rgb(225,45,22); }
td.TdClassName
{
border-color: #E12D16;
}
.TagClassName
{
border-color: #E12D16;
}
</style>