Html Css Color HEX #E12B1E Harley Davidson Orange
📋 copy color: '#E12B1E'red 225 ◦ green 43 ◦ blue 30
Shades of Harley Davidson Orange #E12B1E
Tints of Harley Davidson Orange #E12B1E
RGB
CMYK
RGB Variations
Color information
#E12B1E (or 0xE12B1E) is known color: Harley Davidson Orange. HEX triplet: E1, 2B and 1E. RGB value is (225,43,30). Sum of RGB (Red+Green+Blue) = 225+43+30=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12B1E is #1ED4E1. Grayscale: #606060. Windows color (decimal): -2020578 or 1977313. OLE color: 1977313.
HSL color Cylindrical-coordinate representation of color #E12B1E: hue angle of 4º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E12B1E is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 30 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.12 |
| HSL | 4º | 0.76% | 0.5% | - |
| HSV(B) | 4º | 0.87% | 0.88% | - |
| XYZ | 32.15 | 17.83 | 2.98 | - |
| YUV | 95.94 | 90.8 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 30 | 0 | 0.81 | 0.87 | 0.12 | 4 | 0.76 | 0.5 |
| Hex | E1 | 2B | 1E | 0 | 51 | 57 | C | 4 | 4C | 32 |
| Octal | 341 | 53 | 36 | 0 | 121 | 127 | 14 | 4 | 114 | 62 |
| Binary | 11100001 | 101011 | 11110 | 0 | 1010001 | 1010111 | 1100 | 100 | 1001100 | 110010 |
Color Harmonies of #E12B1E
Complementary color
Monochromatic Colors of #E12B1E
Black with #E12B1E
Text Example
Text Example
White with #E12B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12B1E; }
p { color: rgb(225,43,30); }
H1.HeaderClassName
{
color: #E12B1E;
}
.AnyTagClassName
{
color: #E12B1E;
}
</style>
background-color css
<style>
a { background-color: #E12B1E; }
a { background-color: rgb(225,43,30); }
div.DivClassName
{
background-color: #E12B1E;
}
.BgClassName
{
background-color: #E12B1E;
}
</style>
border-color css
<style>
span { border-color: #E12B1E; }
span { border-color: rgb(225,43,30); }
td.TdClassName
{
border-color: #E12B1E;
}
.TagClassName
{
border-color: #E12B1E;
}
</style>