Html Css Color HEX #E0420B Harley Davidson Orange
📋 copy color: '#E0420B'red 224 ◦ green 66 ◦ blue 11
Shades of Harley Davidson Orange #E0420B
Tints of Harley Davidson Orange #E0420B
RGB
CMYK
RGB Variations
Color information
#E0420B (or 0xE0420B) is known color: Harley Davidson Orange. HEX triplet: E0, 42 and 0B. RGB value is (224,66,11). Sum of RGB (Red+Green+Blue) = 224+66+11=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E0420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0420B is #1FBDF4. Grayscale: #6B6B6B. Windows color (decimal): -2080245 or 738016. OLE color: 738016.
HSL color Cylindrical-coordinate representation of color #E0420B: hue angle of 15.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0420B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.12 |
| HSL | 15.49º | 0.91% | 0.46% | - |
| HSV(B) | 15.49º | 0.95% | 0.88% | - |
| XYZ | 32.75 | 19.77 | 2.41 | - |
| YUV | 106.97 | 73.85 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 11 | 0 | 0.71 | 0.95 | 0.12 | 15.49 | 0.91 | 0.46 |
| Hex | E0 | 42 | B | 0 | 47 | 5F | C | F | 5B | 2E |
| Octal | 340 | 102 | 13 | 0 | 107 | 137 | 14 | 17 | 133 | 56 |
| Binary | 11100000 | 1000010 | 1011 | 0 | 1000111 | 1011111 | 1100 | 1111 | 1011011 | 101110 |
Color Harmonies of #E0420B
Complementary color
Monochromatic Colors of #E0420B
Black with #E0420B
Text Example
Text Example
White with #E0420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0420B; }
p { color: rgb(224,66,11); }
H1.HeaderClassName
{
color: #E0420B;
}
.AnyTagClassName
{
color: #E0420B;
}
</style>
background-color css
<style>
a { background-color: #E0420B; }
a { background-color: rgb(224,66,11); }
div.DivClassName
{
background-color: #E0420B;
}
.BgClassName
{
background-color: #E0420B;
}
</style>
border-color css
<style>
span { border-color: #E0420B; }
span { border-color: rgb(224,66,11); }
td.TdClassName
{
border-color: #E0420B;
}
.TagClassName
{
border-color: #E0420B;
}
</style>