Shades of Cinnabar #E94C32
Tints of Cinnabar #E94C32
RGB
CMYK
RGB Variations
Color information
#E94C32 (or 0xE94C32) is known color: Cinnabar. HEX triplet: E9, 4C and 32. RGB value is (233,76,50). Sum of RGB (Red+Green+Blue) = 233+76+50=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94C32 is #16B3CD. Grayscale: #787878. Windows color (decimal): -1487822 or 3296489. OLE color: 3296489.
HSL color Cylindrical-coordinate representation of color #E94C32: hue angle of 8.52º 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 #E94C32 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 50 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.09 |
| HSL | 8.52º | 0.81% | 0.55% | - |
| HSV(B) | 8.52º | 0.79% | 0.91% | - |
| XYZ | 36.76 | 22.72 | 5.47 | - |
| YUV | 119.98 | 88.51 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 50 | 0 | 0.67 | 0.79 | 0.09 | 8.52 | 0.81 | 0.55 |
| Hex | E9 | 4C | 32 | 0 | 43 | 4F | 9 | 9 | 51 | 37 |
| Octal | 351 | 114 | 62 | 0 | 103 | 117 | 11 | 11 | 121 | 67 |
| Binary | 11101001 | 1001100 | 110010 | 0 | 1000011 | 1001111 | 1001 | 1001 | 1010001 | 110111 |
Color Harmonies of #E94C32
Complementary color
Monochromatic Colors of #E94C32
Black with #E94C32
Text Example
Text Example
White with #E94C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C32; }
p { color: rgb(233,76,50); }
H1.HeaderClassName
{
color: #E94C32;
}
.AnyTagClassName
{
color: #E94C32;
}
</style>
background-color css
<style>
a { background-color: #E94C32; }
a { background-color: rgb(233,76,50); }
div.DivClassName
{
background-color: #E94C32;
}
.BgClassName
{
background-color: #E94C32;
}
</style>
border-color css
<style>
span { border-color: #E94C32; }
span { border-color: rgb(233,76,50); }
td.TdClassName
{
border-color: #E94C32;
}
.TagClassName
{
border-color: #E94C32;
}
</style>