Html Css Color HEX #E03A13 Harley Davidson Orange
📋 copy color: '#E03A13'red 224 ◦ green 58 ◦ blue 19
Shades of Harley Davidson Orange #E03A13
Tints of Harley Davidson Orange #E03A13
RGB
CMYK
RGB Variations
Color information
#E03A13 (or 0xE03A13) is known color: Harley Davidson Orange. HEX triplet: E0, 3A and 13. RGB value is (224,58,19). Sum of RGB (Red+Green+Blue) = 224+58+19=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03A13 is #1FC5EC. Grayscale: #676767. Windows color (decimal): -2082285 or 1260256. OLE color: 1260256.
HSL color Cylindrical-coordinate representation of color #E03A13: hue angle of 11.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E03A13 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 19 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.12 |
| HSL | 11.41º | 0.84% | 0.48% | - |
| HSV(B) | 11.41º | 0.92% | 0.88% | - |
| XYZ | 32.37 | 18.92 | 2.56 | - |
| YUV | 103.19 | 80.5 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 19 | 0 | 0.74 | 0.92 | 0.12 | 11.41 | 0.84 | 0.48 |
| Hex | E0 | 3A | 13 | 0 | 4A | 5C | C | B | 54 | 30 |
| Octal | 340 | 72 | 23 | 0 | 112 | 134 | 14 | 13 | 124 | 60 |
| Binary | 11100000 | 111010 | 10011 | 0 | 1001010 | 1011100 | 1100 | 1011 | 1010100 | 110000 |
Color Harmonies of #E03A13
Complementary color
Monochromatic Colors of #E03A13
Black with #E03A13
Text Example
Text Example
White with #E03A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03A13; }
p { color: rgb(224,58,19); }
H1.HeaderClassName
{
color: #E03A13;
}
.AnyTagClassName
{
color: #E03A13;
}
</style>
background-color css
<style>
a { background-color: #E03A13; }
a { background-color: rgb(224,58,19); }
div.DivClassName
{
background-color: #E03A13;
}
.BgClassName
{
background-color: #E03A13;
}
</style>
border-color css
<style>
span { border-color: #E03A13; }
span { border-color: rgb(224,58,19); }
td.TdClassName
{
border-color: #E03A13;
}
.TagClassName
{
border-color: #E03A13;
}
</style>