Html Css Color HEX #E42919 Harley Davidson Orange
📋 copy color: '#E42919'red 228 ◦ green 41 ◦ blue 25
Shades of Harley Davidson Orange #E42919
Tints of Harley Davidson Orange #E42919
RGB
CMYK
RGB Variations
Color information
#E42919 (or 0xE42919) is known color: Harley Davidson Orange. HEX triplet: E4, 29 and 19. RGB value is (228,41,25). Sum of RGB (Red+Green+Blue) = 228+41+25=294 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.55% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 228 - color contains mainly: red. Hex color #E42919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42919 is #1BD6E6. Grayscale: #5F5F5F. Windows color (decimal): -1824487 or 1649124. OLE color: 1649124.
HSL color Cylindrical-coordinate representation of color #E42919: hue angle of 4.73º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E42919 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 25 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.11 |
| HSL | 4.73º | 0.8% | 0.5% | - |
| HSV(B) | 4.73º | 0.89% | 0.89% | - |
| XYZ | 32.96 | 18.15 | 2.69 | - |
| YUV | 95.09 | 88.45 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 25 | 0 | 0.82 | 0.89 | 0.11 | 4.73 | 0.8 | 0.5 |
| Hex | E4 | 29 | 19 | 0 | 52 | 59 | B | 5 | 50 | 32 |
| Octal | 344 | 51 | 31 | 0 | 122 | 131 | 13 | 5 | 120 | 62 |
| Binary | 11100100 | 101001 | 11001 | 0 | 1010010 | 1011001 | 1011 | 101 | 1010000 | 110010 |
Color Harmonies of #E42919
Complementary color
Monochromatic Colors of #E42919
Black with #E42919
Text Example
Text Example
White with #E42919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42919; }
p { color: rgb(228,41,25); }
H1.HeaderClassName
{
color: #E42919;
}
.AnyTagClassName
{
color: #E42919;
}
</style>
background-color css
<style>
a { background-color: #E42919; }
a { background-color: rgb(228,41,25); }
div.DivClassName
{
background-color: #E42919;
}
.BgClassName
{
background-color: #E42919;
}
</style>
border-color css
<style>
span { border-color: #E42919; }
span { border-color: rgb(228,41,25); }
td.TdClassName
{
border-color: #E42919;
}
.TagClassName
{
border-color: #E42919;
}
</style>