Html Css Color HEX #E03B0D Harley Davidson Orange
📋 copy color: '#E03B0D'red 224 ◦ green 59 ◦ blue 13
Shades of Harley Davidson Orange #E03B0D
Tints of Harley Davidson Orange #E03B0D
RGB
CMYK
RGB Variations
Color information
#E03B0D (or 0xE03B0D) is known color: Harley Davidson Orange. HEX triplet: E0, 3B and 0D. RGB value is (224,59,13). Sum of RGB (Red+Green+Blue) = 224+59+13=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03B0D is #1FC4F2. Grayscale: #676767. Windows color (decimal): -2082035 or 867296. OLE color: 867296.
HSL color Cylindrical-coordinate representation of color #E03B0D: hue angle of 13.08º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E03B0D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 13 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.12 |
| HSL | 13.08º | 0.89% | 0.46% | - |
| HSV(B) | 13.08º | 0.94% | 0.88% | - |
| XYZ | 32.38 | 19 | 2.34 | - |
| YUV | 103.09 | 77.16 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 13 | 0 | 0.74 | 0.94 | 0.12 | 13.08 | 0.89 | 0.46 |
| Hex | E0 | 3B | D | 0 | 4A | 5E | C | D | 59 | 2E |
| Octal | 340 | 73 | 15 | 0 | 112 | 136 | 14 | 15 | 131 | 56 |
| Binary | 11100000 | 111011 | 1101 | 0 | 1001010 | 1011110 | 1100 | 1101 | 1011001 | 101110 |
Color Harmonies of #E03B0D
Complementary color
Monochromatic Colors of #E03B0D
Black with #E03B0D
Text Example
Text Example
White with #E03B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03B0D; }
p { color: rgb(224,59,13); }
H1.HeaderClassName
{
color: #E03B0D;
}
.AnyTagClassName
{
color: #E03B0D;
}
</style>
background-color css
<style>
a { background-color: #E03B0D; }
a { background-color: rgb(224,59,13); }
div.DivClassName
{
background-color: #E03B0D;
}
.BgClassName
{
background-color: #E03B0D;
}
</style>
border-color css
<style>
span { border-color: #E03B0D; }
span { border-color: rgb(224,59,13); }
td.TdClassName
{
border-color: #E03B0D;
}
.TagClassName
{
border-color: #E03B0D;
}
</style>