Shades of Cinnabar #E2332F
Tints of Cinnabar #E2332F
RGB
CMYK
RGB Variations
Color information
#E2332F (or 0xE2332F) is known color: Cinnabar. HEX triplet: E2, 33 and 2F. RGB value is (226,51,47). Sum of RGB (Red+Green+Blue) = 226+51+47=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2332F is #1DCCD0. Grayscale: #676767. Windows color (decimal): -1952977 or 3093474. OLE color: 3093474.
HSL color Cylindrical-coordinate representation of color #E2332F: hue angle of 1.34º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2332F is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 47 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.11 |
| HSL | 1.34º | 0.76% | 0.54% | - |
| HSV(B) | 1.34º | 0.79% | 0.89% | - |
| XYZ | 33.06 | 18.74 | 4.56 | - |
| YUV | 102.87 | 96.48 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 47 | 0 | 0.77 | 0.79 | 0.11 | 1.34 | 0.76 | 0.54 |
| Hex | E2 | 33 | 2F | 0 | 4D | 4F | B | 1 | 4C | 36 |
| Octal | 342 | 63 | 57 | 0 | 115 | 117 | 13 | 1 | 114 | 66 |
| Binary | 11100010 | 110011 | 101111 | 0 | 1001101 | 1001111 | 1011 | 1 | 1001100 | 110110 |
Color Harmonies of #E2332F
Complementary color
Monochromatic Colors of #E2332F
Black with #E2332F
Text Example
Text Example
White with #E2332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2332F; }
p { color: rgb(226,51,47); }
H1.HeaderClassName
{
color: #E2332F;
}
.AnyTagClassName
{
color: #E2332F;
}
</style>
background-color css
<style>
a { background-color: #E2332F; }
a { background-color: rgb(226,51,47); }
div.DivClassName
{
background-color: #E2332F;
}
.BgClassName
{
background-color: #E2332F;
}
</style>
border-color css
<style>
span { border-color: #E2332F; }
span { border-color: rgb(226,51,47); }
td.TdClassName
{
border-color: #E2332F;
}
.TagClassName
{
border-color: #E2332F;
}
</style>