Shades of Cinnabar #E93C34
Tints of Cinnabar #E93C34
RGB
CMYK
RGB Variations
Color information
#E93C34 (or 0xE93C34) is known color: Cinnabar. HEX triplet: E9, 3C and 34. RGB value is (233,60,52). Sum of RGB (Red+Green+Blue) = 233+60+52=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93C34 is #16C3CB. Grayscale: #6F6F6F. Windows color (decimal): -1491916 or 3423465. OLE color: 3423465.
HSL color Cylindrical-coordinate representation of color #E93C34: hue angle of 2.65º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E93C34 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 52 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.09 |
| HSL | 2.65º | 0.8% | 0.56% | - |
| HSV(B) | 2.65º | 0.78% | 0.91% | - |
| XYZ | 35.84 | 20.8 | 5.38 | - |
| YUV | 110.82 | 94.81 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 52 | 0 | 0.74 | 0.78 | 0.09 | 2.65 | 0.8 | 0.56 |
| Hex | E9 | 3C | 34 | 0 | 4A | 4E | 9 | 3 | 50 | 38 |
| Octal | 351 | 74 | 64 | 0 | 112 | 116 | 11 | 3 | 120 | 70 |
| Binary | 11101001 | 111100 | 110100 | 0 | 1001010 | 1001110 | 1001 | 11 | 1010000 | 111000 |
Color Harmonies of #E93C34
Complementary color
Monochromatic Colors of #E93C34
Black with #E93C34
Text Example
Text Example
White with #E93C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93C34; }
p { color: rgb(233,60,52); }
H1.HeaderClassName
{
color: #E93C34;
}
.AnyTagClassName
{
color: #E93C34;
}
</style>
background-color css
<style>
a { background-color: #E93C34; }
a { background-color: rgb(233,60,52); }
div.DivClassName
{
background-color: #E93C34;
}
.BgClassName
{
background-color: #E93C34;
}
</style>
border-color css
<style>
span { border-color: #E93C34; }
span { border-color: rgb(233,60,52); }
td.TdClassName
{
border-color: #E93C34;
}
.TagClassName
{
border-color: #E93C34;
}
</style>