Html Css Color HEX #E02A12 Harley Davidson Orange
📋 copy color: '#E02A12'red 224 ◦ green 42 ◦ blue 18
Shades of Harley Davidson Orange #E02A12
Tints of Harley Davidson Orange #E02A12
RGB
CMYK
RGB Variations
Color information
#E02A12 (or 0xE02A12) is known color: Harley Davidson Orange. HEX triplet: E0, 2A and 12. RGB value is (224,42,18). Sum of RGB (Red+Green+Blue) = 224+42+18=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02A12 is #1FD5ED. Grayscale: #5D5D5D. Windows color (decimal): -2086382 or 1190624. OLE color: 1190624.
HSL color Cylindrical-coordinate representation of color #E02A12: hue angle of 6.99º 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 #E02A12 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 18 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.12 |
| HSL | 6.99º | 0.85% | 0.47% | - |
| HSV(B) | 6.99º | 0.92% | 0.88% | - |
| XYZ | 31.68 | 17.55 | 2.29 | - |
| YUV | 93.68 | 85.3 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 18 | 0 | 0.81 | 0.92 | 0.12 | 6.99 | 0.85 | 0.47 |
| Hex | E0 | 2A | 12 | 0 | 51 | 5C | C | 7 | 55 | 2F |
| Octal | 340 | 52 | 22 | 0 | 121 | 134 | 14 | 7 | 125 | 57 |
| Binary | 11100000 | 101010 | 10010 | 0 | 1010001 | 1011100 | 1100 | 111 | 1010101 | 101111 |
Color Harmonies of #E02A12
Complementary color
Monochromatic Colors of #E02A12
Black with #E02A12
Text Example
Text Example
White with #E02A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A12; }
p { color: rgb(224,42,18); }
H1.HeaderClassName
{
color: #E02A12;
}
.AnyTagClassName
{
color: #E02A12;
}
</style>
background-color css
<style>
a { background-color: #E02A12; }
a { background-color: rgb(224,42,18); }
div.DivClassName
{
background-color: #E02A12;
}
.BgClassName
{
background-color: #E02A12;
}
</style>
border-color css
<style>
span { border-color: #E02A12; }
span { border-color: rgb(224,42,18); }
td.TdClassName
{
border-color: #E02A12;
}
.TagClassName
{
border-color: #E02A12;
}
</style>