Html Css Color HEX #E41D1A Harley Davidson Orange
📋 copy color: '#E41D1A'red 228 ◦ green 29 ◦ blue 26
Shades of Harley Davidson Orange #E41D1A
Tints of Harley Davidson Orange #E41D1A
RGB
CMYK
RGB Variations
Color information
#E41D1A (or 0xE41D1A) is known color: Harley Davidson Orange. HEX triplet: E4, 1D and 1A. RGB value is (228,29,26). Sum of RGB (Red+Green+Blue) = 228+29+26=283 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.57% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41D1A is #1BE2E5. Grayscale: #585858. Windows color (decimal): -1827558 or 1711588. OLE color: 1711588.
HSL color Cylindrical-coordinate representation of color #E41D1A: hue angle of 0.89º 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 #E41D1A is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 26 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.11 |
| HSL | 0.89º | 0.8% | 0.5% | - |
| HSV(B) | 0.89º | 0.89% | 0.89% | - |
| XYZ | 32.62 | 17.45 | 2.63 | - |
| YUV | 88.16 | 92.93 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 26 | 0 | 0.87 | 0.89 | 0.11 | 0.89 | 0.8 | 0.5 |
| Hex | E4 | 1D | 1A | 0 | 57 | 59 | B | 1 | 50 | 32 |
| Octal | 344 | 35 | 32 | 0 | 127 | 131 | 13 | 1 | 120 | 62 |
| Binary | 11100100 | 11101 | 11010 | 0 | 1010111 | 1011001 | 1011 | 1 | 1010000 | 110010 |
Color Harmonies of #E41D1A
Complementary color
Monochromatic Colors of #E41D1A
Black with #E41D1A
Text Example
Text Example
White with #E41D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D1A; }
p { color: rgb(228,29,26); }
H1.HeaderClassName
{
color: #E41D1A;
}
.AnyTagClassName
{
color: #E41D1A;
}
</style>
background-color css
<style>
a { background-color: #E41D1A; }
a { background-color: rgb(228,29,26); }
div.DivClassName
{
background-color: #E41D1A;
}
.BgClassName
{
background-color: #E41D1A;
}
</style>
border-color css
<style>
span { border-color: #E41D1A; }
span { border-color: rgb(228,29,26); }
td.TdClassName
{
border-color: #E41D1A;
}
.TagClassName
{
border-color: #E41D1A;
}
</style>