Html Css Color HEX #E41D1B Harley Davidson Orange
📋 copy color: '#E41D1B'red 228 ◦ green 29 ◦ blue 27
Shades of Harley Davidson Orange #E41D1B
Tints of Harley Davidson Orange #E41D1B
RGB
CMYK
RGB Variations
Color information
#E41D1B (or 0xE41D1B) is known color: Harley Davidson Orange. HEX triplet: E4, 1D and 1B. RGB value is (228,29,27). Sum of RGB (Red+Green+Blue) = 228+29+27=284 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.28% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41D1B is #1BE2E4. Grayscale: #585858. Windows color (decimal): -1827557 or 1777124. OLE color: 1777124.
HSL color Cylindrical-coordinate representation of color #E41D1B: hue angle of 0.6º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41D1B is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 27 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.11 |
| HSL | 0.6º | 0.79% | 0.5% | - |
| HSV(B) | 0.6º | 0.88% | 0.89% | - |
| XYZ | 32.63 | 17.45 | 2.69 | - |
| YUV | 88.27 | 93.43 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 27 | 0 | 0.87 | 0.88 | 0.11 | 0.6 | 0.79 | 0.5 |
| Hex | E4 | 1D | 1B | 0 | 57 | 58 | B | 1 | 4F | 32 |
| Octal | 344 | 35 | 33 | 0 | 127 | 130 | 13 | 1 | 117 | 62 |
| Binary | 11100100 | 11101 | 11011 | 0 | 1010111 | 1011000 | 1011 | 1 | 1001111 | 110010 |
Color Harmonies of #E41D1B
Complementary color
Monochromatic Colors of #E41D1B
Black with #E41D1B
Text Example
Text Example
White with #E41D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D1B; }
p { color: rgb(228,29,27); }
H1.HeaderClassName
{
color: #E41D1B;
}
.AnyTagClassName
{
color: #E41D1B;
}
</style>
background-color css
<style>
a { background-color: #E41D1B; }
a { background-color: rgb(228,29,27); }
div.DivClassName
{
background-color: #E41D1B;
}
.BgClassName
{
background-color: #E41D1B;
}
</style>
border-color css
<style>
span { border-color: #E41D1B; }
span { border-color: rgb(228,29,27); }
td.TdClassName
{
border-color: #E41D1B;
}
.TagClassName
{
border-color: #E41D1B;
}
</style>