Shades of Cinnabar #E53C2C
Tints of Cinnabar #E53C2C
RGB
CMYK
RGB Variations
Color information
#E53C2C (or 0xE53C2C) is known color: Cinnabar. HEX triplet: E5, 3C and 2C. RGB value is (229,60,44). Sum of RGB (Red+Green+Blue) = 229+60+44=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53C2C is #1AC3D3. Grayscale: #6C6C6C. Windows color (decimal): -1754068 or 2899173. OLE color: 2899173.
HSL color Cylindrical-coordinate representation of color #E53C2C: hue angle of 5.19º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E53C2C is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 44 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.10 |
| HSL | 5.19º | 0.78% | 0.54% | - |
| HSV(B) | 5.19º | 0.81% | 0.9% | - |
| XYZ | 34.38 | 20.07 | 4.44 | - |
| YUV | 108.71 | 91.49 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 44 | 0 | 0.74 | 0.81 | 0.10 | 5.19 | 0.78 | 0.54 |
| Hex | E5 | 3C | 2C | 0 | 4A | 51 | A | 5 | 4E | 36 |
| Octal | 345 | 74 | 54 | 0 | 112 | 121 | 12 | 5 | 116 | 66 |
| Binary | 11100101 | 111100 | 101100 | 0 | 1001010 | 1010001 | 1010 | 101 | 1001110 | 110110 |
Color Harmonies of #E53C2C
Complementary color
Monochromatic Colors of #E53C2C
Black with #E53C2C
Text Example
Text Example
White with #E53C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C2C; }
p { color: rgb(229,60,44); }
H1.HeaderClassName
{
color: #E53C2C;
}
.AnyTagClassName
{
color: #E53C2C;
}
</style>
background-color css
<style>
a { background-color: #E53C2C; }
a { background-color: rgb(229,60,44); }
div.DivClassName
{
background-color: #E53C2C;
}
.BgClassName
{
background-color: #E53C2C;
}
</style>
border-color css
<style>
span { border-color: #E53C2C; }
span { border-color: rgb(229,60,44); }
td.TdClassName
{
border-color: #E53C2C;
}
.TagClassName
{
border-color: #E53C2C;
}
</style>