Shades of Cinnabar #E8332B
Tints of Cinnabar #E8332B
RGB
CMYK
RGB Variations
Color information
#E8332B (or 0xE8332B) is known color: Cinnabar. HEX triplet: E8, 33 and 2B. RGB value is (232,51,43). Sum of RGB (Red+Green+Blue) = 232+51+43=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E8332B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8332B is #17CCD4. Grayscale: #686868. Windows color (decimal): -1559765 or 2831336. OLE color: 2831336.
HSL color Cylindrical-coordinate representation of color #E8332B: hue angle of 2.54º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8332B is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 51 | 43 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.09 |
| HSL | 2.54º | 0.8% | 0.54% | - |
| HSV(B) | 2.54º | 0.81% | 0.91% | - |
| XYZ | 34.9 | 19.7 | 4.25 | - |
| YUV | 104.21 | 93.47 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 51 | 43 | 0 | 0.78 | 0.81 | 0.09 | 2.54 | 0.8 | 0.54 |
| Hex | E8 | 33 | 2B | 0 | 4E | 51 | 9 | 3 | 50 | 36 |
| Octal | 350 | 63 | 53 | 0 | 116 | 121 | 11 | 3 | 120 | 66 |
| Binary | 11101000 | 110011 | 101011 | 0 | 1001110 | 1010001 | 1001 | 11 | 1010000 | 110110 |
Color Harmonies of #E8332B
Complementary color
Monochromatic Colors of #E8332B
Black with #E8332B
Text Example
Text Example
White with #E8332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8332B; }
p { color: rgb(232,51,43); }
H1.HeaderClassName
{
color: #E8332B;
}
.AnyTagClassName
{
color: #E8332B;
}
</style>
background-color css
<style>
a { background-color: #E8332B; }
a { background-color: rgb(232,51,43); }
div.DivClassName
{
background-color: #E8332B;
}
.BgClassName
{
background-color: #E8332B;
}
</style>
border-color css
<style>
span { border-color: #E8332B; }
span { border-color: rgb(232,51,43); }
td.TdClassName
{
border-color: #E8332B;
}
.TagClassName
{
border-color: #E8332B;
}
</style>