Html Css Color HEX #E0321A Harley Davidson Orange
📋 copy color: '#E0321A'red 224 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #E0321A
Tints of Harley Davidson Orange #E0321A
RGB
CMYK
RGB Variations
Color information
#E0321A (or 0xE0321A) is known color: Harley Davidson Orange. HEX triplet: E0, 32 and 1A. RGB value is (224,50,26). Sum of RGB (Red+Green+Blue) = 224+50+26=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E0321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0321A is #1FCDE5. Grayscale: #636363. Windows color (decimal): -2084326 or 1716960. OLE color: 1716960.
HSL color Cylindrical-coordinate representation of color #E0321A: hue angle of 7.27º degrees, saturation: 0.79, 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 #E0321A is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 26 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.12 |
| HSL | 7.27º | 0.79% | 0.49% | - |
| HSV(B) | 7.27º | 0.88% | 0.88% | - |
| XYZ | 32.07 | 18.2 | 2.8 | - |
| YUV | 99.29 | 86.65 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 26 | 0 | 0.78 | 0.88 | 0.12 | 7.27 | 0.79 | 0.49 |
| Hex | E0 | 32 | 1A | 0 | 4E | 58 | C | 7 | 4F | 31 |
| Octal | 340 | 62 | 32 | 0 | 116 | 130 | 14 | 7 | 117 | 61 |
| Binary | 11100000 | 110010 | 11010 | 0 | 1001110 | 1011000 | 1100 | 111 | 1001111 | 110001 |
Color Harmonies of #E0321A
Complementary color
Monochromatic Colors of #E0321A
Black with #E0321A
Text Example
Text Example
White with #E0321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0321A; }
p { color: rgb(224,50,26); }
H1.HeaderClassName
{
color: #E0321A;
}
.AnyTagClassName
{
color: #E0321A;
}
</style>
background-color css
<style>
a { background-color: #E0321A; }
a { background-color: rgb(224,50,26); }
div.DivClassName
{
background-color: #E0321A;
}
.BgClassName
{
background-color: #E0321A;
}
</style>
border-color css
<style>
span { border-color: #E0321A; }
span { border-color: rgb(224,50,26); }
td.TdClassName
{
border-color: #E0321A;
}
.TagClassName
{
border-color: #E0321A;
}
</style>