Html Css Color HEX #E03D1B Harley Davidson Orange
📋 copy color: '#E03D1B'red 224 ◦ green 61 ◦ blue 27
Shades of Harley Davidson Orange #E03D1B
Tints of Harley Davidson Orange #E03D1B
RGB
CMYK
RGB Variations
Color information
#E03D1B (or 0xE03D1B) is known color: Harley Davidson Orange. HEX triplet: E0, 3D and 1B. RGB value is (224,61,27). Sum of RGB (Red+Green+Blue) = 224+61+27=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D1B is #1FC2E4. Grayscale: #6A6A6A. Windows color (decimal): -2081509 or 1785312. OLE color: 1785312.
HSL color Cylindrical-coordinate representation of color #E03D1B: hue angle of 10.36º degrees, saturation: 0.78, 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 #E03D1B is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 27 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.12 |
| HSL | 10.36º | 0.78% | 0.49% | - |
| HSV(B) | 10.36º | 0.88% | 0.88% | - |
| XYZ | 32.61 | 19.26 | 3.04 | - |
| YUV | 105.86 | 83.5 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 27 | 0 | 0.73 | 0.88 | 0.12 | 10.36 | 0.78 | 0.49 |
| Hex | E0 | 3D | 1B | 0 | 49 | 58 | C | A | 4E | 31 |
| Octal | 340 | 75 | 33 | 0 | 111 | 130 | 14 | 12 | 116 | 61 |
| Binary | 11100000 | 111101 | 11011 | 0 | 1001001 | 1011000 | 1100 | 1010 | 1001110 | 110001 |
Color Harmonies of #E03D1B
Complementary color
Monochromatic Colors of #E03D1B
Black with #E03D1B
Text Example
Text Example
White with #E03D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D1B; }
p { color: rgb(224,61,27); }
H1.HeaderClassName
{
color: #E03D1B;
}
.AnyTagClassName
{
color: #E03D1B;
}
</style>
background-color css
<style>
a { background-color: #E03D1B; }
a { background-color: rgb(224,61,27); }
div.DivClassName
{
background-color: #E03D1B;
}
.BgClassName
{
background-color: #E03D1B;
}
</style>
border-color css
<style>
span { border-color: #E03D1B; }
span { border-color: rgb(224,61,27); }
td.TdClassName
{
border-color: #E03D1B;
}
.TagClassName
{
border-color: #E03D1B;
}
</style>