Shades of West Side #E1812B
Tints of West Side #E1812B
RGB
CMYK
RGB Variations
Color information
#E1812B (or 0xE1812B) is known color: West Side. HEX triplet: E1, 81 and 2B. RGB value is (225,129,43). Sum of RGB (Red+Green+Blue) = 225+129+43=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E1812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1812B is #1E7ED4. Grayscale: #949494. Windows color (decimal): -1998549 or 2851297. OLE color: 2851297.
HSL color Cylindrical-coordinate representation of color #E1812B: hue angle of 28.35º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1812B is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 43 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.12 |
| HSL | 28.35º | 0.75% | 0.53% | - |
| HSV(B) | 28.35º | 0.81% | 0.88% | - |
| XYZ | 39.34 | 31.88 | 6.37 | - |
| YUV | 147.9 | 68.8 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 43 | 0 | 0.43 | 0.81 | 0.12 | 28.35 | 0.75 | 0.53 |
| Hex | E1 | 81 | 2B | 0 | 2B | 51 | C | 1C | 4B | 35 |
| Octal | 341 | 201 | 53 | 0 | 53 | 121 | 14 | 34 | 113 | 65 |
| Binary | 11100001 | 10000001 | 101011 | 0 | 101011 | 1010001 | 1100 | 11100 | 1001011 | 110101 |
Color Harmonies of #E1812B
Complementary color
Monochromatic Colors of #E1812B
Black with #E1812B
Text Example
Text Example
White with #E1812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1812B; }
p { color: rgb(225,129,43); }
H1.HeaderClassName
{
color: #E1812B;
}
.AnyTagClassName
{
color: #E1812B;
}
</style>
background-color css
<style>
a { background-color: #E1812B; }
a { background-color: rgb(225,129,43); }
div.DivClassName
{
background-color: #E1812B;
}
.BgClassName
{
background-color: #E1812B;
}
</style>
border-color css
<style>
span { border-color: #E1812B; }
span { border-color: rgb(225,129,43); }
td.TdClassName
{
border-color: #E1812B;
}
.TagClassName
{
border-color: #E1812B;
}
</style>