Html Css Color HEX #E03415 Harley Davidson Orange
📋 copy color: '#E03415'red 224 ◦ green 52 ◦ blue 21
Shades of Harley Davidson Orange #E03415
Tints of Harley Davidson Orange #E03415
RGB
CMYK
RGB Variations
Color information
#E03415 (or 0xE03415) is known color: Harley Davidson Orange. HEX triplet: E0, 34 and 15. RGB value is (224,52,21). Sum of RGB (Red+Green+Blue) = 224+52+21=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E03415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03415 is #1FCBEA. Grayscale: #646464. Windows color (decimal): -2083819 or 1389792. OLE color: 1389792.
HSL color Cylindrical-coordinate representation of color #E03415: hue angle of 9.16º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E03415 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 21 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.12 |
| HSL | 9.16º | 0.83% | 0.48% | - |
| HSV(B) | 9.16º | 0.91% | 0.88% | - |
| XYZ | 32.1 | 18.36 | 2.56 | - |
| YUV | 99.89 | 83.48 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 21 | 0 | 0.77 | 0.91 | 0.12 | 9.16 | 0.83 | 0.48 |
| Hex | E0 | 34 | 15 | 0 | 4D | 5B | C | 9 | 53 | 30 |
| Octal | 340 | 64 | 25 | 0 | 115 | 133 | 14 | 11 | 123 | 60 |
| Binary | 11100000 | 110100 | 10101 | 0 | 1001101 | 1011011 | 1100 | 1001 | 1010011 | 110000 |
Color Harmonies of #E03415
Complementary color
Monochromatic Colors of #E03415
Black with #E03415
Text Example
Text Example
White with #E03415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03415; }
p { color: rgb(224,52,21); }
H1.HeaderClassName
{
color: #E03415;
}
.AnyTagClassName
{
color: #E03415;
}
</style>
background-color css
<style>
a { background-color: #E03415; }
a { background-color: rgb(224,52,21); }
div.DivClassName
{
background-color: #E03415;
}
.BgClassName
{
background-color: #E03415;
}
</style>
border-color css
<style>
span { border-color: #E03415; }
span { border-color: rgb(224,52,21); }
td.TdClassName
{
border-color: #E03415;
}
.TagClassName
{
border-color: #E03415;
}
</style>