Shades of Cinnabar #E94C20
Tints of Cinnabar #E94C20
RGB
CMYK
RGB Variations
Color information
#E94C20 (or 0xE94C20) is known color: Cinnabar. HEX triplet: E9, 4C and 20. RGB value is (233,76,32). Sum of RGB (Red+Green+Blue) = 233+76+32=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94C20 is #16B3DF. Grayscale: #767676. Windows color (decimal): -1487840 or 2116841. OLE color: 2116841.
HSL color Cylindrical-coordinate representation of color #E94C20: hue angle of 13.13º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E94C20 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 32 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.09 |
| HSL | 13.13º | 0.82% | 0.52% | - |
| HSV(B) | 13.13º | 0.86% | 0.91% | - |
| XYZ | 36.45 | 22.6 | 3.81 | - |
| YUV | 117.93 | 79.51 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 32 | 0 | 0.67 | 0.86 | 0.09 | 13.13 | 0.82 | 0.52 |
| Hex | E9 | 4C | 20 | 0 | 43 | 56 | 9 | D | 52 | 34 |
| Octal | 351 | 114 | 40 | 0 | 103 | 126 | 11 | 15 | 122 | 64 |
| Binary | 11101001 | 1001100 | 100000 | 0 | 1000011 | 1010110 | 1001 | 1101 | 1010010 | 110100 |
Color Harmonies of #E94C20
Complementary color
Monochromatic Colors of #E94C20
Black with #E94C20
Text Example
Text Example
White with #E94C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C20; }
p { color: rgb(233,76,32); }
H1.HeaderClassName
{
color: #E94C20;
}
.AnyTagClassName
{
color: #E94C20;
}
</style>
background-color css
<style>
a { background-color: #E94C20; }
a { background-color: rgb(233,76,32); }
div.DivClassName
{
background-color: #E94C20;
}
.BgClassName
{
background-color: #E94C20;
}
</style>
border-color css
<style>
span { border-color: #E94C20; }
span { border-color: rgb(233,76,32); }
td.TdClassName
{
border-color: #E94C20;
}
.TagClassName
{
border-color: #E94C20;
}
</style>