Shades of Cinnabar #E53231
Tints of Cinnabar #E53231
RGB
CMYK
RGB Variations
Color information
#E53231 (or 0xE53231) is known color: Cinnabar. HEX triplet: E5, 32 and 31. RGB value is (229,50,49). Sum of RGB (Red+Green+Blue) = 229+50+49=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E53231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53231 is #1ACDCE. Grayscale: #676767. Windows color (decimal): -1756623 or 3224293. OLE color: 3224293.
HSL color Cylindrical-coordinate representation of color #E53231: hue angle of 0.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53231 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 49 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.10 |
| HSL | 0.33º | 0.78% | 0.55% | - |
| HSV(B) | 0.33º | 0.79% | 0.9% | - |
| XYZ | 34.01 | 19.16 | 4.81 | - |
| YUV | 103.41 | 97.3 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 49 | 0 | 0.78 | 0.79 | 0.10 | 0.33 | 0.78 | 0.55 |
| Hex | E5 | 32 | 31 | 0 | 4E | 4F | A | 0 | 4E | 37 |
| Octal | 345 | 62 | 61 | 0 | 116 | 117 | 12 | 0 | 116 | 67 |
| Binary | 11100101 | 110010 | 110001 | 0 | 1001110 | 1001111 | 1010 | 0 | 1001110 | 110111 |
Color Harmonies of #E53231
Complementary color
Monochromatic Colors of #E53231
Black with #E53231
Text Example
Text Example
White with #E53231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53231; }
p { color: rgb(229,50,49); }
H1.HeaderClassName
{
color: #E53231;
}
.AnyTagClassName
{
color: #E53231;
}
</style>
background-color css
<style>
a { background-color: #E53231; }
a { background-color: rgb(229,50,49); }
div.DivClassName
{
background-color: #E53231;
}
.BgClassName
{
background-color: #E53231;
}
</style>
border-color css
<style>
span { border-color: #E53231; }
span { border-color: rgb(229,50,49); }
td.TdClassName
{
border-color: #E53231;
}
.TagClassName
{
border-color: #E53231;
}
</style>