Shades of Cinnabar #E9352C
Tints of Cinnabar #E9352C
RGB
CMYK
RGB Variations
Color information
#E9352C (or 0xE9352C) is known color: Cinnabar. HEX triplet: E9, 35 and 2C. RGB value is (233,53,44). Sum of RGB (Red+Green+Blue) = 233+53+44=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E9352C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9352C is #16CAD3. Grayscale: #6A6A6A. Windows color (decimal): -1493716 or 2897385. OLE color: 2897385.
HSL color Cylindrical-coordinate representation of color #E9352C: hue angle of 2.86º degrees, saturation: 0.81, 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 #E9352C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 44 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.09 |
| HSL | 2.86º | 0.81% | 0.54% | - |
| HSV(B) | 2.86º | 0.81% | 0.91% | - |
| XYZ | 35.33 | 20.05 | 4.39 | - |
| YUV | 105.79 | 93.13 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 44 | 0 | 0.77 | 0.81 | 0.09 | 2.86 | 0.81 | 0.54 |
| Hex | E9 | 35 | 2C | 0 | 4D | 51 | 9 | 3 | 51 | 36 |
| Octal | 351 | 65 | 54 | 0 | 115 | 121 | 11 | 3 | 121 | 66 |
| Binary | 11101001 | 110101 | 101100 | 0 | 1001101 | 1010001 | 1001 | 11 | 1010001 | 110110 |
Color Harmonies of #E9352C
Complementary color
Monochromatic Colors of #E9352C
Black with #E9352C
Text Example
Text Example
White with #E9352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9352C; }
p { color: rgb(233,53,44); }
H1.HeaderClassName
{
color: #E9352C;
}
.AnyTagClassName
{
color: #E9352C;
}
</style>
background-color css
<style>
a { background-color: #E9352C; }
a { background-color: rgb(233,53,44); }
div.DivClassName
{
background-color: #E9352C;
}
.BgClassName
{
background-color: #E9352C;
}
</style>
border-color css
<style>
span { border-color: #E9352C; }
span { border-color: rgb(233,53,44); }
td.TdClassName
{
border-color: #E9352C;
}
.TagClassName
{
border-color: #E9352C;
}
</style>