Html Css Color HEX #E02512 Harley Davidson Orange
📋 copy color: '#E02512'red 224 ◦ green 37 ◦ blue 18
Shades of Harley Davidson Orange #E02512
Tints of Harley Davidson Orange #E02512
RGB
CMYK
RGB Variations
Color information
#E02512 (or 0xE02512) is known color: Harley Davidson Orange. HEX triplet: E0, 25 and 12. RGB value is (224,37,18). Sum of RGB (Red+Green+Blue) = 224+37+18=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E02512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02512 is #1FDAED. Grayscale: #5B5B5B. Windows color (decimal): -2087662 or 1189344. OLE color: 1189344.
HSL color Cylindrical-coordinate representation of color #E02512: hue angle of 5.53º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E02512 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 18 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.12 |
| HSL | 5.53º | 0.85% | 0.47% | - |
| HSV(B) | 5.53º | 0.92% | 0.88% | - |
| XYZ | 31.51 | 17.21 | 2.23 | - |
| YUV | 90.75 | 86.95 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 18 | 0 | 0.83 | 0.92 | 0.12 | 5.53 | 0.85 | 0.47 |
| Hex | E0 | 25 | 12 | 0 | 53 | 5C | C | 6 | 55 | 2F |
| Octal | 340 | 45 | 22 | 0 | 123 | 134 | 14 | 6 | 125 | 57 |
| Binary | 11100000 | 100101 | 10010 | 0 | 1010011 | 1011100 | 1100 | 110 | 1010101 | 101111 |
Color Harmonies of #E02512
Complementary color
Monochromatic Colors of #E02512
Black with #E02512
Text Example
Text Example
White with #E02512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02512; }
p { color: rgb(224,37,18); }
H1.HeaderClassName
{
color: #E02512;
}
.AnyTagClassName
{
color: #E02512;
}
</style>
background-color css
<style>
a { background-color: #E02512; }
a { background-color: rgb(224,37,18); }
div.DivClassName
{
background-color: #E02512;
}
.BgClassName
{
background-color: #E02512;
}
</style>
border-color css
<style>
span { border-color: #E02512; }
span { border-color: rgb(224,37,18); }
td.TdClassName
{
border-color: #E02512;
}
.TagClassName
{
border-color: #E02512;
}
</style>