Html Css Color HEX #E0340E Harley Davidson Orange
📋 copy color: '#E0340E'red 224 ◦ green 52 ◦ blue 14
Shades of Harley Davidson Orange #E0340E
Tints of Harley Davidson Orange #E0340E
RGB
CMYK
RGB Variations
Color information
#E0340E (or 0xE0340E) is known color: Harley Davidson Orange. HEX triplet: E0, 34 and 0E. RGB value is (224,52,14). Sum of RGB (Red+Green+Blue) = 224+52+14=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E0340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0340E is #1FCBF1. Grayscale: #636363. Windows color (decimal): -2083826 or 931040. OLE color: 931040.
HSL color Cylindrical-coordinate representation of color #E0340E: hue angle of 10.86º 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 #E0340E is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 14 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.12 |
| HSL | 10.86º | 0.88% | 0.47% | - |
| HSV(B) | 10.86º | 0.94% | 0.88% | - |
| XYZ | 32.05 | 18.33 | 2.27 | - |
| YUV | 99.1 | 79.98 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 14 | 0 | 0.77 | 0.94 | 0.12 | 10.86 | 0.88 | 0.47 |
| Hex | E0 | 34 | E | 0 | 4D | 5E | C | B | 58 | 2F |
| Octal | 340 | 64 | 16 | 0 | 115 | 136 | 14 | 13 | 130 | 57 |
| Binary | 11100000 | 110100 | 1110 | 0 | 1001101 | 1011110 | 1100 | 1011 | 1011000 | 101111 |
Color Harmonies of #E0340E
Complementary color
Monochromatic Colors of #E0340E
Black with #E0340E
Text Example
Text Example
White with #E0340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0340E; }
p { color: rgb(224,52,14); }
H1.HeaderClassName
{
color: #E0340E;
}
.AnyTagClassName
{
color: #E0340E;
}
</style>
background-color css
<style>
a { background-color: #E0340E; }
a { background-color: rgb(224,52,14); }
div.DivClassName
{
background-color: #E0340E;
}
.BgClassName
{
background-color: #E0340E;
}
</style>
border-color css
<style>
span { border-color: #E0340E; }
span { border-color: rgb(224,52,14); }
td.TdClassName
{
border-color: #E0340E;
}
.TagClassName
{
border-color: #E0340E;
}
</style>