Shades of Cinnabar #E3522F
Tints of Cinnabar #E3522F
RGB
CMYK
RGB Variations
Color information
#E3522F (or 0xE3522F) is known color: Cinnabar. HEX triplet: E3, 52 and 2F. RGB value is (227,82,47). Sum of RGB (Red+Green+Blue) = 227+82+47=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E3522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3522F is #1CADD0. Grayscale: #797979. Windows color (decimal): -1879505 or 3101411. OLE color: 3101411.
HSL color Cylindrical-coordinate representation of color #E3522F: hue angle of 11.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3522F is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 47 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.11 |
| HSL | 11.67º | 0.76% | 0.54% | - |
| HSV(B) | 11.67º | 0.79% | 0.89% | - |
| XYZ | 35.21 | 22.57 | 5.19 | - |
| YUV | 121.37 | 86.04 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 47 | 0 | 0.64 | 0.79 | 0.11 | 11.67 | 0.76 | 0.54 |
| Hex | E3 | 52 | 2F | 0 | 40 | 4F | B | C | 4C | 36 |
| Octal | 343 | 122 | 57 | 0 | 100 | 117 | 13 | 14 | 114 | 66 |
| Binary | 11100011 | 1010010 | 101111 | 0 | 1000000 | 1001111 | 1011 | 1100 | 1001100 | 110110 |
Color Harmonies of #E3522F
Complementary color
Monochromatic Colors of #E3522F
Black with #E3522F
Text Example
Text Example
White with #E3522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3522F; }
p { color: rgb(227,82,47); }
H1.HeaderClassName
{
color: #E3522F;
}
.AnyTagClassName
{
color: #E3522F;
}
</style>
background-color css
<style>
a { background-color: #E3522F; }
a { background-color: rgb(227,82,47); }
div.DivClassName
{
background-color: #E3522F;
}
.BgClassName
{
background-color: #E3522F;
}
</style>
border-color css
<style>
span { border-color: #E3522F; }
span { border-color: rgb(227,82,47); }
td.TdClassName
{
border-color: #E3522F;
}
.TagClassName
{
border-color: #E3522F;
}
</style>