Shades of Cinnabar #E53734
Tints of Cinnabar #E53734
RGB
CMYK
RGB Variations
Color information
#E53734 (or 0xE53734) is known color: Cinnabar. HEX triplet: E5, 37 and 34. RGB value is (229,55,52). Sum of RGB (Red+Green+Blue) = 229+55+52=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E53734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53734 is #1AC8CB. Grayscale: #6A6A6A. Windows color (decimal): -1755340 or 3422181. OLE color: 3422181.
HSL color Cylindrical-coordinate representation of color #E53734: hue angle of 1.02º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53734 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 52 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.10 |
| HSL | 1.02º | 0.77% | 0.55% | - |
| HSV(B) | 1.02º | 0.77% | 0.9% | - |
| XYZ | 34.3 | 19.64 | 5.23 | - |
| YUV | 106.68 | 97.15 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 52 | 0 | 0.76 | 0.77 | 0.10 | 1.02 | 0.77 | 0.55 |
| Hex | E5 | 37 | 34 | 0 | 4C | 4D | A | 1 | 4D | 37 |
| Octal | 345 | 67 | 64 | 0 | 114 | 115 | 12 | 1 | 115 | 67 |
| Binary | 11100101 | 110111 | 110100 | 0 | 1001100 | 1001101 | 1010 | 1 | 1001101 | 110111 |
Color Harmonies of #E53734
Complementary color
Monochromatic Colors of #E53734
Black with #E53734
Text Example
Text Example
White with #E53734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53734; }
p { color: rgb(229,55,52); }
H1.HeaderClassName
{
color: #E53734;
}
.AnyTagClassName
{
color: #E53734;
}
</style>
background-color css
<style>
a { background-color: #E53734; }
a { background-color: rgb(229,55,52); }
div.DivClassName
{
background-color: #E53734;
}
.BgClassName
{
background-color: #E53734;
}
</style>
border-color css
<style>
span { border-color: #E53734; }
span { border-color: rgb(229,55,52); }
td.TdClassName
{
border-color: #E53734;
}
.TagClassName
{
border-color: #E53734;
}
</style>