Shades of Cinnabar #E0522E
Tints of Cinnabar #E0522E
RGB
CMYK
RGB Variations
Color information
#E0522E (or 0xE0522E) is known color: Cinnabar. HEX triplet: E0, 52 and 2E. RGB value is (224,82,46). Sum of RGB (Red+Green+Blue) = 224+82+46=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0522E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0522E is #1FADD1. Grayscale: #787878. Windows color (decimal): -2076114 or 3035872. OLE color: 3035872.
HSL color Cylindrical-coordinate representation of color #E0522E: hue angle of 12.13º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0522E is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 46 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.12 |
| HSL | 12.13º | 0.74% | 0.53% | - |
| HSV(B) | 12.13º | 0.79% | 0.88% | - |
| XYZ | 34.25 | 22.08 | 5.04 | - |
| YUV | 120.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 46 | 0 | 0.63 | 0.79 | 0.12 | 12.13 | 0.74 | 0.53 |
| Hex | E0 | 52 | 2E | 0 | 3F | 4F | C | C | 4A | 35 |
| Octal | 340 | 122 | 56 | 0 | 77 | 117 | 14 | 14 | 112 | 65 |
| Binary | 11100000 | 1010010 | 101110 | 0 | 111111 | 1001111 | 1100 | 1100 | 1001010 | 110101 |
Color Harmonies of #E0522E
Complementary color
Monochromatic Colors of #E0522E
Black with #E0522E
Text Example
Text Example
White with #E0522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0522E; }
p { color: rgb(224,82,46); }
H1.HeaderClassName
{
color: #E0522E;
}
.AnyTagClassName
{
color: #E0522E;
}
</style>
background-color css
<style>
a { background-color: #E0522E; }
a { background-color: rgb(224,82,46); }
div.DivClassName
{
background-color: #E0522E;
}
.BgClassName
{
background-color: #E0522E;
}
</style>
border-color css
<style>
span { border-color: #E0522E; }
span { border-color: rgb(224,82,46); }
td.TdClassName
{
border-color: #E0522E;
}
.TagClassName
{
border-color: #E0522E;
}
</style>