Html Css Color HEX #E0301E Harley Davidson Orange
📋 copy color: '#E0301E'red 224 ◦ green 48 ◦ blue 30
Shades of Harley Davidson Orange #E0301E
Tints of Harley Davidson Orange #E0301E
RGB
CMYK
RGB Variations
Color information
#E0301E (or 0xE0301E) is known color: Harley Davidson Orange. HEX triplet: E0, 30 and 1E. RGB value is (224,48,30). Sum of RGB (Red+Green+Blue) = 224+48+30=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E0301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0301E is #1FCFE1. Grayscale: #626262. Windows color (decimal): -2084834 or 1978592. OLE color: 1978592.
HSL color Cylindrical-coordinate representation of color #E0301E: hue angle of 5.57º 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 #E0301E is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 30 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.12 |
| HSL | 5.57º | 0.76% | 0.5% | - |
| HSV(B) | 5.57º | 0.87% | 0.88% | - |
| XYZ | 32.03 | 18.05 | 3.02 | - |
| YUV | 98.57 | 89.31 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 30 | 0 | 0.79 | 0.87 | 0.12 | 5.57 | 0.76 | 0.5 |
| Hex | E0 | 30 | 1E | 0 | 4F | 57 | C | 6 | 4C | 32 |
| Octal | 340 | 60 | 36 | 0 | 117 | 127 | 14 | 6 | 114 | 62 |
| Binary | 11100000 | 110000 | 11110 | 0 | 1001111 | 1010111 | 1100 | 110 | 1001100 | 110010 |
Color Harmonies of #E0301E
Complementary color
Monochromatic Colors of #E0301E
Black with #E0301E
Text Example
Text Example
White with #E0301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0301E; }
p { color: rgb(224,48,30); }
H1.HeaderClassName
{
color: #E0301E;
}
.AnyTagClassName
{
color: #E0301E;
}
</style>
background-color css
<style>
a { background-color: #E0301E; }
a { background-color: rgb(224,48,30); }
div.DivClassName
{
background-color: #E0301E;
}
.BgClassName
{
background-color: #E0301E;
}
</style>
border-color css
<style>
span { border-color: #E0301E; }
span { border-color: rgb(224,48,30); }
td.TdClassName
{
border-color: #E0301E;
}
.TagClassName
{
border-color: #E0301E;
}
</style>