Html Css Color HEX #E02A04 Harley Davidson Orange
📋 copy color: '#E02A04'red 224 ◦ green 42 ◦ blue 4
Shades of Harley Davidson Orange #E02A04
Tints of Harley Davidson Orange #E02A04
RGB
CMYK
RGB Variations
Color information
#E02A04 (or 0xE02A04) is known color: Harley Davidson Orange. HEX triplet: E0, 2A and 04. RGB value is (224,42,4). Sum of RGB (Red+Green+Blue) = 224+42+4=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02A04 is #1FD5FB. Grayscale: #5C5C5C. Windows color (decimal): -2086396 or 273120. OLE color: 273120.
HSL color Cylindrical-coordinate representation of color #E02A04: hue angle of 10.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E02A04 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.12 |
| HSL | 10.36º | 0.96% | 0.45% | - |
| HSV(B) | 10.36º | 0.98% | 0.88% | - |
| XYZ | 31.59 | 17.51 | 1.83 | - |
| YUV | 92.09 | 78.3 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 4 | 0 | 0.81 | 0.98 | 0.12 | 10.36 | 0.96 | 0.45 |
| Hex | E0 | 2A | 4 | 0 | 51 | 62 | C | A | 60 | 2D |
| Octal | 340 | 52 | 4 | 0 | 121 | 142 | 14 | 12 | 140 | 55 |
| Binary | 11100000 | 101010 | 100 | 0 | 1010001 | 1100010 | 1100 | 1010 | 1100000 | 101101 |
Color Harmonies of #E02A04
Complementary color
Monochromatic Colors of #E02A04
Black with #E02A04
Text Example
Text Example
White with #E02A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A04; }
p { color: rgb(224,42,4); }
H1.HeaderClassName
{
color: #E02A04;
}
.AnyTagClassName
{
color: #E02A04;
}
</style>
background-color css
<style>
a { background-color: #E02A04; }
a { background-color: rgb(224,42,4); }
div.DivClassName
{
background-color: #E02A04;
}
.BgClassName
{
background-color: #E02A04;
}
</style>
border-color css
<style>
span { border-color: #E02A04; }
span { border-color: rgb(224,42,4); }
td.TdClassName
{
border-color: #E02A04;
}
.TagClassName
{
border-color: #E02A04;
}
</style>