Shades of Cinnabar #E3532B
Tints of Cinnabar #E3532B
RGB
CMYK
RGB Variations
Color information
#E3532B (or 0xE3532B) is known color: Cinnabar. HEX triplet: E3, 53 and 2B. RGB value is (227,83,43). Sum of RGB (Red+Green+Blue) = 227+83+43=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3532B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3532B is #1CACD4. Grayscale: #797979. Windows color (decimal): -1879253 or 2839523. OLE color: 2839523.
HSL color Cylindrical-coordinate representation of color #E3532B: hue angle of 13.04º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3532B is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 43 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.11 |
| HSL | 13.04º | 0.77% | 0.53% | - |
| HSV(B) | 13.04º | 0.81% | 0.89% | - |
| XYZ | 35.21 | 22.69 | 4.81 | - |
| YUV | 121.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 43 | 0 | 0.63 | 0.81 | 0.11 | 13.04 | 0.77 | 0.53 |
| Hex | E3 | 53 | 2B | 0 | 3F | 51 | B | D | 4D | 35 |
| Octal | 343 | 123 | 53 | 0 | 77 | 121 | 13 | 15 | 115 | 65 |
| Binary | 11100011 | 1010011 | 101011 | 0 | 111111 | 1010001 | 1011 | 1101 | 1001101 | 110101 |
Color Harmonies of #E3532B
Complementary color
Monochromatic Colors of #E3532B
Black with #E3532B
Text Example
Text Example
White with #E3532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3532B; }
p { color: rgb(227,83,43); }
H1.HeaderClassName
{
color: #E3532B;
}
.AnyTagClassName
{
color: #E3532B;
}
</style>
background-color css
<style>
a { background-color: #E3532B; }
a { background-color: rgb(227,83,43); }
div.DivClassName
{
background-color: #E3532B;
}
.BgClassName
{
background-color: #E3532B;
}
</style>
border-color css
<style>
span { border-color: #E3532B; }
span { border-color: rgb(227,83,43); }
td.TdClassName
{
border-color: #E3532B;
}
.TagClassName
{
border-color: #E3532B;
}
</style>