Shades of Cinnabar #E94C3E
Tints of Cinnabar #E94C3E
RGB
CMYK
RGB Variations
Color information
#E94C3E (or 0xE94C3E) is known color: Cinnabar. HEX triplet: E9, 4C and 3E. RGB value is (233,76,62). Sum of RGB (Red+Green+Blue) = 233+76+62=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94C3E is #16B3C1. Grayscale: #797979. Windows color (decimal): -1487810 or 4082921. OLE color: 4082921.
HSL color Cylindrical-coordinate representation of color #E94C3E: hue angle of 4.91º degrees, saturation: 0.8, 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 #E94C3E is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 62 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.09 |
| HSL | 4.91º | 0.8% | 0.58% | - |
| HSV(B) | 4.91º | 0.73% | 0.91% | - |
| XYZ | 37.06 | 22.84 | 7.01 | - |
| YUV | 121.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 62 | 0 | 0.67 | 0.73 | 0.09 | 4.91 | 0.8 | 0.58 |
| Hex | E9 | 4C | 3E | 0 | 43 | 49 | 9 | 5 | 50 | 3A |
| Octal | 351 | 114 | 76 | 0 | 103 | 111 | 11 | 5 | 120 | 72 |
| Binary | 11101001 | 1001100 | 111110 | 0 | 1000011 | 1001001 | 1001 | 101 | 1010000 | 111010 |
Color Harmonies of #E94C3E
Complementary color
Monochromatic Colors of #E94C3E
Black with #E94C3E
Text Example
Text Example
White with #E94C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C3E; }
p { color: rgb(233,76,62); }
H1.HeaderClassName
{
color: #E94C3E;
}
.AnyTagClassName
{
color: #E94C3E;
}
</style>
background-color css
<style>
a { background-color: #E94C3E; }
a { background-color: rgb(233,76,62); }
div.DivClassName
{
background-color: #E94C3E;
}
.BgClassName
{
background-color: #E94C3E;
}
</style>
border-color css
<style>
span { border-color: #E94C3E; }
span { border-color: rgb(233,76,62); }
td.TdClassName
{
border-color: #E94C3E;
}
.TagClassName
{
border-color: #E94C3E;
}
</style>