Html Css Color HEX #E02D0E Harley Davidson Orange
📋 copy color: '#E02D0E'red 224 ◦ green 45 ◦ blue 14
Shades of Harley Davidson Orange #E02D0E
Tints of Harley Davidson Orange #E02D0E
RGB
CMYK
RGB Variations
Color information
#E02D0E (or 0xE02D0E) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 0E. RGB value is (224,45,14). Sum of RGB (Red+Green+Blue) = 224+45+14=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02D0E is #1FD2F1. Grayscale: #5F5F5F. Windows color (decimal): -2085618 or 929248. OLE color: 929248.
HSL color Cylindrical-coordinate representation of color #E02D0E: hue angle of 8.86º 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 #E02D0E is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 14 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.12 |
| HSL | 8.86º | 0.88% | 0.47% | - |
| HSV(B) | 8.86º | 0.94% | 0.88% | - |
| XYZ | 31.76 | 17.76 | 2.17 | - |
| YUV | 94.99 | 82.3 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 14 | 0 | 0.80 | 0.94 | 0.12 | 8.86 | 0.88 | 0.47 |
| Hex | E0 | 2D | E | 0 | 50 | 5E | C | 9 | 58 | 2F |
| Octal | 340 | 55 | 16 | 0 | 120 | 136 | 14 | 11 | 130 | 57 |
| Binary | 11100000 | 101101 | 1110 | 0 | 1010000 | 1011110 | 1100 | 1001 | 1011000 | 101111 |
Color Harmonies of #E02D0E
Complementary color
Monochromatic Colors of #E02D0E
Black with #E02D0E
Text Example
Text Example
White with #E02D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D0E; }
p { color: rgb(224,45,14); }
H1.HeaderClassName
{
color: #E02D0E;
}
.AnyTagClassName
{
color: #E02D0E;
}
</style>
background-color css
<style>
a { background-color: #E02D0E; }
a { background-color: rgb(224,45,14); }
div.DivClassName
{
background-color: #E02D0E;
}
.BgClassName
{
background-color: #E02D0E;
}
</style>
border-color css
<style>
span { border-color: #E02D0E; }
span { border-color: rgb(224,45,14); }
td.TdClassName
{
border-color: #E02D0E;
}
.TagClassName
{
border-color: #E02D0E;
}
</style>