Html Css Color HEX #E03D0B Harley Davidson Orange
📋 copy color: '#E03D0B'red 224 ◦ green 61 ◦ blue 11
Shades of Harley Davidson Orange #E03D0B
Tints of Harley Davidson Orange #E03D0B
RGB
CMYK
RGB Variations
Color information
#E03D0B (or 0xE03D0B) is known color: Harley Davidson Orange. HEX triplet: E0, 3D and 0B. RGB value is (224,61,11). Sum of RGB (Red+Green+Blue) = 224+61+11=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03D0B is #1FC2F4. Grayscale: #686868. Windows color (decimal): -2081525 or 736736. OLE color: 736736.
HSL color Cylindrical-coordinate representation of color #E03D0B: hue angle of 14.08º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E03D0B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.12 |
| HSL | 14.08º | 0.91% | 0.46% | - |
| HSV(B) | 14.08º | 0.95% | 0.88% | - |
| XYZ | 32.47 | 19.21 | 2.31 | - |
| YUV | 104.04 | 75.5 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 11 | 0 | 0.73 | 0.95 | 0.12 | 14.08 | 0.91 | 0.46 |
| Hex | E0 | 3D | B | 0 | 49 | 5F | C | E | 5B | 2E |
| Octal | 340 | 75 | 13 | 0 | 111 | 137 | 14 | 16 | 133 | 56 |
| Binary | 11100000 | 111101 | 1011 | 0 | 1001001 | 1011111 | 1100 | 1110 | 1011011 | 101110 |
Color Harmonies of #E03D0B
Complementary color
Monochromatic Colors of #E03D0B
Black with #E03D0B
Text Example
Text Example
White with #E03D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D0B; }
p { color: rgb(224,61,11); }
H1.HeaderClassName
{
color: #E03D0B;
}
.AnyTagClassName
{
color: #E03D0B;
}
</style>
background-color css
<style>
a { background-color: #E03D0B; }
a { background-color: rgb(224,61,11); }
div.DivClassName
{
background-color: #E03D0B;
}
.BgClassName
{
background-color: #E03D0B;
}
</style>
border-color css
<style>
span { border-color: #E03D0B; }
span { border-color: rgb(224,61,11); }
td.TdClassName
{
border-color: #E03D0B;
}
.TagClassName
{
border-color: #E03D0B;
}
</style>