Html Css Color HEX #E42C0B Harley Davidson Orange
📋 copy color: '#E42C0B'red 228 ◦ green 44 ◦ blue 11
Shades of Harley Davidson Orange #E42C0B
Tints of Harley Davidson Orange #E42C0B
RGB
CMYK
RGB Variations
Color information
#E42C0B (or 0xE42C0B) is known color: Harley Davidson Orange. HEX triplet: E4, 2C and 0B. RGB value is (228,44,11). Sum of RGB (Red+Green+Blue) = 228+44+11=283 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.57% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42C0B is #1BD3F4. Grayscale: #5F5F5F. Windows color (decimal): -1823733 or 732388. OLE color: 732388.
HSL color Cylindrical-coordinate representation of color #E42C0B: hue angle of 9.12º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E42C0B is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 11 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.11 |
| HSL | 9.12º | 0.91% | 0.47% | - |
| HSV(B) | 9.12º | 0.95% | 0.89% | - |
| XYZ | 32.96 | 18.32 | 2.12 | - |
| YUV | 95.25 | 80.46 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 11 | 0 | 0.81 | 0.95 | 0.11 | 9.12 | 0.91 | 0.47 |
| Hex | E4 | 2C | B | 0 | 51 | 5F | B | 9 | 5B | 2F |
| Octal | 344 | 54 | 13 | 0 | 121 | 137 | 13 | 11 | 133 | 57 |
| Binary | 11100100 | 101100 | 1011 | 0 | 1010001 | 1011111 | 1011 | 1001 | 1011011 | 101111 |
Color Harmonies of #E42C0B
Complementary color
Monochromatic Colors of #E42C0B
Black with #E42C0B
Text Example
Text Example
White with #E42C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42C0B; }
p { color: rgb(228,44,11); }
H1.HeaderClassName
{
color: #E42C0B;
}
.AnyTagClassName
{
color: #E42C0B;
}
</style>
background-color css
<style>
a { background-color: #E42C0B; }
a { background-color: rgb(228,44,11); }
div.DivClassName
{
background-color: #E42C0B;
}
.BgClassName
{
background-color: #E42C0B;
}
</style>
border-color css
<style>
span { border-color: #E42C0B; }
span { border-color: rgb(228,44,11); }
td.TdClassName
{
border-color: #E42C0B;
}
.TagClassName
{
border-color: #E42C0B;
}
</style>