Shades of Cinnabar #E8352C
Tints of Cinnabar #E8352C
RGB
CMYK
RGB Variations
Color information
#E8352C (or 0xE8352C) is known color: Cinnabar. HEX triplet: E8, 35 and 2C. RGB value is (232,53,44). Sum of RGB (Red+Green+Blue) = 232+53+44=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E8352C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8352C is #17CAD3. Grayscale: #696969. Windows color (decimal): -1559252 or 2897384. OLE color: 2897384.
HSL color Cylindrical-coordinate representation of color #E8352C: hue angle of 2.87º 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 #E8352C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 53 | 44 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.09 |
| HSL | 2.87º | 0.8% | 0.54% | - |
| HSV(B) | 2.87º | 0.81% | 0.91% | - |
| XYZ | 35.01 | 19.88 | 4.38 | - |
| YUV | 105.5 | 93.3 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 53 | 44 | 0 | 0.77 | 0.81 | 0.09 | 2.87 | 0.8 | 0.54 |
| Hex | E8 | 35 | 2C | 0 | 4D | 51 | 9 | 3 | 50 | 36 |
| Octal | 350 | 65 | 54 | 0 | 115 | 121 | 11 | 3 | 120 | 66 |
| Binary | 11101000 | 110101 | 101100 | 0 | 1001101 | 1010001 | 1001 | 11 | 1010000 | 110110 |
Color Harmonies of #E8352C
Complementary color
Monochromatic Colors of #E8352C
Black with #E8352C
Text Example
Text Example
White with #E8352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8352C; }
p { color: rgb(232,53,44); }
H1.HeaderClassName
{
color: #E8352C;
}
.AnyTagClassName
{
color: #E8352C;
}
</style>
background-color css
<style>
a { background-color: #E8352C; }
a { background-color: rgb(232,53,44); }
div.DivClassName
{
background-color: #E8352C;
}
.BgClassName
{
background-color: #E8352C;
}
</style>
border-color css
<style>
span { border-color: #E8352C; }
span { border-color: rgb(232,53,44); }
td.TdClassName
{
border-color: #E8352C;
}
.TagClassName
{
border-color: #E8352C;
}
</style>