Shades of Cinnabar #E0522D
Tints of Cinnabar #E0522D
RGB
CMYK
RGB Variations
Color information
#E0522D (or 0xE0522D) is known color: Cinnabar. HEX triplet: E0, 52 and 2D. RGB value is (224,82,45). Sum of RGB (Red+Green+Blue) = 224+82+45=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0522D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0522D is #1FADD2. Grayscale: #787878. Windows color (decimal): -2076115 or 2970336. OLE color: 2970336.
HSL color Cylindrical-coordinate representation of color #E0522D: hue angle of 12.4º 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 #E0522D is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 45 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.12 |
| HSL | 12.4º | 0.74% | 0.53% | - |
| HSV(B) | 12.4º | 0.8% | 0.88% | - |
| XYZ | 34.23 | 22.07 | 4.94 | - |
| YUV | 120.24 | 85.54 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 45 | 0 | 0.63 | 0.80 | 0.12 | 12.4 | 0.74 | 0.53 |
| Hex | E0 | 52 | 2D | 0 | 3F | 50 | C | C | 4A | 35 |
| Octal | 340 | 122 | 55 | 0 | 77 | 120 | 14 | 14 | 112 | 65 |
| Binary | 11100000 | 1010010 | 101101 | 0 | 111111 | 1010000 | 1100 | 1100 | 1001010 | 110101 |
Color Harmonies of #E0522D
Complementary color
Monochromatic Colors of #E0522D
Black with #E0522D
Text Example
Text Example
White with #E0522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0522D; }
p { color: rgb(224,82,45); }
H1.HeaderClassName
{
color: #E0522D;
}
.AnyTagClassName
{
color: #E0522D;
}
</style>
background-color css
<style>
a { background-color: #E0522D; }
a { background-color: rgb(224,82,45); }
div.DivClassName
{
background-color: #E0522D;
}
.BgClassName
{
background-color: #E0522D;
}
</style>
border-color css
<style>
span { border-color: #E0522D; }
span { border-color: rgb(224,82,45); }
td.TdClassName
{
border-color: #E0522D;
}
.TagClassName
{
border-color: #E0522D;
}
</style>