Html Css Color HEX #E03D12 Harley Davidson Orange
📋 copy color: '#E03D12'red 224 ◦ green 61 ◦ blue 18
Shades of Harley Davidson Orange #E03D12
Tints of Harley Davidson Orange #E03D12
RGB
CMYK
RGB Variations
Color information
#E03D12 (or 0xE03D12) is known color: Harley Davidson Orange. HEX triplet: E0, 3D and 12. RGB value is (224,61,18). Sum of RGB (Red+Green+Blue) = 224+61+18=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03D12 is #1FC2ED. Grayscale: #696969. Windows color (decimal): -2081518 or 1195488. OLE color: 1195488.
HSL color Cylindrical-coordinate representation of color #E03D12: hue angle of 12.52º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E03D12 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 18 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.12 |
| HSL | 12.52º | 0.85% | 0.47% | - |
| HSV(B) | 12.52º | 0.92% | 0.88% | - |
| XYZ | 32.52 | 19.23 | 2.57 | - |
| YUV | 104.84 | 79 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 18 | 0 | 0.73 | 0.92 | 0.12 | 12.52 | 0.85 | 0.47 |
| Hex | E0 | 3D | 12 | 0 | 49 | 5C | C | D | 55 | 2F |
| Octal | 340 | 75 | 22 | 0 | 111 | 134 | 14 | 15 | 125 | 57 |
| Binary | 11100000 | 111101 | 10010 | 0 | 1001001 | 1011100 | 1100 | 1101 | 1010101 | 101111 |
Color Harmonies of #E03D12
Complementary color
Monochromatic Colors of #E03D12
Black with #E03D12
Text Example
Text Example
White with #E03D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D12; }
p { color: rgb(224,61,18); }
H1.HeaderClassName
{
color: #E03D12;
}
.AnyTagClassName
{
color: #E03D12;
}
</style>
background-color css
<style>
a { background-color: #E03D12; }
a { background-color: rgb(224,61,18); }
div.DivClassName
{
background-color: #E03D12;
}
.BgClassName
{
background-color: #E03D12;
}
</style>
border-color css
<style>
span { border-color: #E03D12; }
span { border-color: rgb(224,61,18); }
td.TdClassName
{
border-color: #E03D12;
}
.TagClassName
{
border-color: #E03D12;
}
</style>