Html Css Color HEX #E12512 Harley Davidson Orange
📋 copy color: '#E12512'red 225 ◦ green 37 ◦ blue 18
Shades of Harley Davidson Orange #E12512
Tints of Harley Davidson Orange #E12512
RGB
CMYK
RGB Variations
Color information
#E12512 (or 0xE12512) is known color: Harley Davidson Orange. HEX triplet: E1, 25 and 12. RGB value is (225,37,18). Sum of RGB (Red+Green+Blue) = 225+37+18=280 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.36% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 225 - color contains mainly: red. Hex color #E12512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12512 is #1EDAED. Grayscale: #5B5B5B. Windows color (decimal): -2022126 or 1189345. OLE color: 1189345.
HSL color Cylindrical-coordinate representation of color #E12512: hue angle of 5.51º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E12512 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 18 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.12 |
| HSL | 5.51º | 0.85% | 0.48% | - |
| HSV(B) | 5.51º | 0.92% | 0.88% | - |
| XYZ | 31.82 | 17.37 | 2.25 | - |
| YUV | 91.05 | 86.78 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 18 | 0 | 0.84 | 0.92 | 0.12 | 5.51 | 0.85 | 0.48 |
| Hex | E1 | 25 | 12 | 0 | 54 | 5C | C | 6 | 55 | 30 |
| Octal | 341 | 45 | 22 | 0 | 124 | 134 | 14 | 6 | 125 | 60 |
| Binary | 11100001 | 100101 | 10010 | 0 | 1010100 | 1011100 | 1100 | 110 | 1010101 | 110000 |
Color Harmonies of #E12512
Complementary color
Monochromatic Colors of #E12512
Black with #E12512
Text Example
Text Example
White with #E12512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12512; }
p { color: rgb(225,37,18); }
H1.HeaderClassName
{
color: #E12512;
}
.AnyTagClassName
{
color: #E12512;
}
</style>
background-color css
<style>
a { background-color: #E12512; }
a { background-color: rgb(225,37,18); }
div.DivClassName
{
background-color: #E12512;
}
.BgClassName
{
background-color: #E12512;
}
</style>
border-color css
<style>
span { border-color: #E12512; }
span { border-color: rgb(225,37,18); }
td.TdClassName
{
border-color: #E12512;
}
.TagClassName
{
border-color: #E12512;
}
</style>