Shades of Cinnabar #E5352C
Tints of Cinnabar #E5352C
RGB
CMYK
RGB Variations
Color information
#E5352C (or 0xE5352C) is known color: Cinnabar. HEX triplet: E5, 35 and 2C. RGB value is (229,53,44). Sum of RGB (Red+Green+Blue) = 229+53+44=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5352C is #1ACAD3. Grayscale: #686868. Windows color (decimal): -1755860 or 2897381. OLE color: 2897381.
HSL color Cylindrical-coordinate representation of color #E5352C: hue angle of 2.92º 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 #E5352C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 44 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.10 |
| HSL | 2.92º | 0.78% | 0.54% | - |
| HSV(B) | 2.92º | 0.81% | 0.9% | - |
| XYZ | 34.04 | 19.39 | 4.33 | - |
| YUV | 104.6 | 93.81 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 44 | 0 | 0.77 | 0.81 | 0.10 | 2.92 | 0.78 | 0.54 |
| Hex | E5 | 35 | 2C | 0 | 4D | 51 | A | 3 | 4E | 36 |
| Octal | 345 | 65 | 54 | 0 | 115 | 121 | 12 | 3 | 116 | 66 |
| Binary | 11100101 | 110101 | 101100 | 0 | 1001101 | 1010001 | 1010 | 11 | 1001110 | 110110 |
Color Harmonies of #E5352C
Complementary color
Monochromatic Colors of #E5352C
Black with #E5352C
Text Example
Text Example
White with #E5352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5352C; }
p { color: rgb(229,53,44); }
H1.HeaderClassName
{
color: #E5352C;
}
.AnyTagClassName
{
color: #E5352C;
}
</style>
background-color css
<style>
a { background-color: #E5352C; }
a { background-color: rgb(229,53,44); }
div.DivClassName
{
background-color: #E5352C;
}
.BgClassName
{
background-color: #E5352C;
}
</style>
border-color css
<style>
span { border-color: #E5352C; }
span { border-color: rgb(229,53,44); }
td.TdClassName
{
border-color: #E5352C;
}
.TagClassName
{
border-color: #E5352C;
}
</style>