Html Css Color HEX #E03400 Harley Davidson Orange
📋 copy color: '#E03400'red 224 ◦ green 52 ◦ blue 0
Shades of Harley Davidson Orange #E03400
Tints of Harley Davidson Orange #E03400
RGB
CMYK
RGB Variations
Color information
#E03400 (or 0xE03400) is known color: Harley Davidson Orange. HEX triplet: E0, 34 and 00. RGB value is (224,52,0). Sum of RGB (Red+Green+Blue) = 224+52+0=276 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.16% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 224 - color contains mainly: red. Hex color #E03400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03400 is #1FCBFF. Grayscale: #616161. Windows color (decimal): -2083840 or 13536. OLE color: 13536.
HSL color Cylindrical-coordinate representation of color #E03400: hue angle of 13.93º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E03400 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.12 |
| HSL | 13.93º | 1% | 0.44% | - |
| HSV(B) | 13.93º | 1% | 0.88% | - |
| XYZ | 31.97 | 18.3 | 1.85 | - |
| YUV | 97.5 | 72.98 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 0 | 0 | 0.77 | 1 | 0.12 | 13.93 | 1 | 0.44 |
| Hex | E0 | 34 | 0 | 0 | 4D | 64 | C | E | 64 | 2C |
| Octal | 340 | 64 | 0 | 0 | 115 | 144 | 14 | 16 | 144 | 54 |
| Binary | 11100000 | 110100 | 0 | 0 | 1001101 | 1100100 | 1100 | 1110 | 1100100 | 101100 |
Color Harmonies of #E03400
Complementary color
Monochromatic Colors of #E03400
Black with #E03400
Text Example
Text Example
White with #E03400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03400; }
p { color: rgb(224,52,0); }
H1.HeaderClassName
{
color: #E03400;
}
.AnyTagClassName
{
color: #E03400;
}
</style>
background-color css
<style>
a { background-color: #E03400; }
a { background-color: rgb(224,52,0); }
div.DivClassName
{
background-color: #E03400;
}
.BgClassName
{
background-color: #E03400;
}
</style>
border-color css
<style>
span { border-color: #E03400; }
span { border-color: rgb(224,52,0); }
td.TdClassName
{
border-color: #E03400;
}
.TagClassName
{
border-color: #E03400;
}
</style>