Shades of Cinnabar #E53432
Tints of Cinnabar #E53432
RGB
CMYK
RGB Variations
Color information
#E53432 (or 0xE53432) is known color: Cinnabar. HEX triplet: E5, 34 and 32. RGB value is (229,52,50). Sum of RGB (Red+Green+Blue) = 229+52+50=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E53432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53432 is #1ACBCD. Grayscale: #686868. Windows color (decimal): -1756110 or 3290341. OLE color: 3290341.
HSL color Cylindrical-coordinate representation of color #E53432: hue angle of 0.67º 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 #E53432 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 50 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.10 |
| HSL | 0.67º | 0.77% | 0.55% | - |
| HSV(B) | 0.67º | 0.78% | 0.9% | - |
| XYZ | 34.12 | 19.34 | 4.95 | - |
| YUV | 104.7 | 97.14 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 50 | 0 | 0.77 | 0.78 | 0.10 | 0.67 | 0.77 | 0.55 |
| Hex | E5 | 34 | 32 | 0 | 4D | 4E | A | 1 | 4D | 37 |
| Octal | 345 | 64 | 62 | 0 | 115 | 116 | 12 | 1 | 115 | 67 |
| Binary | 11100101 | 110100 | 110010 | 0 | 1001101 | 1001110 | 1010 | 1 | 1001101 | 110111 |
Color Harmonies of #E53432
Complementary color
Monochromatic Colors of #E53432
Black with #E53432
Text Example
Text Example
White with #E53432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53432; }
p { color: rgb(229,52,50); }
H1.HeaderClassName
{
color: #E53432;
}
.AnyTagClassName
{
color: #E53432;
}
</style>
background-color css
<style>
a { background-color: #E53432; }
a { background-color: rgb(229,52,50); }
div.DivClassName
{
background-color: #E53432;
}
.BgClassName
{
background-color: #E53432;
}
</style>
border-color css
<style>
span { border-color: #E53432; }
span { border-color: rgb(229,52,50); }
td.TdClassName
{
border-color: #E53432;
}
.TagClassName
{
border-color: #E53432;
}
</style>