Html Css Color HEX #E12919 Harley Davidson Orange
📋 copy color: '#E12919'red 225 ◦ green 41 ◦ blue 25
Shades of Harley Davidson Orange #E12919
Tints of Harley Davidson Orange #E12919
RGB
CMYK
RGB Variations
Color information
#E12919 (or 0xE12919) is known color: Harley Davidson Orange. HEX triplet: E1, 29 and 19. RGB value is (225,41,25). Sum of RGB (Red+Green+Blue) = 225+41+25=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E12919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12919 is #1ED6E6. Grayscale: #5E5E5E. Windows color (decimal): -2021095 or 1649121. OLE color: 1649121.
HSL color Cylindrical-coordinate representation of color #E12919: hue angle of 4.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E12919 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 25 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.12 |
| HSL | 4.8º | 0.8% | 0.49% | - |
| HSV(B) | 4.8º | 0.89% | 0.88% | - |
| XYZ | 32.02 | 17.66 | 2.64 | - |
| YUV | 94.19 | 88.96 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 25 | 0 | 0.82 | 0.89 | 0.12 | 4.8 | 0.8 | 0.49 |
| Hex | E1 | 29 | 19 | 0 | 52 | 59 | C | 5 | 50 | 31 |
| Octal | 341 | 51 | 31 | 0 | 122 | 131 | 14 | 5 | 120 | 61 |
| Binary | 11100001 | 101001 | 11001 | 0 | 1010010 | 1011001 | 1100 | 101 | 1010000 | 110001 |
Color Harmonies of #E12919
Complementary color
Monochromatic Colors of #E12919
Black with #E12919
Text Example
Text Example
White with #E12919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12919; }
p { color: rgb(225,41,25); }
H1.HeaderClassName
{
color: #E12919;
}
.AnyTagClassName
{
color: #E12919;
}
</style>
background-color css
<style>
a { background-color: #E12919; }
a { background-color: rgb(225,41,25); }
div.DivClassName
{
background-color: #E12919;
}
.BgClassName
{
background-color: #E12919;
}
</style>
border-color css
<style>
span { border-color: #E12919; }
span { border-color: rgb(225,41,25); }
td.TdClassName
{
border-color: #E12919;
}
.TagClassName
{
border-color: #E12919;
}
</style>