Shades of Cinnabar #E94A39
Tints of Cinnabar #E94A39
RGB
CMYK
RGB Variations
Color information
#E94A39 (or 0xE94A39) is known color: Cinnabar. HEX triplet: E9, 4A and 39. RGB value is (233,74,57). Sum of RGB (Red+Green+Blue) = 233+74+57=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A39 is #16B5C6. Grayscale: #777777. Windows color (decimal): -1488327 or 3754729. OLE color: 3754729.
HSL color Cylindrical-coordinate representation of color #E94A39: hue angle of 5.8º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E94A39 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 57 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.09 |
| HSL | 5.8º | 0.8% | 0.57% | - |
| HSV(B) | 5.8º | 0.76% | 0.91% | - |
| XYZ | 36.79 | 22.52 | 6.28 | - |
| YUV | 119.6 | 92.68 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 57 | 0 | 0.68 | 0.76 | 0.09 | 5.8 | 0.8 | 0.57 |
| Hex | E9 | 4A | 39 | 0 | 44 | 4C | 9 | 6 | 50 | 39 |
| Octal | 351 | 112 | 71 | 0 | 104 | 114 | 11 | 6 | 120 | 71 |
| Binary | 11101001 | 1001010 | 111001 | 0 | 1000100 | 1001100 | 1001 | 110 | 1010000 | 111001 |
Color Harmonies of #E94A39
Complementary color
Monochromatic Colors of #E94A39
Black with #E94A39
Text Example
Text Example
White with #E94A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A39; }
p { color: rgb(233,74,57); }
H1.HeaderClassName
{
color: #E94A39;
}
.AnyTagClassName
{
color: #E94A39;
}
</style>
background-color css
<style>
a { background-color: #E94A39; }
a { background-color: rgb(233,74,57); }
div.DivClassName
{
background-color: #E94A39;
}
.BgClassName
{
background-color: #E94A39;
}
</style>
border-color css
<style>
span { border-color: #E94A39; }
span { border-color: rgb(233,74,57); }
td.TdClassName
{
border-color: #E94A39;
}
.TagClassName
{
border-color: #E94A39;
}
</style>