Shades of Cinnabar #E93C2E
Tints of Cinnabar #E93C2E
RGB
CMYK
RGB Variations
Color information
#E93C2E (or 0xE93C2E) is known color: Cinnabar. HEX triplet: E9, 3C and 2E. RGB value is (233,60,46). Sum of RGB (Red+Green+Blue) = 233+60+46=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93C2E is #16C3D1. Grayscale: #6E6E6E. Windows color (decimal): -1491922 or 3030249. OLE color: 3030249.
HSL color Cylindrical-coordinate representation of color #E93C2E: hue angle of 4.49º 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 #E93C2E is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 46 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.09 |
| HSL | 4.49º | 0.81% | 0.55% | - |
| HSV(B) | 4.49º | 0.8% | 0.91% | - |
| XYZ | 35.71 | 20.75 | 4.71 | - |
| YUV | 110.13 | 91.81 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 46 | 0 | 0.74 | 0.80 | 0.09 | 4.49 | 0.81 | 0.55 |
| Hex | E9 | 3C | 2E | 0 | 4A | 50 | 9 | 4 | 51 | 37 |
| Octal | 351 | 74 | 56 | 0 | 112 | 120 | 11 | 4 | 121 | 67 |
| Binary | 11101001 | 111100 | 101110 | 0 | 1001010 | 1010000 | 1001 | 100 | 1010001 | 110111 |
Color Harmonies of #E93C2E
Complementary color
Monochromatic Colors of #E93C2E
Black with #E93C2E
Text Example
Text Example
White with #E93C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93C2E; }
p { color: rgb(233,60,46); }
H1.HeaderClassName
{
color: #E93C2E;
}
.AnyTagClassName
{
color: #E93C2E;
}
</style>
background-color css
<style>
a { background-color: #E93C2E; }
a { background-color: rgb(233,60,46); }
div.DivClassName
{
background-color: #E93C2E;
}
.BgClassName
{
background-color: #E93C2E;
}
</style>
border-color css
<style>
span { border-color: #E93C2E; }
span { border-color: rgb(233,60,46); }
td.TdClassName
{
border-color: #E93C2E;
}
.TagClassName
{
border-color: #E93C2E;
}
</style>