Html Css Color HEX #E02F12 Harley Davidson Orange
📋 copy color: '#E02F12'red 224 ◦ green 47 ◦ blue 18
Shades of Harley Davidson Orange #E02F12
Tints of Harley Davidson Orange #E02F12
RGB
CMYK
RGB Variations
Color information
#E02F12 (or 0xE02F12) is known color: Harley Davidson Orange. HEX triplet: E0, 2F and 12. RGB value is (224,47,18). Sum of RGB (Red+Green+Blue) = 224+47+18=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02F12 is #1FD0ED. Grayscale: #606060. Windows color (decimal): -2085102 or 1191904. OLE color: 1191904.
HSL color Cylindrical-coordinate representation of color #E02F12: hue angle of 8.45º 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 #E02F12 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 18 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.12 |
| HSL | 8.45º | 0.85% | 0.47% | - |
| HSV(B) | 8.45º | 0.92% | 0.88% | - |
| XYZ | 31.87 | 17.92 | 2.35 | - |
| YUV | 96.62 | 83.64 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 18 | 0 | 0.79 | 0.92 | 0.12 | 8.45 | 0.85 | 0.47 |
| Hex | E0 | 2F | 12 | 0 | 4F | 5C | C | 8 | 55 | 2F |
| Octal | 340 | 57 | 22 | 0 | 117 | 134 | 14 | 10 | 125 | 57 |
| Binary | 11100000 | 101111 | 10010 | 0 | 1001111 | 1011100 | 1100 | 1000 | 1010101 | 101111 |
Color Harmonies of #E02F12
Complementary color
Monochromatic Colors of #E02F12
Black with #E02F12
Text Example
Text Example
White with #E02F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F12; }
p { color: rgb(224,47,18); }
H1.HeaderClassName
{
color: #E02F12;
}
.AnyTagClassName
{
color: #E02F12;
}
</style>
background-color css
<style>
a { background-color: #E02F12; }
a { background-color: rgb(224,47,18); }
div.DivClassName
{
background-color: #E02F12;
}
.BgClassName
{
background-color: #E02F12;
}
</style>
border-color css
<style>
span { border-color: #E02F12; }
span { border-color: rgb(224,47,18); }
td.TdClassName
{
border-color: #E02F12;
}
.TagClassName
{
border-color: #E02F12;
}
</style>