Html Css Color HEX #E0410B Harley Davidson Orange
📋 copy color: '#E0410B'red 224 ◦ green 65 ◦ blue 11
Shades of Harley Davidson Orange #E0410B
Tints of Harley Davidson Orange #E0410B
RGB
CMYK
RGB Variations
Color information
#E0410B (or 0xE0410B) is known color: Harley Davidson Orange. HEX triplet: E0, 41 and 0B. RGB value is (224,65,11). Sum of RGB (Red+Green+Blue) = 224+65+11=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E0410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0410B is #1FBEF4. Grayscale: #6A6A6A. Windows color (decimal): -2080501 or 737760. OLE color: 737760.
HSL color Cylindrical-coordinate representation of color #E0410B: hue angle of 15.21º 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 #E0410B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.12 |
| HSL | 15.21º | 0.91% | 0.46% | - |
| HSV(B) | 15.21º | 0.95% | 0.88% | - |
| XYZ | 32.69 | 19.65 | 2.39 | - |
| YUV | 106.39 | 74.18 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 11 | 0 | 0.71 | 0.95 | 0.12 | 15.21 | 0.91 | 0.46 |
| Hex | E0 | 41 | B | 0 | 47 | 5F | C | F | 5B | 2E |
| Octal | 340 | 101 | 13 | 0 | 107 | 137 | 14 | 17 | 133 | 56 |
| Binary | 11100000 | 1000001 | 1011 | 0 | 1000111 | 1011111 | 1100 | 1111 | 1011011 | 101110 |
Color Harmonies of #E0410B
Complementary color
Monochromatic Colors of #E0410B
Black with #E0410B
Text Example
Text Example
White with #E0410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0410B; }
p { color: rgb(224,65,11); }
H1.HeaderClassName
{
color: #E0410B;
}
.AnyTagClassName
{
color: #E0410B;
}
</style>
background-color css
<style>
a { background-color: #E0410B; }
a { background-color: rgb(224,65,11); }
div.DivClassName
{
background-color: #E0410B;
}
.BgClassName
{
background-color: #E0410B;
}
</style>
border-color css
<style>
span { border-color: #E0410B; }
span { border-color: rgb(224,65,11); }
td.TdClassName
{
border-color: #E0410B;
}
.TagClassName
{
border-color: #E0410B;
}
</style>