Shades of Cinnabar #E93E2D
Tints of Cinnabar #E93E2D
RGB
CMYK
RGB Variations
Color information
#E93E2D (or 0xE93E2D) is known color: Cinnabar. HEX triplet: E9, 3E and 2D. RGB value is (233,62,45). Sum of RGB (Red+Green+Blue) = 233+62+45=340 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.53% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93E2D is #16C1D2. Grayscale: #6F6F6F. Windows color (decimal): -1491411 or 2965225. OLE color: 2965225.
HSL color Cylindrical-coordinate representation of color #E93E2D: hue angle of 5.43º 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 #E93E2D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 45 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.09 |
| HSL | 5.43º | 0.81% | 0.55% | - |
| HSV(B) | 5.43º | 0.81% | 0.91% | - |
| XYZ | 35.8 | 20.96 | 4.64 | - |
| YUV | 111.19 | 90.65 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 45 | 0 | 0.73 | 0.81 | 0.09 | 5.43 | 0.81 | 0.55 |
| Hex | E9 | 3E | 2D | 0 | 49 | 51 | 9 | 5 | 51 | 37 |
| Octal | 351 | 76 | 55 | 0 | 111 | 121 | 11 | 5 | 121 | 67 |
| Binary | 11101001 | 111110 | 101101 | 0 | 1001001 | 1010001 | 1001 | 101 | 1010001 | 110111 |
Color Harmonies of #E93E2D
Complementary color
Monochromatic Colors of #E93E2D
Black with #E93E2D
Text Example
Text Example
White with #E93E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93E2D; }
p { color: rgb(233,62,45); }
H1.HeaderClassName
{
color: #E93E2D;
}
.AnyTagClassName
{
color: #E93E2D;
}
</style>
background-color css
<style>
a { background-color: #E93E2D; }
a { background-color: rgb(233,62,45); }
div.DivClassName
{
background-color: #E93E2D;
}
.BgClassName
{
background-color: #E93E2D;
}
</style>
border-color css
<style>
span { border-color: #E93E2D; }
span { border-color: rgb(233,62,45); }
td.TdClassName
{
border-color: #E93E2D;
}
.TagClassName
{
border-color: #E93E2D;
}
</style>