Shades of Cinnabar #E9322C
Tints of Cinnabar #E9322C
RGB
CMYK
RGB Variations
Color information
#E9322C (or 0xE9322C) is known color: Cinnabar. HEX triplet: E9, 32 and 2C. RGB value is (233,50,44). Sum of RGB (Red+Green+Blue) = 233+50+44=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E9322C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9322C is #16CDD3. Grayscale: #686868. Windows color (decimal): -1494484 or 2896617. OLE color: 2896617.
HSL color Cylindrical-coordinate representation of color #E9322C: hue angle of 1.9º 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 #E9322C is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 44 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.09 |
| HSL | 1.9º | 0.81% | 0.54% | - |
| HSV(B) | 1.9º | 0.81% | 0.91% | - |
| XYZ | 35.2 | 19.79 | 4.35 | - |
| YUV | 104.03 | 94.13 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 44 | 0 | 0.79 | 0.81 | 0.09 | 1.9 | 0.81 | 0.54 |
| Hex | E9 | 32 | 2C | 0 | 4F | 51 | 9 | 2 | 51 | 36 |
| Octal | 351 | 62 | 54 | 0 | 117 | 121 | 11 | 2 | 121 | 66 |
| Binary | 11101001 | 110010 | 101100 | 0 | 1001111 | 1010001 | 1001 | 10 | 1010001 | 110110 |
Color Harmonies of #E9322C
Complementary color
Monochromatic Colors of #E9322C
Black with #E9322C
Text Example
Text Example
White with #E9322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9322C; }
p { color: rgb(233,50,44); }
H1.HeaderClassName
{
color: #E9322C;
}
.AnyTagClassName
{
color: #E9322C;
}
</style>
background-color css
<style>
a { background-color: #E9322C; }
a { background-color: rgb(233,50,44); }
div.DivClassName
{
background-color: #E9322C;
}
.BgClassName
{
background-color: #E9322C;
}
</style>
border-color css
<style>
span { border-color: #E9322C; }
span { border-color: rgb(233,50,44); }
td.TdClassName
{
border-color: #E9322C;
}
.TagClassName
{
border-color: #E9322C;
}
</style>