Html Css Color HEX #E42913 Harley Davidson Orange
📋 copy color: '#E42913'red 228 ◦ green 41 ◦ blue 19
Shades of Harley Davidson Orange #E42913
Tints of Harley Davidson Orange #E42913
RGB
CMYK
RGB Variations
Color information
#E42913 (or 0xE42913) is known color: Harley Davidson Orange. HEX triplet: E4, 29 and 13. RGB value is (228,41,19). Sum of RGB (Red+Green+Blue) = 228+41+19=288 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.17% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 228 - color contains mainly: red. Hex color #E42913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42913 is #1BD6EC. Grayscale: #5E5E5E. Windows color (decimal): -1824493 or 1255908. OLE color: 1255908.
HSL color Cylindrical-coordinate representation of color #E42913: hue angle of 6.32º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E42913 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 19 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.11 |
| HSL | 6.32º | 0.85% | 0.48% | - |
| HSV(B) | 6.32º | 0.92% | 0.89% | - |
| XYZ | 32.91 | 18.13 | 2.38 | - |
| YUV | 94.41 | 85.45 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 19 | 0 | 0.82 | 0.92 | 0.11 | 6.32 | 0.85 | 0.48 |
| Hex | E4 | 29 | 13 | 0 | 52 | 5C | B | 6 | 55 | 30 |
| Octal | 344 | 51 | 23 | 0 | 122 | 134 | 13 | 6 | 125 | 60 |
| Binary | 11100100 | 101001 | 10011 | 0 | 1010010 | 1011100 | 1011 | 110 | 1010101 | 110000 |
Color Harmonies of #E42913
Complementary color
Monochromatic Colors of #E42913
Black with #E42913
Text Example
Text Example
White with #E42913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42913; }
p { color: rgb(228,41,19); }
H1.HeaderClassName
{
color: #E42913;
}
.AnyTagClassName
{
color: #E42913;
}
</style>
background-color css
<style>
a { background-color: #E42913; }
a { background-color: rgb(228,41,19); }
div.DivClassName
{
background-color: #E42913;
}
.BgClassName
{
background-color: #E42913;
}
</style>
border-color css
<style>
span { border-color: #E42913; }
span { border-color: rgb(228,41,19); }
td.TdClassName
{
border-color: #E42913;
}
.TagClassName
{
border-color: #E42913;
}
</style>