Html Css Color HEX #E04015 Harley Davidson Orange
📋 copy color: '#E04015'red 224 ◦ green 64 ◦ blue 21
Shades of Harley Davidson Orange #E04015
Tints of Harley Davidson Orange #E04015
RGB
CMYK
RGB Variations
Color information
#E04015 (or 0xE04015) is known color: Harley Davidson Orange. HEX triplet: E0, 40 and 15. RGB value is (224,64,21). Sum of RGB (Red+Green+Blue) = 224+64+21=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E04015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04015 is #1FBFEA. Grayscale: #6B6B6B. Windows color (decimal): -2080747 or 1392864. OLE color: 1392864.
HSL color Cylindrical-coordinate representation of color #E04015: hue angle of 12.71º 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 #E04015 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 21 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.12 |
| HSL | 12.71º | 0.83% | 0.48% | - |
| HSV(B) | 12.71º | 0.91% | 0.88% | - |
| XYZ | 32.71 | 19.57 | 2.76 | - |
| YUV | 106.94 | 79.51 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 21 | 0 | 0.71 | 0.91 | 0.12 | 12.71 | 0.83 | 0.48 |
| Hex | E0 | 40 | 15 | 0 | 47 | 5B | C | D | 53 | 30 |
| Octal | 340 | 100 | 25 | 0 | 107 | 133 | 14 | 15 | 123 | 60 |
| Binary | 11100000 | 1000000 | 10101 | 0 | 1000111 | 1011011 | 1100 | 1101 | 1010011 | 110000 |
Color Harmonies of #E04015
Complementary color
Monochromatic Colors of #E04015
Black with #E04015
Text Example
Text Example
White with #E04015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04015; }
p { color: rgb(224,64,21); }
H1.HeaderClassName
{
color: #E04015;
}
.AnyTagClassName
{
color: #E04015;
}
</style>
background-color css
<style>
a { background-color: #E04015; }
a { background-color: rgb(224,64,21); }
div.DivClassName
{
background-color: #E04015;
}
.BgClassName
{
background-color: #E04015;
}
</style>
border-color css
<style>
span { border-color: #E04015; }
span { border-color: rgb(224,64,21); }
td.TdClassName
{
border-color: #E04015;
}
.TagClassName
{
border-color: #E04015;
}
</style>