Html Css Color HEX #E42219 Harley Davidson Orange
📋 copy color: '#E42219'red 228 ◦ green 34 ◦ blue 25
Shades of Harley Davidson Orange #E42219
Tints of Harley Davidson Orange #E42219
RGB
CMYK
RGB Variations
Color information
#E42219 (or 0xE42219) is known color: Harley Davidson Orange. HEX triplet: E4, 22 and 19. RGB value is (228,34,25). Sum of RGB (Red+Green+Blue) = 228+34+25=287 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.44% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 228 - color contains mainly: red. Hex color #E42219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42219 is #1BDDE6. Grayscale: #5B5B5B. Windows color (decimal): -1826279 or 1647332. OLE color: 1647332.
HSL color Cylindrical-coordinate representation of color #E42219: hue angle of 2.66º 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 #E42219 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 34 | 25 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.11 |
| HSL | 2.66º | 0.8% | 0.5% | - |
| HSV(B) | 2.66º | 0.89% | 0.89% | - |
| XYZ | 32.74 | 17.71 | 2.61 | - |
| YUV | 90.98 | 90.77 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 34 | 25 | 0 | 0.85 | 0.89 | 0.11 | 2.66 | 0.8 | 0.5 |
| Hex | E4 | 22 | 19 | 0 | 55 | 59 | B | 3 | 50 | 32 |
| Octal | 344 | 42 | 31 | 0 | 125 | 131 | 13 | 3 | 120 | 62 |
| Binary | 11100100 | 100010 | 11001 | 0 | 1010101 | 1011001 | 1011 | 11 | 1010000 | 110010 |
Color Harmonies of #E42219
Complementary color
Monochromatic Colors of #E42219
Black with #E42219
Text Example
Text Example
White with #E42219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42219; }
p { color: rgb(228,34,25); }
H1.HeaderClassName
{
color: #E42219;
}
.AnyTagClassName
{
color: #E42219;
}
</style>
background-color css
<style>
a { background-color: #E42219; }
a { background-color: rgb(228,34,25); }
div.DivClassName
{
background-color: #E42219;
}
.BgClassName
{
background-color: #E42219;
}
</style>
border-color css
<style>
span { border-color: #E42219; }
span { border-color: rgb(228,34,25); }
td.TdClassName
{
border-color: #E42219;
}
.TagClassName
{
border-color: #E42219;
}
</style>