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