Html Css Color HEX #E02A1C Harley Davidson Orange
📋 copy color: '#E02A1C'red 224 ◦ green 42 ◦ blue 28
Shades of Harley Davidson Orange #E02A1C
Tints of Harley Davidson Orange #E02A1C
RGB
CMYK
RGB Variations
Color information
#E02A1C (or 0xE02A1C) is known color: Harley Davidson Orange. HEX triplet: E0, 2A and 1C. RGB value is (224,42,28). Sum of RGB (Red+Green+Blue) = 224+42+28=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A1C is #1FD5E3. Grayscale: #5F5F5F. Windows color (decimal): -2086372 or 1845984. OLE color: 1845984.
HSL color Cylindrical-coordinate representation of color #E02A1C: hue angle of 4.29º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E02A1C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 28 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.12 |
| HSL | 4.29º | 0.78% | 0.49% | - |
| HSV(B) | 4.29º | 0.88% | 0.88% | - |
| XYZ | 31.78 | 17.59 | 2.82 | - |
| YUV | 94.82 | 90.3 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 28 | 0 | 0.81 | 0.88 | 0.12 | 4.29 | 0.78 | 0.49 |
| Hex | E0 | 2A | 1C | 0 | 51 | 58 | C | 4 | 4E | 31 |
| Octal | 340 | 52 | 34 | 0 | 121 | 130 | 14 | 4 | 116 | 61 |
| Binary | 11100000 | 101010 | 11100 | 0 | 1010001 | 1011000 | 1100 | 100 | 1001110 | 110001 |
Color Harmonies of #E02A1C
Complementary color
Monochromatic Colors of #E02A1C
Black with #E02A1C
Text Example
Text Example
White with #E02A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A1C; }
p { color: rgb(224,42,28); }
H1.HeaderClassName
{
color: #E02A1C;
}
.AnyTagClassName
{
color: #E02A1C;
}
</style>
background-color css
<style>
a { background-color: #E02A1C; }
a { background-color: rgb(224,42,28); }
div.DivClassName
{
background-color: #E02A1C;
}
.BgClassName
{
background-color: #E02A1C;
}
</style>
border-color css
<style>
span { border-color: #E02A1C; }
span { border-color: rgb(224,42,28); }
td.TdClassName
{
border-color: #E02A1C;
}
.TagClassName
{
border-color: #E02A1C;
}
</style>