Shades of Cinnabar #E2352B
Tints of Cinnabar #E2352B
RGB
CMYK
RGB Variations
Color information
#E2352B (or 0xE2352B) is known color: Cinnabar. HEX triplet: E2, 35 and 2B. RGB value is (226,53,43). Sum of RGB (Red+Green+Blue) = 226+53+43=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E2352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2352B is #1DCAD4. Grayscale: #676767. Windows color (decimal): -1952469 or 2831842. OLE color: 2831842.
HSL color Cylindrical-coordinate representation of color #E2352B: hue angle of 3.28º 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 #E2352B is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 43 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.11 |
| HSL | 3.28º | 0.76% | 0.53% | - |
| HSV(B) | 3.28º | 0.81% | 0.89% | - |
| XYZ | 33.07 | 18.89 | 4.19 | - |
| YUV | 103.59 | 93.81 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 43 | 0 | 0.77 | 0.81 | 0.11 | 3.28 | 0.76 | 0.53 |
| Hex | E2 | 35 | 2B | 0 | 4D | 51 | B | 3 | 4C | 35 |
| Octal | 342 | 65 | 53 | 0 | 115 | 121 | 13 | 3 | 114 | 65 |
| Binary | 11100010 | 110101 | 101011 | 0 | 1001101 | 1010001 | 1011 | 11 | 1001100 | 110101 |
Color Harmonies of #E2352B
Complementary color
Monochromatic Colors of #E2352B
Black with #E2352B
Text Example
Text Example
White with #E2352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2352B; }
p { color: rgb(226,53,43); }
H1.HeaderClassName
{
color: #E2352B;
}
.AnyTagClassName
{
color: #E2352B;
}
</style>
background-color css
<style>
a { background-color: #E2352B; }
a { background-color: rgb(226,53,43); }
div.DivClassName
{
background-color: #E2352B;
}
.BgClassName
{
background-color: #E2352B;
}
</style>
border-color css
<style>
span { border-color: #E2352B; }
span { border-color: rgb(226,53,43); }
td.TdClassName
{
border-color: #E2352B;
}
.TagClassName
{
border-color: #E2352B;
}
</style>