Html Css Color HEX #E12908 Harley Davidson Orange
📋 copy color: '#E12908'red 225 ◦ green 41 ◦ blue 8
Shades of Harley Davidson Orange #E12908
Tints of Harley Davidson Orange #E12908
RGB
CMYK
RGB Variations
Color information
#E12908 (or 0xE12908) is known color: Harley Davidson Orange. HEX triplet: E1, 29 and 08. RGB value is (225,41,8). Sum of RGB (Red+Green+Blue) = 225+41+8=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E12908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12908 is #1ED6F7. Grayscale: #5C5C5C. Windows color (decimal): -2021112 or 535009. OLE color: 535009.
HSL color Cylindrical-coordinate representation of color #E12908: hue angle of 9.12º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E12908 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.12 |
| HSL | 9.12º | 0.93% | 0.46% | - |
| HSV(B) | 9.12º | 0.96% | 0.88% | - |
| XYZ | 31.89 | 17.61 | 1.95 | - |
| YUV | 92.25 | 80.46 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 8 | 0 | 0.82 | 0.96 | 0.12 | 9.12 | 0.93 | 0.46 |
| Hex | E1 | 29 | 8 | 0 | 52 | 60 | C | 9 | 5D | 2E |
| Octal | 341 | 51 | 10 | 0 | 122 | 140 | 14 | 11 | 135 | 56 |
| Binary | 11100001 | 101001 | 1000 | 0 | 1010010 | 1100000 | 1100 | 1001 | 1011101 | 101110 |
Color Harmonies of #E12908
Complementary color
Monochromatic Colors of #E12908
Black with #E12908
Text Example
Text Example
White with #E12908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12908; }
p { color: rgb(225,41,8); }
H1.HeaderClassName
{
color: #E12908;
}
.AnyTagClassName
{
color: #E12908;
}
</style>
background-color css
<style>
a { background-color: #E12908; }
a { background-color: rgb(225,41,8); }
div.DivClassName
{
background-color: #E12908;
}
.BgClassName
{
background-color: #E12908;
}
</style>
border-color css
<style>
span { border-color: #E12908; }
span { border-color: rgb(225,41,8); }
td.TdClassName
{
border-color: #E12908;
}
.TagClassName
{
border-color: #E12908;
}
</style>