Shades of West Side #E0832A
Tints of West Side #E0832A
RGB
CMYK
RGB Variations
Color information
#E0832A (or 0xE0832A) is known color: West Side. HEX triplet: E0, 83 and 2A. RGB value is (224,131,42). Sum of RGB (Red+Green+Blue) = 224+131+42=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0832A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0832A is #1F7CD5. Grayscale: #959595. Windows color (decimal): -2063574 or 2786272. OLE color: 2786272.
HSL color Cylindrical-coordinate representation of color #E0832A: hue angle of 29.34º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0832A is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 42 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.12 |
| HSL | 29.34º | 0.75% | 0.52% | - |
| HSV(B) | 29.34º | 0.81% | 0.88% | - |
| XYZ | 39.27 | 32.25 | 6.34 | - |
| YUV | 148.66 | 67.81 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 42 | 0 | 0.42 | 0.81 | 0.12 | 29.34 | 0.75 | 0.52 |
| Hex | E0 | 83 | 2A | 0 | 2A | 51 | C | 1D | 4B | 34 |
| Octal | 340 | 203 | 52 | 0 | 52 | 121 | 14 | 35 | 113 | 64 |
| Binary | 11100000 | 10000011 | 101010 | 0 | 101010 | 1010001 | 1100 | 11101 | 1001011 | 110100 |
Color Harmonies of #E0832A
Complementary color
Monochromatic Colors of #E0832A
Black with #E0832A
Text Example
Text Example
White with #E0832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0832A; }
p { color: rgb(224,131,42); }
H1.HeaderClassName
{
color: #E0832A;
}
.AnyTagClassName
{
color: #E0832A;
}
</style>
background-color css
<style>
a { background-color: #E0832A; }
a { background-color: rgb(224,131,42); }
div.DivClassName
{
background-color: #E0832A;
}
.BgClassName
{
background-color: #E0832A;
}
</style>
border-color css
<style>
span { border-color: #E0832A; }
span { border-color: rgb(224,131,42); }
td.TdClassName
{
border-color: #E0832A;
}
.TagClassName
{
border-color: #E0832A;
}
</style>