Html Css Color HEX #E02A00 Harley Davidson Orange
📋 copy color: '#E02A00'red 224 ◦ green 42 ◦ blue 0
Shades of Harley Davidson Orange #E02A00
Tints of Harley Davidson Orange #E02A00
RGB
CMYK
RGB Variations
Color information
#E02A00 (or 0xE02A00) is known color: Harley Davidson Orange. HEX triplet: E0, 2A and 00. RGB value is (224,42,0). Sum of RGB (Red+Green+Blue) = 224+42+0=266 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.21% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02A00 is #1FD5FF. Grayscale: #5B5B5B. Windows color (decimal): -2086400 or 10976. OLE color: 10976.
HSL color Cylindrical-coordinate representation of color #E02A00: hue angle of 11.25º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E02A00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.12 |
| HSL | 11.25º | 1% | 0.44% | - |
| HSV(B) | 11.25º | 1% | 0.88% | - |
| XYZ | 31.57 | 17.5 | 1.71 | - |
| YUV | 91.63 | 76.3 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 0 | 0 | 0.81 | 1 | 0.12 | 11.25 | 1 | 0.44 |
| Hex | E0 | 2A | 0 | 0 | 51 | 64 | C | B | 64 | 2C |
| Octal | 340 | 52 | 0 | 0 | 121 | 144 | 14 | 13 | 144 | 54 |
| Binary | 11100000 | 101010 | 0 | 0 | 1010001 | 1100100 | 1100 | 1011 | 1100100 | 101100 |
Color Harmonies of #E02A00
Complementary color
Monochromatic Colors of #E02A00
Black with #E02A00
Text Example
Text Example
White with #E02A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A00; }
p { color: rgb(224,42,0); }
H1.HeaderClassName
{
color: #E02A00;
}
.AnyTagClassName
{
color: #E02A00;
}
</style>
background-color css
<style>
a { background-color: #E02A00; }
a { background-color: rgb(224,42,0); }
div.DivClassName
{
background-color: #E02A00;
}
.BgClassName
{
background-color: #E02A00;
}
</style>
border-color css
<style>
span { border-color: #E02A00; }
span { border-color: rgb(224,42,0); }
td.TdClassName
{
border-color: #E02A00;
}
.TagClassName
{
border-color: #E02A00;
}
</style>