Shades of West Side #E0812D
Tints of West Side #E0812D
RGB
CMYK
RGB Variations
Color information
#E0812D (or 0xE0812D) is known color: West Side. HEX triplet: E0, 81 and 2D. RGB value is (224,129,45). Sum of RGB (Red+Green+Blue) = 224+129+45=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0812D is #1F7ED2. Grayscale: #949494. Windows color (decimal): -2064083 or 2982368. OLE color: 2982368.
HSL color Cylindrical-coordinate representation of color #E0812D: hue angle of 28.16º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0812D is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 45 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.12 |
| HSL | 28.16º | 0.74% | 0.53% | - |
| HSV(B) | 28.16º | 0.8% | 0.88% | - |
| XYZ | 39.06 | 31.74 | 6.55 | - |
| YUV | 147.83 | 69.97 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 45 | 0 | 0.42 | 0.80 | 0.12 | 28.16 | 0.74 | 0.53 |
| Hex | E0 | 81 | 2D | 0 | 2A | 50 | C | 1C | 4A | 35 |
| Octal | 340 | 201 | 55 | 0 | 52 | 120 | 14 | 34 | 112 | 65 |
| Binary | 11100000 | 10000001 | 101101 | 0 | 101010 | 1010000 | 1100 | 11100 | 1001010 | 110101 |
Color Harmonies of #E0812D
Complementary color
Monochromatic Colors of #E0812D
Black with #E0812D
Text Example
Text Example
White with #E0812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0812D; }
p { color: rgb(224,129,45); }
H1.HeaderClassName
{
color: #E0812D;
}
.AnyTagClassName
{
color: #E0812D;
}
</style>
background-color css
<style>
a { background-color: #E0812D; }
a { background-color: rgb(224,129,45); }
div.DivClassName
{
background-color: #E0812D;
}
.BgClassName
{
background-color: #E0812D;
}
</style>
border-color css
<style>
span { border-color: #E0812D; }
span { border-color: rgb(224,129,45); }
td.TdClassName
{
border-color: #E0812D;
}
.TagClassName
{
border-color: #E0812D;
}
</style>