Html Css Color HEX #E0341E Harley Davidson Orange
📋 copy color: '#E0341E'red 224 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #E0341E
Tints of Harley Davidson Orange #E0341E
RGB
CMYK
RGB Variations
Color information
#E0341E (or 0xE0341E) is known color: Harley Davidson Orange. HEX triplet: E0, 34 and 1E. RGB value is (224,52,30). Sum of RGB (Red+Green+Blue) = 224+52+30=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E0341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0341E is #1FCBE1. Grayscale: #656565. Windows color (decimal): -2083810 or 1979616. OLE color: 1979616.
HSL color Cylindrical-coordinate representation of color #E0341E: hue angle of 6.8º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0341E is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 30 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.12 |
| HSL | 6.8º | 0.76% | 0.5% | - |
| HSV(B) | 6.8º | 0.87% | 0.88% | - |
| XYZ | 32.2 | 18.4 | 3.08 | - |
| YUV | 100.92 | 87.98 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 30 | 0 | 0.77 | 0.87 | 0.12 | 6.8 | 0.76 | 0.5 |
| Hex | E0 | 34 | 1E | 0 | 4D | 57 | C | 7 | 4C | 32 |
| Octal | 340 | 64 | 36 | 0 | 115 | 127 | 14 | 7 | 114 | 62 |
| Binary | 11100000 | 110100 | 11110 | 0 | 1001101 | 1010111 | 1100 | 111 | 1001100 | 110010 |
Color Harmonies of #E0341E
Complementary color
Monochromatic Colors of #E0341E
Black with #E0341E
Text Example
Text Example
White with #E0341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0341E; }
p { color: rgb(224,52,30); }
H1.HeaderClassName
{
color: #E0341E;
}
.AnyTagClassName
{
color: #E0341E;
}
</style>
background-color css
<style>
a { background-color: #E0341E; }
a { background-color: rgb(224,52,30); }
div.DivClassName
{
background-color: #E0341E;
}
.BgClassName
{
background-color: #E0341E;
}
</style>
border-color css
<style>
span { border-color: #E0341E; }
span { border-color: rgb(224,52,30); }
td.TdClassName
{
border-color: #E0341E;
}
.TagClassName
{
border-color: #E0341E;
}
</style>