Shades of Cinnabar #E94C44
Tints of Cinnabar #E94C44
RGB
CMYK
RGB Variations
Color information
#E94C44 (or 0xE94C44) is known color: Cinnabar. HEX triplet: E9, 4C and 44. RGB value is (233,76,68). Sum of RGB (Red+Green+Blue) = 233+76+68=377 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.80% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94C44 is #16B3BB. Grayscale: #7A7A7A. Windows color (decimal): -1487804 or 4476137. OLE color: 4476137.
HSL color Cylindrical-coordinate representation of color #E94C44: hue angle of 2.91º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E94C44 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 68 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.09 |
| HSL | 2.91º | 0.79% | 0.59% | - |
| HSV(B) | 2.91º | 0.71% | 0.91% | - |
| XYZ | 37.23 | 22.91 | 7.93 | - |
| YUV | 122.03 | 97.51 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 68 | 0 | 0.67 | 0.71 | 0.09 | 2.91 | 0.79 | 0.59 |
| Hex | E9 | 4C | 44 | 0 | 43 | 47 | 9 | 3 | 4F | 3B |
| Octal | 351 | 114 | 104 | 0 | 103 | 107 | 11 | 3 | 117 | 73 |
| Binary | 11101001 | 1001100 | 1000100 | 0 | 1000011 | 1000111 | 1001 | 11 | 1001111 | 111011 |
Color Harmonies of #E94C44
Complementary color
Monochromatic Colors of #E94C44
Black with #E94C44
Text Example
Text Example
White with #E94C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C44; }
p { color: rgb(233,76,68); }
H1.HeaderClassName
{
color: #E94C44;
}
.AnyTagClassName
{
color: #E94C44;
}
</style>
background-color css
<style>
a { background-color: #E94C44; }
a { background-color: rgb(233,76,68); }
div.DivClassName
{
background-color: #E94C44;
}
.BgClassName
{
background-color: #E94C44;
}
</style>
border-color css
<style>
span { border-color: #E94C44; }
span { border-color: rgb(233,76,68); }
td.TdClassName
{
border-color: #E94C44;
}
.TagClassName
{
border-color: #E94C44;
}
</style>