Shades of Cinnabar #E3522D
Tints of Cinnabar #E3522D
RGB
CMYK
RGB Variations
Color information
#E3522D (or 0xE3522D) is known color: Cinnabar. HEX triplet: E3, 52 and 2D. RGB value is (227,82,45). Sum of RGB (Red+Green+Blue) = 227+82+45=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3522D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3522D is #1CADD2. Grayscale: #797979. Windows color (decimal): -1879507 or 2970339. OLE color: 2970339.
HSL color Cylindrical-coordinate representation of color #E3522D: hue angle of 12.2º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3522D is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 45 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.11 |
| HSL | 12.2º | 0.76% | 0.53% | - |
| HSV(B) | 12.2º | 0.8% | 0.89% | - |
| XYZ | 35.17 | 22.55 | 4.98 | - |
| YUV | 121.14 | 85.04 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 45 | 0 | 0.64 | 0.80 | 0.11 | 12.2 | 0.76 | 0.53 |
| Hex | E3 | 52 | 2D | 0 | 40 | 50 | B | C | 4C | 35 |
| Octal | 343 | 122 | 55 | 0 | 100 | 120 | 13 | 14 | 114 | 65 |
| Binary | 11100011 | 1010010 | 101101 | 0 | 1000000 | 1010000 | 1011 | 1100 | 1001100 | 110101 |
Color Harmonies of #E3522D
Complementary color
Monochromatic Colors of #E3522D
Black with #E3522D
Text Example
Text Example
White with #E3522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3522D; }
p { color: rgb(227,82,45); }
H1.HeaderClassName
{
color: #E3522D;
}
.AnyTagClassName
{
color: #E3522D;
}
</style>
background-color css
<style>
a { background-color: #E3522D; }
a { background-color: rgb(227,82,45); }
div.DivClassName
{
background-color: #E3522D;
}
.BgClassName
{
background-color: #E3522D;
}
</style>
border-color css
<style>
span { border-color: #E3522D; }
span { border-color: rgb(227,82,45); }
td.TdClassName
{
border-color: #E3522D;
}
.TagClassName
{
border-color: #E3522D;
}
</style>