Shades of Cinnabar #E93A2D
Tints of Cinnabar #E93A2D
RGB
CMYK
RGB Variations
Color information
#E93A2D (or 0xE93A2D) is known color: Cinnabar. HEX triplet: E9, 3A and 2D. RGB value is (233,58,45). Sum of RGB (Red+Green+Blue) = 233+58+45=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A2D is #16C5D2. Grayscale: #6D6D6D. Windows color (decimal): -1492435 or 2964201. OLE color: 2964201.
HSL color Cylindrical-coordinate representation of color #E93A2D: hue angle of 4.15º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E93A2D is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 45 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.09 |
| HSL | 4.15º | 0.81% | 0.55% | - |
| HSV(B) | 4.15º | 0.81% | 0.91% | - |
| XYZ | 35.59 | 20.54 | 4.57 | - |
| YUV | 108.84 | 91.98 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 45 | 0 | 0.75 | 0.81 | 0.09 | 4.15 | 0.81 | 0.55 |
| Hex | E9 | 3A | 2D | 0 | 4B | 51 | 9 | 4 | 51 | 37 |
| Octal | 351 | 72 | 55 | 0 | 113 | 121 | 11 | 4 | 121 | 67 |
| Binary | 11101001 | 111010 | 101101 | 0 | 1001011 | 1010001 | 1001 | 100 | 1010001 | 110111 |
Color Harmonies of #E93A2D
Complementary color
Monochromatic Colors of #E93A2D
Black with #E93A2D
Text Example
Text Example
White with #E93A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A2D; }
p { color: rgb(233,58,45); }
H1.HeaderClassName
{
color: #E93A2D;
}
.AnyTagClassName
{
color: #E93A2D;
}
</style>
background-color css
<style>
a { background-color: #E93A2D; }
a { background-color: rgb(233,58,45); }
div.DivClassName
{
background-color: #E93A2D;
}
.BgClassName
{
background-color: #E93A2D;
}
</style>
border-color css
<style>
span { border-color: #E93A2D; }
span { border-color: rgb(233,58,45); }
td.TdClassName
{
border-color: #E93A2D;
}
.TagClassName
{
border-color: #E93A2D;
}
</style>