Shades of Cinnabar #E94C24
Tints of Cinnabar #E94C24
RGB
CMYK
RGB Variations
Color information
#E94C24 (or 0xE94C24) is known color: Cinnabar. HEX triplet: E9, 4C and 24. RGB value is (233,76,36). Sum of RGB (Red+Green+Blue) = 233+76+36=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94C24 is #16B3DB. Grayscale: #767676. Windows color (decimal): -1487836 or 2378985. OLE color: 2378985.
HSL color Cylindrical-coordinate representation of color #E94C24: hue angle of 12.18º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E94C24 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 36 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.09 |
| HSL | 12.18º | 0.82% | 0.53% | - |
| HSV(B) | 12.18º | 0.85% | 0.91% | - |
| XYZ | 36.51 | 22.62 | 4.11 | - |
| YUV | 118.38 | 81.51 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 36 | 0 | 0.67 | 0.85 | 0.09 | 12.18 | 0.82 | 0.53 |
| Hex | E9 | 4C | 24 | 0 | 43 | 55 | 9 | C | 52 | 35 |
| Octal | 351 | 114 | 44 | 0 | 103 | 125 | 11 | 14 | 122 | 65 |
| Binary | 11101001 | 1001100 | 100100 | 0 | 1000011 | 1010101 | 1001 | 1100 | 1010010 | 110101 |
Color Harmonies of #E94C24
Complementary color
Monochromatic Colors of #E94C24
Black with #E94C24
Text Example
Text Example
White with #E94C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C24; }
p { color: rgb(233,76,36); }
H1.HeaderClassName
{
color: #E94C24;
}
.AnyTagClassName
{
color: #E94C24;
}
</style>
background-color css
<style>
a { background-color: #E94C24; }
a { background-color: rgb(233,76,36); }
div.DivClassName
{
background-color: #E94C24;
}
.BgClassName
{
background-color: #E94C24;
}
</style>
border-color css
<style>
span { border-color: #E94C24; }
span { border-color: rgb(233,76,36); }
td.TdClassName
{
border-color: #E94C24;
}
.TagClassName
{
border-color: #E94C24;
}
</style>