Shades of Cinnabar #E94E3A
Tints of Cinnabar #E94E3A
RGB
CMYK
RGB Variations
Color information
#E94E3A (or 0xE94E3A) is known color: Cinnabar. HEX triplet: E9, 4E and 3A. RGB value is (233,78,58). Sum of RGB (Red+Green+Blue) = 233+78+58=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94E3A is #16B1C5. Grayscale: #7A7A7A. Windows color (decimal): -1487302 or 3821289. OLE color: 3821289.
HSL color Cylindrical-coordinate representation of color #E94E3A: hue angle of 6.86º 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 #E94E3A is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 58 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.09 |
| HSL | 6.86º | 0.8% | 0.57% | - |
| HSV(B) | 6.86º | 0.75% | 0.91% | - |
| XYZ | 37.09 | 23.08 | 6.5 | - |
| YUV | 122.07 | 91.85 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 58 | 0 | 0.67 | 0.75 | 0.09 | 6.86 | 0.8 | 0.57 |
| Hex | E9 | 4E | 3A | 0 | 43 | 4B | 9 | 7 | 50 | 39 |
| Octal | 351 | 116 | 72 | 0 | 103 | 113 | 11 | 7 | 120 | 71 |
| Binary | 11101001 | 1001110 | 111010 | 0 | 1000011 | 1001011 | 1001 | 111 | 1010000 | 111001 |
Color Harmonies of #E94E3A
Complementary color
Monochromatic Colors of #E94E3A
Black with #E94E3A
Text Example
Text Example
White with #E94E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E3A; }
p { color: rgb(233,78,58); }
H1.HeaderClassName
{
color: #E94E3A;
}
.AnyTagClassName
{
color: #E94E3A;
}
</style>
background-color css
<style>
a { background-color: #E94E3A; }
a { background-color: rgb(233,78,58); }
div.DivClassName
{
background-color: #E94E3A;
}
.BgClassName
{
background-color: #E94E3A;
}
</style>
border-color css
<style>
span { border-color: #E94E3A; }
span { border-color: rgb(233,78,58); }
td.TdClassName
{
border-color: #E94E3A;
}
.TagClassName
{
border-color: #E94E3A;
}
</style>