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