Shades of West Side #E1822B
Tints of West Side #E1822B
RGB
CMYK
RGB Variations
Color information
#E1822B (or 0xE1822B) is known color: West Side. HEX triplet: E1, 82 and 2B. RGB value is (225,130,43). Sum of RGB (Red+Green+Blue) = 225+130+43=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1822B is #1E7DD4. Grayscale: #949494. Windows color (decimal): -1998293 or 2851553. OLE color: 2851553.
HSL color Cylindrical-coordinate representation of color #E1822B: hue angle of 28.68º 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 #E1822B is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 43 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.12 |
| HSL | 28.68º | 0.75% | 0.53% | - |
| HSV(B) | 28.68º | 0.81% | 0.88% | - |
| XYZ | 39.47 | 32.15 | 6.41 | - |
| YUV | 148.49 | 68.47 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 43 | 0 | 0.42 | 0.81 | 0.12 | 28.68 | 0.75 | 0.53 |
| Hex | E1 | 82 | 2B | 0 | 2A | 51 | C | 1D | 4B | 35 |
| Octal | 341 | 202 | 53 | 0 | 52 | 121 | 14 | 35 | 113 | 65 |
| Binary | 11100001 | 10000010 | 101011 | 0 | 101010 | 1010001 | 1100 | 11101 | 1001011 | 110101 |
Color Harmonies of #E1822B
Complementary color
Monochromatic Colors of #E1822B
Black with #E1822B
Text Example
Text Example
White with #E1822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1822B; }
p { color: rgb(225,130,43); }
H1.HeaderClassName
{
color: #E1822B;
}
.AnyTagClassName
{
color: #E1822B;
}
</style>
background-color css
<style>
a { background-color: #E1822B; }
a { background-color: rgb(225,130,43); }
div.DivClassName
{
background-color: #E1822B;
}
.BgClassName
{
background-color: #E1822B;
}
</style>
border-color css
<style>
span { border-color: #E1822B; }
span { border-color: rgb(225,130,43); }
td.TdClassName
{
border-color: #E1822B;
}
.TagClassName
{
border-color: #E1822B;
}
</style>