Shades of Cinnabar #E4352C
Tints of Cinnabar #E4352C
RGB
CMYK
RGB Variations
Color information
#E4352C (or 0xE4352C) is known color: Cinnabar. HEX triplet: E4, 35 and 2C. RGB value is (228,53,44). Sum of RGB (Red+Green+Blue) = 228+53+44=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E4352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4352C is #1BCAD3. Grayscale: #686868. Windows color (decimal): -1821396 or 2897380. OLE color: 2897380.
HSL color Cylindrical-coordinate representation of color #E4352C: hue angle of 2.93º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E4352C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 53 | 44 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.11 |
| HSL | 2.93º | 0.77% | 0.53% | - |
| HSV(B) | 2.93º | 0.81% | 0.89% | - |
| XYZ | 33.72 | 19.22 | 4.32 | - |
| YUV | 104.3 | 93.98 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 53 | 44 | 0 | 0.77 | 0.81 | 0.11 | 2.93 | 0.77 | 0.53 |
| Hex | E4 | 35 | 2C | 0 | 4D | 51 | B | 3 | 4D | 35 |
| Octal | 344 | 65 | 54 | 0 | 115 | 121 | 13 | 3 | 115 | 65 |
| Binary | 11100100 | 110101 | 101100 | 0 | 1001101 | 1010001 | 1011 | 11 | 1001101 | 110101 |
Color Harmonies of #E4352C
Complementary color
Monochromatic Colors of #E4352C
Black with #E4352C
Text Example
Text Example
White with #E4352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4352C; }
p { color: rgb(228,53,44); }
H1.HeaderClassName
{
color: #E4352C;
}
.AnyTagClassName
{
color: #E4352C;
}
</style>
background-color css
<style>
a { background-color: #E4352C; }
a { background-color: rgb(228,53,44); }
div.DivClassName
{
background-color: #E4352C;
}
.BgClassName
{
background-color: #E4352C;
}
</style>
border-color css
<style>
span { border-color: #E4352C; }
span { border-color: rgb(228,53,44); }
td.TdClassName
{
border-color: #E4352C;
}
.TagClassName
{
border-color: #E4352C;
}
</style>