Html Css Color HEX #E0410C Harley Davidson Orange
📋 copy color: '#E0410C'red 224 ◦ green 65 ◦ blue 12
Shades of Harley Davidson Orange #E0410C
Tints of Harley Davidson Orange #E0410C
RGB
CMYK
RGB Variations
Color information
#E0410C (or 0xE0410C) is known color: Harley Davidson Orange. HEX triplet: E0, 41 and 0C. RGB value is (224,65,12). Sum of RGB (Red+Green+Blue) = 224+65+12=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E0410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0410C is #1FBEF3. Grayscale: #6A6A6A. Windows color (decimal): -2080500 or 803296. OLE color: 803296.
HSL color Cylindrical-coordinate representation of color #E0410C: hue angle of 15º degrees, saturation: 0.9, 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 #E0410C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.12 |
| HSL | 15º | 0.9% | 0.46% | - |
| HSV(B) | 15º | 0.95% | 0.88% | - |
| XYZ | 32.7 | 19.65 | 2.42 | - |
| YUV | 106.5 | 74.68 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 12 | 0 | 0.71 | 0.95 | 0.12 | 15 | 0.9 | 0.46 |
| Hex | E0 | 41 | C | 0 | 47 | 5F | C | F | 5A | 2E |
| Octal | 340 | 101 | 14 | 0 | 107 | 137 | 14 | 17 | 132 | 56 |
| Binary | 11100000 | 1000001 | 1100 | 0 | 1000111 | 1011111 | 1100 | 1111 | 1011010 | 101110 |
Color Harmonies of #E0410C
Complementary color
Monochromatic Colors of #E0410C
Black with #E0410C
Text Example
Text Example
White with #E0410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0410C; }
p { color: rgb(224,65,12); }
H1.HeaderClassName
{
color: #E0410C;
}
.AnyTagClassName
{
color: #E0410C;
}
</style>
background-color css
<style>
a { background-color: #E0410C; }
a { background-color: rgb(224,65,12); }
div.DivClassName
{
background-color: #E0410C;
}
.BgClassName
{
background-color: #E0410C;
}
</style>
border-color css
<style>
span { border-color: #E0410C; }
span { border-color: rgb(224,65,12); }
td.TdClassName
{
border-color: #E0410C;
}
.TagClassName
{
border-color: #E0410C;
}
</style>