Shades of Cinnabar #E93231
Tints of Cinnabar #E93231
RGB
CMYK
RGB Variations
Color information
#E93231 (or 0xE93231) is known color: Cinnabar. HEX triplet: E9, 32 and 31. RGB value is (233,50,49). Sum of RGB (Red+Green+Blue) = 233+50+49=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E93231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93231 is #16CDCE. Grayscale: #686868. Windows color (decimal): -1494479 or 3224297. OLE color: 3224297.
HSL color Cylindrical-coordinate representation of color #E93231: hue angle of 0.33º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E93231 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 49 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.09 |
| HSL | 0.33º | 0.81% | 0.55% | - |
| HSV(B) | 0.33º | 0.79% | 0.91% | - |
| XYZ | 35.3 | 19.83 | 4.87 | - |
| YUV | 104.6 | 96.63 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 49 | 0 | 0.79 | 0.79 | 0.09 | 0.33 | 0.81 | 0.55 |
| Hex | E9 | 32 | 31 | 0 | 4F | 4F | 9 | 0 | 51 | 37 |
| Octal | 351 | 62 | 61 | 0 | 117 | 117 | 11 | 0 | 121 | 67 |
| Binary | 11101001 | 110010 | 110001 | 0 | 1001111 | 1001111 | 1001 | 0 | 1010001 | 110111 |
Color Harmonies of #E93231
Complementary color
Monochromatic Colors of #E93231
Black with #E93231
Text Example
Text Example
White with #E93231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93231; }
p { color: rgb(233,50,49); }
H1.HeaderClassName
{
color: #E93231;
}
.AnyTagClassName
{
color: #E93231;
}
</style>
background-color css
<style>
a { background-color: #E93231; }
a { background-color: rgb(233,50,49); }
div.DivClassName
{
background-color: #E93231;
}
.BgClassName
{
background-color: #E93231;
}
</style>
border-color css
<style>
span { border-color: #E93231; }
span { border-color: rgb(233,50,49); }
td.TdClassName
{
border-color: #E93231;
}
.TagClassName
{
border-color: #E93231;
}
</style>