Html Css Color HEX #E0410D Harley Davidson Orange
📋 copy color: '#E0410D'red 224 ◦ green 65 ◦ blue 13
Shades of Harley Davidson Orange #E0410D
Tints of Harley Davidson Orange #E0410D
RGB
CMYK
RGB Variations
Color information
#E0410D (or 0xE0410D) is known color: Harley Davidson Orange. HEX triplet: E0, 41 and 0D. RGB value is (224,65,13). Sum of RGB (Red+Green+Blue) = 224+65+13=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E0410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0410D is #1FBEF2. Grayscale: #6A6A6A. Windows color (decimal): -2080499 or 868832. OLE color: 868832.
HSL color Cylindrical-coordinate representation of color #E0410D: hue angle of 14.79º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0410D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.12 |
| HSL | 14.79º | 0.89% | 0.46% | - |
| HSV(B) | 14.79º | 0.94% | 0.88% | - |
| XYZ | 32.7 | 19.66 | 2.45 | - |
| YUV | 106.61 | 75.18 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 13 | 0 | 0.71 | 0.94 | 0.12 | 14.79 | 0.89 | 0.46 |
| Hex | E0 | 41 | D | 0 | 47 | 5E | C | F | 59 | 2E |
| Octal | 340 | 101 | 15 | 0 | 107 | 136 | 14 | 17 | 131 | 56 |
| Binary | 11100000 | 1000001 | 1101 | 0 | 1000111 | 1011110 | 1100 | 1111 | 1011001 | 101110 |
Color Harmonies of #E0410D
Complementary color
Monochromatic Colors of #E0410D
Black with #E0410D
Text Example
Text Example
White with #E0410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0410D; }
p { color: rgb(224,65,13); }
H1.HeaderClassName
{
color: #E0410D;
}
.AnyTagClassName
{
color: #E0410D;
}
</style>
background-color css
<style>
a { background-color: #E0410D; }
a { background-color: rgb(224,65,13); }
div.DivClassName
{
background-color: #E0410D;
}
.BgClassName
{
background-color: #E0410D;
}
</style>
border-color css
<style>
span { border-color: #E0410D; }
span { border-color: rgb(224,65,13); }
td.TdClassName
{
border-color: #E0410D;
}
.TagClassName
{
border-color: #E0410D;
}
</style>