Html Css Color HEX #E2321B Harley Davidson Orange
📋 copy color: '#E2321B'red 226 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #E2321B
Tints of Harley Davidson Orange #E2321B
RGB
CMYK
RGB Variations
Color information
#E2321B (or 0xE2321B) is known color: Harley Davidson Orange. HEX triplet: E2, 32 and 1B. RGB value is (226,50,27). Sum of RGB (Red+Green+Blue) = 226+50+27=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E2321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2321B is #1DCDE4. Grayscale: #646464. Windows color (decimal): -1953253 or 1782498. OLE color: 1782498.
HSL color Cylindrical-coordinate representation of color #E2321B: hue angle of 6.93º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2321B is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 27 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.11 |
| HSL | 6.93º | 0.79% | 0.5% | - |
| HSV(B) | 6.93º | 0.88% | 0.89% | - |
| XYZ | 32.7 | 18.53 | 2.89 | - |
| YUV | 100 | 86.81 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 27 | 0 | 0.78 | 0.88 | 0.11 | 6.93 | 0.79 | 0.5 |
| Hex | E2 | 32 | 1B | 0 | 4E | 58 | B | 7 | 4F | 32 |
| Octal | 342 | 62 | 33 | 0 | 116 | 130 | 13 | 7 | 117 | 62 |
| Binary | 11100010 | 110010 | 11011 | 0 | 1001110 | 1011000 | 1011 | 111 | 1001111 | 110010 |
Color Harmonies of #E2321B
Complementary color
Monochromatic Colors of #E2321B
Black with #E2321B
Text Example
Text Example
White with #E2321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2321B; }
p { color: rgb(226,50,27); }
H1.HeaderClassName
{
color: #E2321B;
}
.AnyTagClassName
{
color: #E2321B;
}
</style>
background-color css
<style>
a { background-color: #E2321B; }
a { background-color: rgb(226,50,27); }
div.DivClassName
{
background-color: #E2321B;
}
.BgClassName
{
background-color: #E2321B;
}
</style>
border-color css
<style>
span { border-color: #E2321B; }
span { border-color: rgb(226,50,27); }
td.TdClassName
{
border-color: #E2321B;
}
.TagClassName
{
border-color: #E2321B;
}
</style>