Shades of Cinnabar #E94032
Tints of Cinnabar #E94032
RGB
CMYK
RGB Variations
Color information
#E94032 (or 0xE94032) is known color: Cinnabar. HEX triplet: E9, 40 and 32. RGB value is (233,64,50). Sum of RGB (Red+Green+Blue) = 233+64+50=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E94032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94032 is #16BFCD. Grayscale: #717171. Windows color (decimal): -1490894 or 3293417. OLE color: 3293417.
HSL color Cylindrical-coordinate representation of color #E94032: hue angle of 4.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E94032 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 50 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.09 |
| HSL | 4.59º | 0.81% | 0.55% | - |
| HSV(B) | 4.59º | 0.79% | 0.91% | - |
| XYZ | 36.01 | 21.22 | 5.22 | - |
| YUV | 112.94 | 92.49 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 50 | 0 | 0.73 | 0.79 | 0.09 | 4.59 | 0.81 | 0.55 |
| Hex | E9 | 40 | 32 | 0 | 49 | 4F | 9 | 5 | 51 | 37 |
| Octal | 351 | 100 | 62 | 0 | 111 | 117 | 11 | 5 | 121 | 67 |
| Binary | 11101001 | 1000000 | 110010 | 0 | 1001001 | 1001111 | 1001 | 101 | 1010001 | 110111 |
Color Harmonies of #E94032
Complementary color
Monochromatic Colors of #E94032
Black with #E94032
Text Example
Text Example
White with #E94032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94032; }
p { color: rgb(233,64,50); }
H1.HeaderClassName
{
color: #E94032;
}
.AnyTagClassName
{
color: #E94032;
}
</style>
background-color css
<style>
a { background-color: #E94032; }
a { background-color: rgb(233,64,50); }
div.DivClassName
{
background-color: #E94032;
}
.BgClassName
{
background-color: #E94032;
}
</style>
border-color css
<style>
span { border-color: #E94032; }
span { border-color: rgb(233,64,50); }
td.TdClassName
{
border-color: #E94032;
}
.TagClassName
{
border-color: #E94032;
}
</style>