Shades of Cinnabar #E53C34
Tints of Cinnabar #E53C34
RGB
CMYK
RGB Variations
Color information
#E53C34 (or 0xE53C34) is known color: Cinnabar. HEX triplet: E5, 3C and 34. RGB value is (229,60,52). Sum of RGB (Red+Green+Blue) = 229+60+52=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53C34 is #1AC3CB. Grayscale: #6D6D6D. Windows color (decimal): -1754060 or 3423461. OLE color: 3423461.
HSL color Cylindrical-coordinate representation of color #E53C34: hue angle of 2.71º 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 #E53C34 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 52 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.10 |
| HSL | 2.71º | 0.77% | 0.55% | - |
| HSV(B) | 2.71º | 0.77% | 0.9% | - |
| XYZ | 34.55 | 20.14 | 5.31 | - |
| YUV | 109.62 | 95.49 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 52 | 0 | 0.74 | 0.77 | 0.10 | 2.71 | 0.77 | 0.55 |
| Hex | E5 | 3C | 34 | 0 | 4A | 4D | A | 3 | 4D | 37 |
| Octal | 345 | 74 | 64 | 0 | 112 | 115 | 12 | 3 | 115 | 67 |
| Binary | 11100101 | 111100 | 110100 | 0 | 1001010 | 1001101 | 1010 | 11 | 1001101 | 110111 |
Color Harmonies of #E53C34
Complementary color
Monochromatic Colors of #E53C34
Black with #E53C34
Text Example
Text Example
White with #E53C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C34; }
p { color: rgb(229,60,52); }
H1.HeaderClassName
{
color: #E53C34;
}
.AnyTagClassName
{
color: #E53C34;
}
</style>
background-color css
<style>
a { background-color: #E53C34; }
a { background-color: rgb(229,60,52); }
div.DivClassName
{
background-color: #E53C34;
}
.BgClassName
{
background-color: #E53C34;
}
</style>
border-color css
<style>
span { border-color: #E53C34; }
span { border-color: rgb(229,60,52); }
td.TdClassName
{
border-color: #E53C34;
}
.TagClassName
{
border-color: #E53C34;
}
</style>