Html Css Color HEX #E42812 Harley Davidson Orange
📋 copy color: '#E42812'red 228 ◦ green 40 ◦ blue 18
Shades of Harley Davidson Orange #E42812
Tints of Harley Davidson Orange #E42812
RGB
CMYK
RGB Variations
Color information
#E42812 (or 0xE42812) is known color: Harley Davidson Orange. HEX triplet: E4, 28 and 12. RGB value is (228,40,18). Sum of RGB (Red+Green+Blue) = 228+40+18=286 (37% of max value = 765). Red value is 228 (89.45% from 255 or 79.72% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 228 - color contains mainly: red. Hex color #E42812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42812 is #1BD7ED. Grayscale: #5D5D5D. Windows color (decimal): -1824750 or 1190116. OLE color: 1190116.
HSL color Cylindrical-coordinate representation of color #E42812: hue angle of 6.29º 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 #E42812 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 18 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.11 |
| HSL | 6.29º | 0.85% | 0.48% | - |
| HSV(B) | 6.29º | 0.92% | 0.89% | - |
| XYZ | 32.86 | 18.06 | 2.33 | - |
| YUV | 93.7 | 85.28 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 18 | 0 | 0.82 | 0.92 | 0.11 | 6.29 | 0.85 | 0.48 |
| Hex | E4 | 28 | 12 | 0 | 52 | 5C | B | 6 | 55 | 30 |
| Octal | 344 | 50 | 22 | 0 | 122 | 134 | 13 | 6 | 125 | 60 |
| Binary | 11100100 | 101000 | 10010 | 0 | 1010010 | 1011100 | 1011 | 110 | 1010101 | 110000 |
Color Harmonies of #E42812
Complementary color
Monochromatic Colors of #E42812
Black with #E42812
Text Example
Text Example
White with #E42812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42812; }
p { color: rgb(228,40,18); }
H1.HeaderClassName
{
color: #E42812;
}
.AnyTagClassName
{
color: #E42812;
}
</style>
background-color css
<style>
a { background-color: #E42812; }
a { background-color: rgb(228,40,18); }
div.DivClassName
{
background-color: #E42812;
}
.BgClassName
{
background-color: #E42812;
}
</style>
border-color css
<style>
span { border-color: #E42812; }
span { border-color: rgb(228,40,18); }
td.TdClassName
{
border-color: #E42812;
}
.TagClassName
{
border-color: #E42812;
}
</style>