Shades of Cinnabar #E2352C
Tints of Cinnabar #E2352C
RGB
CMYK
RGB Variations
Color information
#E2352C (or 0xE2352C) is known color: Cinnabar. HEX triplet: E2, 35 and 2C. RGB value is (226,53,44). Sum of RGB (Red+Green+Blue) = 226+53+44=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2352C is #1DCAD3. Grayscale: #676767. Windows color (decimal): -1952468 or 2897378. OLE color: 2897378.
HSL color Cylindrical-coordinate representation of color #E2352C: hue angle of 2.97º degrees, saturation: 0.76, 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 #E2352C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 44 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.11 |
| HSL | 2.97º | 0.76% | 0.53% | - |
| HSV(B) | 2.97º | 0.81% | 0.89% | - |
| XYZ | 33.09 | 18.9 | 4.29 | - |
| YUV | 103.7 | 94.31 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 44 | 0 | 0.77 | 0.81 | 0.11 | 2.97 | 0.76 | 0.53 |
| Hex | E2 | 35 | 2C | 0 | 4D | 51 | B | 3 | 4C | 35 |
| Octal | 342 | 65 | 54 | 0 | 115 | 121 | 13 | 3 | 114 | 65 |
| Binary | 11100010 | 110101 | 101100 | 0 | 1001101 | 1010001 | 1011 | 11 | 1001100 | 110101 |
Color Harmonies of #E2352C
Complementary color
Monochromatic Colors of #E2352C
Black with #E2352C
Text Example
Text Example
White with #E2352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2352C; }
p { color: rgb(226,53,44); }
H1.HeaderClassName
{
color: #E2352C;
}
.AnyTagClassName
{
color: #E2352C;
}
</style>
background-color css
<style>
a { background-color: #E2352C; }
a { background-color: rgb(226,53,44); }
div.DivClassName
{
background-color: #E2352C;
}
.BgClassName
{
background-color: #E2352C;
}
</style>
border-color css
<style>
span { border-color: #E2352C; }
span { border-color: rgb(226,53,44); }
td.TdClassName
{
border-color: #E2352C;
}
.TagClassName
{
border-color: #E2352C;
}
</style>