Shades of Cinnabar #E53232
Tints of Cinnabar #E53232
RGB
CMYK
RGB Variations
Color information
#E53232 (or 0xE53232) is known color: Cinnabar. HEX triplet: E5, 32 and 32. RGB value is (229,50,50). Sum of RGB (Red+Green+Blue) = 229+50+50=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E53232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53232 is #1ACDCD. Grayscale: #676767. Windows color (decimal): -1756622 or 3289829. OLE color: 3289829.
HSL color Cylindrical-coordinate representation of color #E53232: hue angle of 0º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E53232 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 50 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.10 |
| HSL | 0º | 0.77% | 0.55% | - |
| HSV(B) | 0º | 0.78% | 0.9% | - |
| XYZ | 34.03 | 19.17 | 4.92 | - |
| YUV | 103.52 | 97.8 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 50 | 0 | 0.78 | 0.78 | 0.10 | 0 | 0.77 | 0.55 |
| Hex | E5 | 32 | 32 | 0 | 4E | 4E | A | 0 | 4D | 37 |
| Octal | 345 | 62 | 62 | 0 | 116 | 116 | 12 | 0 | 115 | 67 |
| Binary | 11100101 | 110010 | 110010 | 0 | 1001110 | 1001110 | 1010 | 0 | 1001101 | 110111 |
Color Harmonies of #E53232
Complementary color
Monochromatic Colors of #E53232
Black with #E53232
Text Example
Text Example
White with #E53232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53232; }
p { color: rgb(229,50,50); }
H1.HeaderClassName
{
color: #E53232;
}
.AnyTagClassName
{
color: #E53232;
}
</style>
background-color css
<style>
a { background-color: #E53232; }
a { background-color: rgb(229,50,50); }
div.DivClassName
{
background-color: #E53232;
}
.BgClassName
{
background-color: #E53232;
}
</style>
border-color css
<style>
span { border-color: #E53232; }
span { border-color: rgb(229,50,50); }
td.TdClassName
{
border-color: #E53232;
}
.TagClassName
{
border-color: #E53232;
}
</style>