Html Css Color HEX #E12D10 Harley Davidson Orange
📋 copy color: '#E12D10'red 225 ◦ green 45 ◦ blue 16
Shades of Harley Davidson Orange #E12D10
Tints of Harley Davidson Orange #E12D10
RGB
CMYK
RGB Variations
Color information
#E12D10 (or 0xE12D10) is known color: Harley Davidson Orange. HEX triplet: E1, 2D and 10. RGB value is (225,45,16). Sum of RGB (Red+Green+Blue) = 225+45+16=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12D10 is #1ED2EF. Grayscale: #5F5F5F. Windows color (decimal): -2020080 or 1060321. OLE color: 1060321.
HSL color Cylindrical-coordinate representation of color #E12D10: hue angle of 8.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E12D10 is Cyan = 0, Magento = 0.8, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 16 | - |
| CMYK | 0 | 0.8 | 0.93 | 0.12 |
| HSL | 8.33º | 0.87% | 0.47% | - |
| HSV(B) | 8.33º | 0.93% | 0.88% | - |
| XYZ | 32.08 | 17.92 | 2.26 | - |
| YUV | 95.51 | 83.13 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 16 | 0 | 0.8 | 0.93 | 0.12 | 8.33 | 0.87 | 0.47 |
| Hex | E1 | 2D | 10 | 0 | 50 | 5D | C | 8 | 57 | 2F |
| Octal | 341 | 55 | 20 | 0 | 120 | 135 | 14 | 10 | 127 | 57 |
| Binary | 11100001 | 101101 | 10000 | 0 | 1010000 | 1011101 | 1100 | 1000 | 1010111 | 101111 |
Color Harmonies of #E12D10
Complementary color
Monochromatic Colors of #E12D10
Black with #E12D10
Text Example
Text Example
White with #E12D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12D10; }
p { color: rgb(225,45,16); }
H1.HeaderClassName
{
color: #E12D10;
}
.AnyTagClassName
{
color: #E12D10;
}
</style>
background-color css
<style>
a { background-color: #E12D10; }
a { background-color: rgb(225,45,16); }
div.DivClassName
{
background-color: #E12D10;
}
.BgClassName
{
background-color: #E12D10;
}
</style>
border-color css
<style>
span { border-color: #E12D10; }
span { border-color: rgb(225,45,16); }
td.TdClassName
{
border-color: #E12D10;
}
.TagClassName
{
border-color: #E12D10;
}
</style>