Html Css Color HEX #E02A1B Harley Davidson Orange
📋 copy color: '#E02A1B'red 224 ◦ green 42 ◦ blue 27
Shades of Harley Davidson Orange #E02A1B
Tints of Harley Davidson Orange #E02A1B
RGB
CMYK
RGB Variations
Color information
#E02A1B (or 0xE02A1B) is known color: Harley Davidson Orange. HEX triplet: E0, 2A and 1B. RGB value is (224,42,27). Sum of RGB (Red+Green+Blue) = 224+42+27=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A1B is #1FD5E4. Grayscale: #5E5E5E. Windows color (decimal): -2086373 or 1780448. OLE color: 1780448.
HSL color Cylindrical-coordinate representation of color #E02A1B: hue angle of 4.57º 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 #E02A1B is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 27 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.12 |
| HSL | 4.57º | 0.78% | 0.49% | - |
| HSV(B) | 4.57º | 0.88% | 0.88% | - |
| XYZ | 31.77 | 17.58 | 2.76 | - |
| YUV | 94.71 | 89.8 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 27 | 0 | 0.81 | 0.88 | 0.12 | 4.57 | 0.78 | 0.49 |
| Hex | E0 | 2A | 1B | 0 | 51 | 58 | C | 5 | 4E | 31 |
| Octal | 340 | 52 | 33 | 0 | 121 | 130 | 14 | 5 | 116 | 61 |
| Binary | 11100000 | 101010 | 11011 | 0 | 1010001 | 1011000 | 1100 | 101 | 1001110 | 110001 |
Color Harmonies of #E02A1B
Complementary color
Monochromatic Colors of #E02A1B
Black with #E02A1B
Text Example
Text Example
White with #E02A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A1B; }
p { color: rgb(224,42,27); }
H1.HeaderClassName
{
color: #E02A1B;
}
.AnyTagClassName
{
color: #E02A1B;
}
</style>
background-color css
<style>
a { background-color: #E02A1B; }
a { background-color: rgb(224,42,27); }
div.DivClassName
{
background-color: #E02A1B;
}
.BgClassName
{
background-color: #E02A1B;
}
</style>
border-color css
<style>
span { border-color: #E02A1B; }
span { border-color: rgb(224,42,27); }
td.TdClassName
{
border-color: #E02A1B;
}
.TagClassName
{
border-color: #E02A1B;
}
</style>