Shades of Cinnabar #E93A2C
Tints of Cinnabar #E93A2C
RGB
CMYK
RGB Variations
Color information
#E93A2C (or 0xE93A2C) is known color: Cinnabar. HEX triplet: E9, 3A and 2C. RGB value is (233,58,44). Sum of RGB (Red+Green+Blue) = 233+58+44=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A2C is #16C5D3. Grayscale: #6C6C6C. Windows color (decimal): -1492436 or 2898665. OLE color: 2898665.
HSL color Cylindrical-coordinate representation of color #E93A2C: hue angle of 4.44º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E93A2C is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 44 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.09 |
| HSL | 4.44º | 0.81% | 0.54% | - |
| HSV(B) | 4.44º | 0.81% | 0.91% | - |
| XYZ | 35.57 | 20.53 | 4.47 | - |
| YUV | 108.73 | 91.48 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 44 | 0 | 0.75 | 0.81 | 0.09 | 4.44 | 0.81 | 0.54 |
| Hex | E9 | 3A | 2C | 0 | 4B | 51 | 9 | 4 | 51 | 36 |
| Octal | 351 | 72 | 54 | 0 | 113 | 121 | 11 | 4 | 121 | 66 |
| Binary | 11101001 | 111010 | 101100 | 0 | 1001011 | 1010001 | 1001 | 100 | 1010001 | 110110 |
Color Harmonies of #E93A2C
Complementary color
Monochromatic Colors of #E93A2C
Black with #E93A2C
Text Example
Text Example
White with #E93A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A2C; }
p { color: rgb(233,58,44); }
H1.HeaderClassName
{
color: #E93A2C;
}
.AnyTagClassName
{
color: #E93A2C;
}
</style>
background-color css
<style>
a { background-color: #E93A2C; }
a { background-color: rgb(233,58,44); }
div.DivClassName
{
background-color: #E93A2C;
}
.BgClassName
{
background-color: #E93A2C;
}
</style>
border-color css
<style>
span { border-color: #E93A2C; }
span { border-color: rgb(233,58,44); }
td.TdClassName
{
border-color: #E93A2C;
}
.TagClassName
{
border-color: #E93A2C;
}
</style>