Html Css Color HEX #E12905 Harley Davidson Orange
📋 copy color: '#E12905'red 225 ◦ green 41 ◦ blue 5
Shades of Harley Davidson Orange #E12905
Tints of Harley Davidson Orange #E12905
RGB
CMYK
RGB Variations
Color information
#E12905 (or 0xE12905) is known color: Harley Davidson Orange. HEX triplet: E1, 29 and 05. RGB value is (225,41,5). Sum of RGB (Red+Green+Blue) = 225+41+5=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E12905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12905 is #1ED6FA. Grayscale: #5C5C5C. Windows color (decimal): -2021115 or 338401. OLE color: 338401.
HSL color Cylindrical-coordinate representation of color #E12905: hue angle of 9.82º degrees, saturation: 0.96, 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 #E12905 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.12 |
| HSL | 9.82º | 0.96% | 0.45% | - |
| HSV(B) | 9.82º | 0.98% | 0.88% | - |
| XYZ | 31.87 | 17.6 | 1.86 | - |
| YUV | 91.91 | 78.96 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 5 | 0 | 0.82 | 0.98 | 0.12 | 9.82 | 0.96 | 0.45 |
| Hex | E1 | 29 | 5 | 0 | 52 | 62 | C | A | 60 | 2D |
| Octal | 341 | 51 | 5 | 0 | 122 | 142 | 14 | 12 | 140 | 55 |
| Binary | 11100001 | 101001 | 101 | 0 | 1010010 | 1100010 | 1100 | 1010 | 1100000 | 101101 |
Color Harmonies of #E12905
Complementary color
Monochromatic Colors of #E12905
Black with #E12905
Text Example
Text Example
White with #E12905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12905; }
p { color: rgb(225,41,5); }
H1.HeaderClassName
{
color: #E12905;
}
.AnyTagClassName
{
color: #E12905;
}
</style>
background-color css
<style>
a { background-color: #E12905; }
a { background-color: rgb(225,41,5); }
div.DivClassName
{
background-color: #E12905;
}
.BgClassName
{
background-color: #E12905;
}
</style>
border-color css
<style>
span { border-color: #E12905; }
span { border-color: rgb(225,41,5); }
td.TdClassName
{
border-color: #E12905;
}
.TagClassName
{
border-color: #E12905;
}
</style>