Shades of Cinnabar #E94C2E
Tints of Cinnabar #E94C2E
RGB
CMYK
RGB Variations
Color information
#E94C2E (or 0xE94C2E) is known color: Cinnabar. HEX triplet: E9, 4C and 2E. RGB value is (233,76,46). Sum of RGB (Red+Green+Blue) = 233+76+46=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94C2E is #16B3D1. Grayscale: #777777. Windows color (decimal): -1487826 or 3034345. OLE color: 3034345.
HSL color Cylindrical-coordinate representation of color #E94C2E: hue angle of 9.63º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E94C2E is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 46 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.09 |
| HSL | 9.63º | 0.81% | 0.55% | - |
| HSV(B) | 9.63º | 0.8% | 0.91% | - |
| XYZ | 36.68 | 22.69 | 5.03 | - |
| YUV | 119.52 | 86.51 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 46 | 0 | 0.67 | 0.80 | 0.09 | 9.63 | 0.81 | 0.55 |
| Hex | E9 | 4C | 2E | 0 | 43 | 50 | 9 | A | 51 | 37 |
| Octal | 351 | 114 | 56 | 0 | 103 | 120 | 11 | 12 | 121 | 67 |
| Binary | 11101001 | 1001100 | 101110 | 0 | 1000011 | 1010000 | 1001 | 1010 | 1010001 | 110111 |
Color Harmonies of #E94C2E
Complementary color
Monochromatic Colors of #E94C2E
Black with #E94C2E
Text Example
Text Example
White with #E94C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C2E; }
p { color: rgb(233,76,46); }
H1.HeaderClassName
{
color: #E94C2E;
}
.AnyTagClassName
{
color: #E94C2E;
}
</style>
background-color css
<style>
a { background-color: #E94C2E; }
a { background-color: rgb(233,76,46); }
div.DivClassName
{
background-color: #E94C2E;
}
.BgClassName
{
background-color: #E94C2E;
}
</style>
border-color css
<style>
span { border-color: #E94C2E; }
span { border-color: rgb(233,76,46); }
td.TdClassName
{
border-color: #E94C2E;
}
.TagClassName
{
border-color: #E94C2E;
}
</style>