Html Css Color HEX #E02F0E Harley Davidson Orange
📋 copy color: '#E02F0E'red 224 ◦ green 47 ◦ blue 14
Shades of Harley Davidson Orange #E02F0E
Tints of Harley Davidson Orange #E02F0E
RGB
CMYK
RGB Variations
Color information
#E02F0E (or 0xE02F0E) is known color: Harley Davidson Orange. HEX triplet: E0, 2F and 0E. RGB value is (224,47,14). Sum of RGB (Red+Green+Blue) = 224+47+14=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02F0E is #1FD0F1. Grayscale: #606060. Windows color (decimal): -2085106 or 929760. OLE color: 929760.
HSL color Cylindrical-coordinate representation of color #E02F0E: hue angle of 9.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E02F0E is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 14 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.12 |
| HSL | 9.43º | 0.88% | 0.47% | - |
| HSV(B) | 9.43º | 0.94% | 0.88% | - |
| XYZ | 31.84 | 17.91 | 2.19 | - |
| YUV | 96.16 | 81.64 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 14 | 0 | 0.79 | 0.94 | 0.12 | 9.43 | 0.88 | 0.47 |
| Hex | E0 | 2F | E | 0 | 4F | 5E | C | 9 | 58 | 2F |
| Octal | 340 | 57 | 16 | 0 | 117 | 136 | 14 | 11 | 130 | 57 |
| Binary | 11100000 | 101111 | 1110 | 0 | 1001111 | 1011110 | 1100 | 1001 | 1011000 | 101111 |
Color Harmonies of #E02F0E
Complementary color
Monochromatic Colors of #E02F0E
Black with #E02F0E
Text Example
Text Example
White with #E02F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F0E; }
p { color: rgb(224,47,14); }
H1.HeaderClassName
{
color: #E02F0E;
}
.AnyTagClassName
{
color: #E02F0E;
}
</style>
background-color css
<style>
a { background-color: #E02F0E; }
a { background-color: rgb(224,47,14); }
div.DivClassName
{
background-color: #E02F0E;
}
.BgClassName
{
background-color: #E02F0E;
}
</style>
border-color css
<style>
span { border-color: #E02F0E; }
span { border-color: rgb(224,47,14); }
td.TdClassName
{
border-color: #E02F0E;
}
.TagClassName
{
border-color: #E02F0E;
}
</style>