Shades of Cinnabar #E94C3A
Tints of Cinnabar #E94C3A
RGB
CMYK
RGB Variations
Color information
#E94C3A (or 0xE94C3A) is known color: Cinnabar. HEX triplet: E9, 4C and 3A. RGB value is (233,76,58). Sum of RGB (Red+Green+Blue) = 233+76+58=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94C3A is #16B3C5. Grayscale: #797979. Windows color (decimal): -1487814 or 3820777. OLE color: 3820777.
HSL color Cylindrical-coordinate representation of color #E94C3A: hue angle of 6.17º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E94C3A is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 58 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.09 |
| HSL | 6.17º | 0.8% | 0.57% | - |
| HSV(B) | 6.17º | 0.75% | 0.91% | - |
| XYZ | 36.95 | 22.8 | 6.46 | - |
| YUV | 120.89 | 92.51 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 58 | 0 | 0.67 | 0.75 | 0.09 | 6.17 | 0.8 | 0.57 |
| Hex | E9 | 4C | 3A | 0 | 43 | 4B | 9 | 6 | 50 | 39 |
| Octal | 351 | 114 | 72 | 0 | 103 | 113 | 11 | 6 | 120 | 71 |
| Binary | 11101001 | 1001100 | 111010 | 0 | 1000011 | 1001011 | 1001 | 110 | 1010000 | 111001 |
Color Harmonies of #E94C3A
Complementary color
Monochromatic Colors of #E94C3A
Black with #E94C3A
Text Example
Text Example
White with #E94C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C3A; }
p { color: rgb(233,76,58); }
H1.HeaderClassName
{
color: #E94C3A;
}
.AnyTagClassName
{
color: #E94C3A;
}
</style>
background-color css
<style>
a { background-color: #E94C3A; }
a { background-color: rgb(233,76,58); }
div.DivClassName
{
background-color: #E94C3A;
}
.BgClassName
{
background-color: #E94C3A;
}
</style>
border-color css
<style>
span { border-color: #E94C3A; }
span { border-color: rgb(233,76,58); }
td.TdClassName
{
border-color: #E94C3A;
}
.TagClassName
{
border-color: #E94C3A;
}
</style>