Html Css Color HEX #E03013 Harley Davidson Orange
📋 copy color: '#E03013'red 224 ◦ green 48 ◦ blue 19
Shades of Harley Davidson Orange #E03013
Tints of Harley Davidson Orange #E03013
RGB
CMYK
RGB Variations
Color information
#E03013 (or 0xE03013) is known color: Harley Davidson Orange. HEX triplet: E0, 30 and 13. RGB value is (224,48,19). Sum of RGB (Red+Green+Blue) = 224+48+19=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E03013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03013 is #1FCFEC. Grayscale: #616161. Windows color (decimal): -2084845 or 1257696. OLE color: 1257696.
HSL color Cylindrical-coordinate representation of color #E03013: hue angle of 8.49º 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 #E03013 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 19 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.12 |
| HSL | 8.49º | 0.84% | 0.48% | - |
| HSV(B) | 8.49º | 0.92% | 0.88% | - |
| XYZ | 31.91 | 18.01 | 2.41 | - |
| YUV | 97.32 | 83.81 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 19 | 0 | 0.79 | 0.92 | 0.12 | 8.49 | 0.84 | 0.48 |
| Hex | E0 | 30 | 13 | 0 | 4F | 5C | C | 8 | 54 | 30 |
| Octal | 340 | 60 | 23 | 0 | 117 | 134 | 14 | 10 | 124 | 60 |
| Binary | 11100000 | 110000 | 10011 | 0 | 1001111 | 1011100 | 1100 | 1000 | 1010100 | 110000 |
Color Harmonies of #E03013
Complementary color
Monochromatic Colors of #E03013
Black with #E03013
Text Example
Text Example
White with #E03013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03013; }
p { color: rgb(224,48,19); }
H1.HeaderClassName
{
color: #E03013;
}
.AnyTagClassName
{
color: #E03013;
}
</style>
background-color css
<style>
a { background-color: #E03013; }
a { background-color: rgb(224,48,19); }
div.DivClassName
{
background-color: #E03013;
}
.BgClassName
{
background-color: #E03013;
}
</style>
border-color css
<style>
span { border-color: #E03013; }
span { border-color: rgb(224,48,19); }
td.TdClassName
{
border-color: #E03013;
}
.TagClassName
{
border-color: #E03013;
}
</style>