Shades of Cinnabar #E94632
Tints of Cinnabar #E94632
RGB
CMYK
RGB Variations
Color information
#E94632 (or 0xE94632) is known color: Cinnabar. HEX triplet: E9, 46 and 32. RGB value is (233,70,50). Sum of RGB (Red+Green+Blue) = 233+70+50=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E94632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94632 is #16B9CD. Grayscale: #747474. Windows color (decimal): -1489358 or 3294953. OLE color: 3294953.
HSL color Cylindrical-coordinate representation of color #E94632: hue angle of 6.56º 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 #E94632 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 50 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.09 |
| HSL | 6.56º | 0.81% | 0.55% | - |
| HSV(B) | 6.56º | 0.79% | 0.91% | - |
| XYZ | 36.37 | 21.93 | 5.33 | - |
| YUV | 116.46 | 90.5 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 50 | 0 | 0.70 | 0.79 | 0.09 | 6.56 | 0.81 | 0.55 |
| Hex | E9 | 46 | 32 | 0 | 46 | 4F | 9 | 7 | 51 | 37 |
| Octal | 351 | 106 | 62 | 0 | 106 | 117 | 11 | 7 | 121 | 67 |
| Binary | 11101001 | 1000110 | 110010 | 0 | 1000110 | 1001111 | 1001 | 111 | 1010001 | 110111 |
Color Harmonies of #E94632
Complementary color
Monochromatic Colors of #E94632
Black with #E94632
Text Example
Text Example
White with #E94632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94632; }
p { color: rgb(233,70,50); }
H1.HeaderClassName
{
color: #E94632;
}
.AnyTagClassName
{
color: #E94632;
}
</style>
background-color css
<style>
a { background-color: #E94632; }
a { background-color: rgb(233,70,50); }
div.DivClassName
{
background-color: #E94632;
}
.BgClassName
{
background-color: #E94632;
}
</style>
border-color css
<style>
span { border-color: #E94632; }
span { border-color: rgb(233,70,50); }
td.TdClassName
{
border-color: #E94632;
}
.TagClassName
{
border-color: #E94632;
}
</style>