Html Css Color HEX #E42E08 Harley Davidson Orange
📋 copy color: '#E42E08'red 228 ◦ green 46 ◦ blue 8
Shades of Harley Davidson Orange #E42E08
Tints of Harley Davidson Orange #E42E08
RGB
CMYK
RGB Variations
Color information
#E42E08 (or 0xE42E08) is known color: Harley Davidson Orange. HEX triplet: E4, 2E and 08. RGB value is (228,46,8). Sum of RGB (Red+Green+Blue) = 228+46+8=282 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.85% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42E08 is #1BD1F7. Grayscale: #606060. Windows color (decimal): -1823224 or 536292. OLE color: 536292.
HSL color Cylindrical-coordinate representation of color #E42E08: hue angle of 10.36º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E42E08 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 46 | 8 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.11 |
| HSL | 10.36º | 0.93% | 0.46% | - |
| HSV(B) | 10.36º | 0.96% | 0.89% | - |
| XYZ | 33.02 | 18.47 | 2.05 | - |
| YUV | 96.09 | 78.3 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 8 | 0 | 0.80 | 0.96 | 0.11 | 10.36 | 0.93 | 0.46 |
| Hex | E4 | 2E | 8 | 0 | 50 | 60 | B | A | 5D | 2E |
| Octal | 344 | 56 | 10 | 0 | 120 | 140 | 13 | 12 | 135 | 56 |
| Binary | 11100100 | 101110 | 1000 | 0 | 1010000 | 1100000 | 1011 | 1010 | 1011101 | 101110 |
Color Harmonies of #E42E08
Complementary color
Monochromatic Colors of #E42E08
Black with #E42E08
Text Example
Text Example
White with #E42E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42E08; }
p { color: rgb(228,46,8); }
H1.HeaderClassName
{
color: #E42E08;
}
.AnyTagClassName
{
color: #E42E08;
}
</style>
background-color css
<style>
a { background-color: #E42E08; }
a { background-color: rgb(228,46,8); }
div.DivClassName
{
background-color: #E42E08;
}
.BgClassName
{
background-color: #E42E08;
}
</style>
border-color css
<style>
span { border-color: #E42E08; }
span { border-color: rgb(228,46,8); }
td.TdClassName
{
border-color: #E42E08;
}
.TagClassName
{
border-color: #E42E08;
}
</style>