Shades of Cinnabar #E2332C
Tints of Cinnabar #E2332C
RGB
CMYK
RGB Variations
Color information
#E2332C (or 0xE2332C) is known color: Cinnabar. HEX triplet: E2, 33 and 2C. RGB value is (226,51,44). Sum of RGB (Red+Green+Blue) = 226+51+44=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2332C is #1DCCD3. Grayscale: #666666. Windows color (decimal): -1952980 or 2896866. OLE color: 2896866.
HSL color Cylindrical-coordinate representation of color #E2332C: hue angle of 2.31º 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 #E2332C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 44 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.11 |
| HSL | 2.31º | 0.76% | 0.53% | - |
| HSV(B) | 2.31º | 0.81% | 0.89% | - |
| XYZ | 33 | 18.72 | 4.26 | - |
| YUV | 102.53 | 94.98 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 44 | 0 | 0.77 | 0.81 | 0.11 | 2.31 | 0.76 | 0.53 |
| Hex | E2 | 33 | 2C | 0 | 4D | 51 | B | 2 | 4C | 35 |
| Octal | 342 | 63 | 54 | 0 | 115 | 121 | 13 | 2 | 114 | 65 |
| Binary | 11100010 | 110011 | 101100 | 0 | 1001101 | 1010001 | 1011 | 10 | 1001100 | 110101 |
Color Harmonies of #E2332C
Complementary color
Monochromatic Colors of #E2332C
Black with #E2332C
Text Example
Text Example
White with #E2332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2332C; }
p { color: rgb(226,51,44); }
H1.HeaderClassName
{
color: #E2332C;
}
.AnyTagClassName
{
color: #E2332C;
}
</style>
background-color css
<style>
a { background-color: #E2332C; }
a { background-color: rgb(226,51,44); }
div.DivClassName
{
background-color: #E2332C;
}
.BgClassName
{
background-color: #E2332C;
}
</style>
border-color css
<style>
span { border-color: #E2332C; }
span { border-color: rgb(226,51,44); }
td.TdClassName
{
border-color: #E2332C;
}
.TagClassName
{
border-color: #E2332C;
}
</style>