Html Css Color HEX #E12A04 Harley Davidson Orange
📋 copy color: '#E12A04'red 225 ◦ green 42 ◦ blue 4
Shades of Harley Davidson Orange #E12A04
Tints of Harley Davidson Orange #E12A04
RGB
CMYK
RGB Variations
Color information
#E12A04 (or 0xE12A04) is known color: Harley Davidson Orange. HEX triplet: E1, 2A and 04. RGB value is (225,42,4). Sum of RGB (Red+Green+Blue) = 225+42+4=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12A04 is #1ED5FB. Grayscale: #5C5C5C. Windows color (decimal): -2020860 or 273121. OLE color: 273121.
HSL color Cylindrical-coordinate representation of color #E12A04: hue angle of 10.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E12A04 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 42 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.12 |
| HSL | 10.32º | 0.97% | 0.45% | - |
| HSV(B) | 10.32º | 0.98% | 0.88% | - |
| XYZ | 31.9 | 17.67 | 1.84 | - |
| YUV | 92.39 | 78.13 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 42 | 4 | 0 | 0.81 | 0.98 | 0.12 | 10.32 | 0.97 | 0.45 |
| Hex | E1 | 2A | 4 | 0 | 51 | 62 | C | A | 61 | 2D |
| Octal | 341 | 52 | 4 | 0 | 121 | 142 | 14 | 12 | 141 | 55 |
| Binary | 11100001 | 101010 | 100 | 0 | 1010001 | 1100010 | 1100 | 1010 | 1100001 | 101101 |
Color Harmonies of #E12A04
Complementary color
Monochromatic Colors of #E12A04
Black with #E12A04
Text Example
Text Example
White with #E12A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12A04; }
p { color: rgb(225,42,4); }
H1.HeaderClassName
{
color: #E12A04;
}
.AnyTagClassName
{
color: #E12A04;
}
</style>
background-color css
<style>
a { background-color: #E12A04; }
a { background-color: rgb(225,42,4); }
div.DivClassName
{
background-color: #E12A04;
}
.BgClassName
{
background-color: #E12A04;
}
</style>
border-color css
<style>
span { border-color: #E12A04; }
span { border-color: rgb(225,42,4); }
td.TdClassName
{
border-color: #E12A04;
}
.TagClassName
{
border-color: #E12A04;
}
</style>