Html Css Color HEX #E41D19 Harley Davidson Orange
📋 copy color: '#E41D19'red 228 ◦ green 29 ◦ blue 25
Shades of Harley Davidson Orange #E41D19
Tints of Harley Davidson Orange #E41D19
RGB
CMYK
RGB Variations
Color information
#E41D19 (or 0xE41D19) is known color: Harley Davidson Orange. HEX triplet: E4, 1D and 19. RGB value is (228,29,25). Sum of RGB (Red+Green+Blue) = 228+29+25=282 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.85% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E41D19 is #1BE2E6. Grayscale: #585858. Windows color (decimal): -1827559 or 1646052. OLE color: 1646052.
HSL color Cylindrical-coordinate representation of color #E41D19: hue angle of 1.18º 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 #E41D19 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 25 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.11 |
| HSL | 1.18º | 0.8% | 0.5% | - |
| HSV(B) | 1.18º | 0.89% | 0.89% | - |
| XYZ | 32.61 | 17.44 | 2.57 | - |
| YUV | 88.05 | 92.43 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 25 | 0 | 0.87 | 0.89 | 0.11 | 1.18 | 0.8 | 0.5 |
| Hex | E4 | 1D | 19 | 0 | 57 | 59 | B | 1 | 50 | 32 |
| Octal | 344 | 35 | 31 | 0 | 127 | 131 | 13 | 1 | 120 | 62 |
| Binary | 11100100 | 11101 | 11001 | 0 | 1010111 | 1011001 | 1011 | 1 | 1010000 | 110010 |
Color Harmonies of #E41D19
Complementary color
Monochromatic Colors of #E41D19
Black with #E41D19
Text Example
Text Example
White with #E41D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D19; }
p { color: rgb(228,29,25); }
H1.HeaderClassName
{
color: #E41D19;
}
.AnyTagClassName
{
color: #E41D19;
}
</style>
background-color css
<style>
a { background-color: #E41D19; }
a { background-color: rgb(228,29,25); }
div.DivClassName
{
background-color: #E41D19;
}
.BgClassName
{
background-color: #E41D19;
}
</style>
border-color css
<style>
span { border-color: #E41D19; }
span { border-color: rgb(228,29,25); }
td.TdClassName
{
border-color: #E41D19;
}
.TagClassName
{
border-color: #E41D19;
}
</style>