Html Css Color HEX #E03D1A Harley Davidson Orange
📋 copy color: '#E03D1A'red 224 ◦ green 61 ◦ blue 26
Shades of Harley Davidson Orange #E03D1A
Tints of Harley Davidson Orange #E03D1A
RGB
CMYK
RGB Variations
Color information
#E03D1A (or 0xE03D1A) is known color: Harley Davidson Orange. HEX triplet: E0, 3D and 1A. RGB value is (224,61,26). Sum of RGB (Red+Green+Blue) = 224+61+26=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D1A is #1FC2E5. Grayscale: #6A6A6A. Windows color (decimal): -2081510 or 1719776. OLE color: 1719776.
HSL color Cylindrical-coordinate representation of color #E03D1A: hue angle of 10.61º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E03D1A is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 26 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.12 |
| HSL | 10.61º | 0.79% | 0.49% | - |
| HSV(B) | 10.61º | 0.88% | 0.88% | - |
| XYZ | 32.6 | 19.26 | 2.98 | - |
| YUV | 105.75 | 83 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 26 | 0 | 0.73 | 0.88 | 0.12 | 10.61 | 0.79 | 0.49 |
| Hex | E0 | 3D | 1A | 0 | 49 | 58 | C | B | 4F | 31 |
| Octal | 340 | 75 | 32 | 0 | 111 | 130 | 14 | 13 | 117 | 61 |
| Binary | 11100000 | 111101 | 11010 | 0 | 1001001 | 1011000 | 1100 | 1011 | 1001111 | 110001 |
Color Harmonies of #E03D1A
Complementary color
Monochromatic Colors of #E03D1A
Black with #E03D1A
Text Example
Text Example
White with #E03D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D1A; }
p { color: rgb(224,61,26); }
H1.HeaderClassName
{
color: #E03D1A;
}
.AnyTagClassName
{
color: #E03D1A;
}
</style>
background-color css
<style>
a { background-color: #E03D1A; }
a { background-color: rgb(224,61,26); }
div.DivClassName
{
background-color: #E03D1A;
}
.BgClassName
{
background-color: #E03D1A;
}
</style>
border-color css
<style>
span { border-color: #E03D1A; }
span { border-color: rgb(224,61,26); }
td.TdClassName
{
border-color: #E03D1A;
}
.TagClassName
{
border-color: #E03D1A;
}
</style>