Shades of Cinnabar #E94E40
Tints of Cinnabar #E94E40
RGB
CMYK
RGB Variations
Color information
#E94E40 (or 0xE94E40) is known color: Cinnabar. HEX triplet: E9, 4E and 40. RGB value is (233,78,64). Sum of RGB (Red+Green+Blue) = 233+78+64=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94E40 is #16B1BF. Grayscale: #7A7A7A. Windows color (decimal): -1487296 or 4214505. OLE color: 4214505.
HSL color Cylindrical-coordinate representation of color #E94E40: hue angle of 4.97º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E94E40 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 64 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.09 |
| HSL | 4.97º | 0.79% | 0.58% | - |
| HSV(B) | 4.97º | 0.73% | 0.91% | - |
| XYZ | 37.25 | 23.14 | 7.35 | - |
| YUV | 122.75 | 94.85 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 64 | 0 | 0.67 | 0.73 | 0.09 | 4.97 | 0.79 | 0.58 |
| Hex | E9 | 4E | 40 | 0 | 43 | 49 | 9 | 5 | 4F | 3A |
| Octal | 351 | 116 | 100 | 0 | 103 | 111 | 11 | 5 | 117 | 72 |
| Binary | 11101001 | 1001110 | 1000000 | 0 | 1000011 | 1001001 | 1001 | 101 | 1001111 | 111010 |
Color Harmonies of #E94E40
Complementary color
Monochromatic Colors of #E94E40
Black with #E94E40
Text Example
Text Example
White with #E94E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E40; }
p { color: rgb(233,78,64); }
H1.HeaderClassName
{
color: #E94E40;
}
.AnyTagClassName
{
color: #E94E40;
}
</style>
background-color css
<style>
a { background-color: #E94E40; }
a { background-color: rgb(233,78,64); }
div.DivClassName
{
background-color: #E94E40;
}
.BgClassName
{
background-color: #E94E40;
}
</style>
border-color css
<style>
span { border-color: #E94E40; }
span { border-color: rgb(233,78,64); }
td.TdClassName
{
border-color: #E94E40;
}
.TagClassName
{
border-color: #E94E40;
}
</style>