Html Css Color HEX #E2321A Harley Davidson Orange
📋 copy color: '#E2321A'red 226 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #E2321A
Tints of Harley Davidson Orange #E2321A
RGB
CMYK
RGB Variations
Color information
#E2321A (or 0xE2321A) is known color: Harley Davidson Orange. HEX triplet: E2, 32 and 1A. RGB value is (226,50,26). Sum of RGB (Red+Green+Blue) = 226+50+26=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E2321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2321A is #1DCDE5. Grayscale: #646464. Windows color (decimal): -1953254 or 1716962. OLE color: 1716962.
HSL color Cylindrical-coordinate representation of color #E2321A: hue angle of 7.2º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2321A is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 26 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.11 |
| HSL | 7.2º | 0.79% | 0.49% | - |
| HSV(B) | 7.2º | 0.88% | 0.89% | - |
| XYZ | 32.69 | 18.52 | 2.83 | - |
| YUV | 99.89 | 86.31 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 26 | 0 | 0.78 | 0.88 | 0.11 | 7.2 | 0.79 | 0.49 |
| Hex | E2 | 32 | 1A | 0 | 4E | 58 | B | 7 | 4F | 31 |
| Octal | 342 | 62 | 32 | 0 | 116 | 130 | 13 | 7 | 117 | 61 |
| Binary | 11100010 | 110010 | 11010 | 0 | 1001110 | 1011000 | 1011 | 111 | 1001111 | 110001 |
Color Harmonies of #E2321A
Complementary color
Monochromatic Colors of #E2321A
Black with #E2321A
Text Example
Text Example
White with #E2321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2321A; }
p { color: rgb(226,50,26); }
H1.HeaderClassName
{
color: #E2321A;
}
.AnyTagClassName
{
color: #E2321A;
}
</style>
background-color css
<style>
a { background-color: #E2321A; }
a { background-color: rgb(226,50,26); }
div.DivClassName
{
background-color: #E2321A;
}
.BgClassName
{
background-color: #E2321A;
}
</style>
border-color css
<style>
span { border-color: #E2321A; }
span { border-color: rgb(226,50,26); }
td.TdClassName
{
border-color: #E2321A;
}
.TagClassName
{
border-color: #E2321A;
}
</style>