Shades of Cinnabar #E93931
Tints of Cinnabar #E93931
RGB
CMYK
RGB Variations
Color information
#E93931 (or 0xE93931) is known color: Cinnabar. HEX triplet: E9, 39 and 31. RGB value is (233,57,49). Sum of RGB (Red+Green+Blue) = 233+57+49=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E93931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93931 is #16C6CE. Grayscale: #6C6C6C. Windows color (decimal): -1492687 or 3226089. OLE color: 3226089.
HSL color Cylindrical-coordinate representation of color #E93931: hue angle of 2.61º 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 #E93931 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 57 | 49 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.09 |
| HSL | 2.61º | 0.81% | 0.55% | - |
| HSV(B) | 2.61º | 0.79% | 0.91% | - |
| XYZ | 35.62 | 20.47 | 4.98 | - |
| YUV | 108.71 | 94.31 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 57 | 49 | 0 | 0.76 | 0.79 | 0.09 | 2.61 | 0.81 | 0.55 |
| Hex | E9 | 39 | 31 | 0 | 4C | 4F | 9 | 3 | 51 | 37 |
| Octal | 351 | 71 | 61 | 0 | 114 | 117 | 11 | 3 | 121 | 67 |
| Binary | 11101001 | 111001 | 110001 | 0 | 1001100 | 1001111 | 1001 | 11 | 1010001 | 110111 |
Color Harmonies of #E93931
Complementary color
Monochromatic Colors of #E93931
Black with #E93931
Text Example
Text Example
White with #E93931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93931; }
p { color: rgb(233,57,49); }
H1.HeaderClassName
{
color: #E93931;
}
.AnyTagClassName
{
color: #E93931;
}
</style>
background-color css
<style>
a { background-color: #E93931; }
a { background-color: rgb(233,57,49); }
div.DivClassName
{
background-color: #E93931;
}
.BgClassName
{
background-color: #E93931;
}
</style>
border-color css
<style>
span { border-color: #E93931; }
span { border-color: rgb(233,57,49); }
td.TdClassName
{
border-color: #E93931;
}
.TagClassName
{
border-color: #E93931;
}
</style>