Shades of Cinnabar #E93D2C
Tints of Cinnabar #E93D2C
RGB
CMYK
RGB Variations
Color information
#E93D2C (or 0xE93D2C) is known color: Cinnabar. HEX triplet: E9, 3D and 2C. RGB value is (233,61,44). Sum of RGB (Red+Green+Blue) = 233+61+44=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D2C is #16C2D3. Grayscale: #6E6E6E. Windows color (decimal): -1491668 or 2899433. OLE color: 2899433.
HSL color Cylindrical-coordinate representation of color #E93D2C: hue angle of 5.4º 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 #E93D2C is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 44 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.09 |
| HSL | 5.4º | 0.81% | 0.54% | - |
| HSV(B) | 5.4º | 0.81% | 0.91% | - |
| XYZ | 35.73 | 20.84 | 4.52 | - |
| YUV | 110.49 | 90.48 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 44 | 0 | 0.74 | 0.81 | 0.09 | 5.4 | 0.81 | 0.54 |
| Hex | E9 | 3D | 2C | 0 | 4A | 51 | 9 | 5 | 51 | 36 |
| Octal | 351 | 75 | 54 | 0 | 112 | 121 | 11 | 5 | 121 | 66 |
| Binary | 11101001 | 111101 | 101100 | 0 | 1001010 | 1010001 | 1001 | 101 | 1010001 | 110110 |
Color Harmonies of #E93D2C
Complementary color
Monochromatic Colors of #E93D2C
Black with #E93D2C
Text Example
Text Example
White with #E93D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D2C; }
p { color: rgb(233,61,44); }
H1.HeaderClassName
{
color: #E93D2C;
}
.AnyTagClassName
{
color: #E93D2C;
}
</style>
background-color css
<style>
a { background-color: #E93D2C; }
a { background-color: rgb(233,61,44); }
div.DivClassName
{
background-color: #E93D2C;
}
.BgClassName
{
background-color: #E93D2C;
}
</style>
border-color css
<style>
span { border-color: #E93D2C; }
span { border-color: rgb(233,61,44); }
td.TdClassName
{
border-color: #E93D2C;
}
.TagClassName
{
border-color: #E93D2C;
}
</style>