Shades of Cinnabar #E93E2F
Tints of Cinnabar #E93E2F
RGB
CMYK
RGB Variations
Color information
#E93E2F (or 0xE93E2F) is known color: Cinnabar. HEX triplet: E9, 3E and 2F. RGB value is (233,62,47). Sum of RGB (Red+Green+Blue) = 233+62+47=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93E2F is #16C1D0. Grayscale: #6F6F6F. Windows color (decimal): -1491409 or 3096297. OLE color: 3096297.
HSL color Cylindrical-coordinate representation of color #E93E2F: hue angle of 4.84º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E93E2F is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 47 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.09 |
| HSL | 4.84º | 0.81% | 0.55% | - |
| HSV(B) | 4.84º | 0.8% | 0.91% | - |
| XYZ | 35.84 | 20.97 | 4.85 | - |
| YUV | 111.42 | 91.65 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 47 | 0 | 0.73 | 0.80 | 0.09 | 4.84 | 0.81 | 0.55 |
| Hex | E9 | 3E | 2F | 0 | 49 | 50 | 9 | 5 | 51 | 37 |
| Octal | 351 | 76 | 57 | 0 | 111 | 120 | 11 | 5 | 121 | 67 |
| Binary | 11101001 | 111110 | 101111 | 0 | 1001001 | 1010000 | 1001 | 101 | 1010001 | 110111 |
Color Harmonies of #E93E2F
Complementary color
Monochromatic Colors of #E93E2F
Black with #E93E2F
Text Example
Text Example
White with #E93E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93E2F; }
p { color: rgb(233,62,47); }
H1.HeaderClassName
{
color: #E93E2F;
}
.AnyTagClassName
{
color: #E93E2F;
}
</style>
background-color css
<style>
a { background-color: #E93E2F; }
a { background-color: rgb(233,62,47); }
div.DivClassName
{
background-color: #E93E2F;
}
.BgClassName
{
background-color: #E93E2F;
}
</style>
border-color css
<style>
span { border-color: #E93E2F; }
span { border-color: rgb(233,62,47); }
td.TdClassName
{
border-color: #E93E2F;
}
.TagClassName
{
border-color: #E93E2F;
}
</style>