Html Css Color HEX #E0400E Harley Davidson Orange
📋 copy color: '#E0400E'red 224 ◦ green 64 ◦ blue 14
Shades of Harley Davidson Orange #E0400E
Tints of Harley Davidson Orange #E0400E
RGB
CMYK
RGB Variations
Color information
#E0400E (or 0xE0400E) is known color: Harley Davidson Orange. HEX triplet: E0, 40 and 0E. RGB value is (224,64,14). Sum of RGB (Red+Green+Blue) = 224+64+14=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E0400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0400E is #1FBFF1. Grayscale: #6A6A6A. Windows color (decimal): -2080754 or 934112. OLE color: 934112.
HSL color Cylindrical-coordinate representation of color #E0400E: hue angle of 14.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0400E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.12 |
| HSL | 14.29º | 0.88% | 0.47% | - |
| HSV(B) | 14.29º | 0.94% | 0.88% | - |
| XYZ | 32.65 | 19.55 | 2.47 | - |
| YUV | 106.14 | 76.01 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 14 | 0 | 0.71 | 0.94 | 0.12 | 14.29 | 0.88 | 0.47 |
| Hex | E0 | 40 | E | 0 | 47 | 5E | C | E | 58 | 2F |
| Octal | 340 | 100 | 16 | 0 | 107 | 136 | 14 | 16 | 130 | 57 |
| Binary | 11100000 | 1000000 | 1110 | 0 | 1000111 | 1011110 | 1100 | 1110 | 1011000 | 101111 |
Color Harmonies of #E0400E
Complementary color
Monochromatic Colors of #E0400E
Black with #E0400E
Text Example
Text Example
White with #E0400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0400E; }
p { color: rgb(224,64,14); }
H1.HeaderClassName
{
color: #E0400E;
}
.AnyTagClassName
{
color: #E0400E;
}
</style>
background-color css
<style>
a { background-color: #E0400E; }
a { background-color: rgb(224,64,14); }
div.DivClassName
{
background-color: #E0400E;
}
.BgClassName
{
background-color: #E0400E;
}
</style>
border-color css
<style>
span { border-color: #E0400E; }
span { border-color: rgb(224,64,14); }
td.TdClassName
{
border-color: #E0400E;
}
.TagClassName
{
border-color: #E0400E;
}
</style>