Html Css Color HEX #E42813 Harley Davidson Orange
📋 copy color: '#E42813'red 228 ◦ green 40 ◦ blue 19
Shades of Harley Davidson Orange #E42813
Tints of Harley Davidson Orange #E42813
RGB
CMYK
RGB Variations
Color information
#E42813 (or 0xE42813) is known color: Harley Davidson Orange. HEX triplet: E4, 28 and 13. RGB value is (228,40,19). Sum of RGB (Red+Green+Blue) = 228+40+19=287 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.44% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 228 - color contains mainly: red. Hex color #E42813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42813 is #1BD7EC. Grayscale: #5E5E5E. Windows color (decimal): -1824749 or 1255652. OLE color: 1255652.
HSL color Cylindrical-coordinate representation of color #E42813: hue angle of 6.03º 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 #E42813 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 19 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.11 |
| HSL | 6.03º | 0.85% | 0.48% | - |
| HSV(B) | 6.03º | 0.92% | 0.89% | - |
| XYZ | 32.87 | 18.06 | 2.37 | - |
| YUV | 93.82 | 85.78 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 19 | 0 | 0.82 | 0.92 | 0.11 | 6.03 | 0.85 | 0.48 |
| Hex | E4 | 28 | 13 | 0 | 52 | 5C | B | 6 | 55 | 30 |
| Octal | 344 | 50 | 23 | 0 | 122 | 134 | 13 | 6 | 125 | 60 |
| Binary | 11100100 | 101000 | 10011 | 0 | 1010010 | 1011100 | 1011 | 110 | 1010101 | 110000 |
Color Harmonies of #E42813
Complementary color
Monochromatic Colors of #E42813
Black with #E42813
Text Example
Text Example
White with #E42813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42813; }
p { color: rgb(228,40,19); }
H1.HeaderClassName
{
color: #E42813;
}
.AnyTagClassName
{
color: #E42813;
}
</style>
background-color css
<style>
a { background-color: #E42813; }
a { background-color: rgb(228,40,19); }
div.DivClassName
{
background-color: #E42813;
}
.BgClassName
{
background-color: #E42813;
}
</style>
border-color css
<style>
span { border-color: #E42813; }
span { border-color: rgb(228,40,19); }
td.TdClassName
{
border-color: #E42813;
}
.TagClassName
{
border-color: #E42813;
}
</style>