Html Css Color HEX #E03215 Harley Davidson Orange
📋 copy color: '#E03215'red 224 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #E03215
Tints of Harley Davidson Orange #E03215
RGB
CMYK
RGB Variations
Color information
#E03215 (or 0xE03215) is known color: Harley Davidson Orange. HEX triplet: E0, 32 and 15. RGB value is (224,50,21). Sum of RGB (Red+Green+Blue) = 224+50+21=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E03215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03215 is #1FCDEA. Grayscale: #636363. Windows color (decimal): -2084331 or 1389280. OLE color: 1389280.
HSL color Cylindrical-coordinate representation of color #E03215: hue angle of 8.57º 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 #E03215 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 21 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.12 |
| HSL | 8.57º | 0.83% | 0.48% | - |
| HSV(B) | 8.57º | 0.91% | 0.88% | - |
| XYZ | 32.02 | 18.18 | 2.53 | - |
| YUV | 98.72 | 84.15 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 21 | 0 | 0.78 | 0.91 | 0.12 | 8.57 | 0.83 | 0.48 |
| Hex | E0 | 32 | 15 | 0 | 4E | 5B | C | 9 | 53 | 30 |
| Octal | 340 | 62 | 25 | 0 | 116 | 133 | 14 | 11 | 123 | 60 |
| Binary | 11100000 | 110010 | 10101 | 0 | 1001110 | 1011011 | 1100 | 1001 | 1010011 | 110000 |
Color Harmonies of #E03215
Complementary color
Monochromatic Colors of #E03215
Black with #E03215
Text Example
Text Example
White with #E03215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03215; }
p { color: rgb(224,50,21); }
H1.HeaderClassName
{
color: #E03215;
}
.AnyTagClassName
{
color: #E03215;
}
</style>
background-color css
<style>
a { background-color: #E03215; }
a { background-color: rgb(224,50,21); }
div.DivClassName
{
background-color: #E03215;
}
.BgClassName
{
background-color: #E03215;
}
</style>
border-color css
<style>
span { border-color: #E03215; }
span { border-color: rgb(224,50,21); }
td.TdClassName
{
border-color: #E03215;
}
.TagClassName
{
border-color: #E03215;
}
</style>