Shades of Cinnabar #E93E2A
Tints of Cinnabar #E93E2A
RGB
CMYK
RGB Variations
Color information
#E93E2A (or 0xE93E2A) is known color: Cinnabar. HEX triplet: E9, 3E and 2A. RGB value is (233,62,42). Sum of RGB (Red+Green+Blue) = 233+62+42=337 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.14% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93E2A is #16C1D5. Grayscale: #6F6F6F. Windows color (decimal): -1491414 or 2768617. OLE color: 2768617.
HSL color Cylindrical-coordinate representation of color #E93E2A: hue angle of 6.28º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E93E2A is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 42 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.09 |
| HSL | 6.28º | 0.81% | 0.54% | - |
| HSV(B) | 6.28º | 0.82% | 0.91% | - |
| XYZ | 35.74 | 20.94 | 4.35 | - |
| YUV | 110.85 | 89.15 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 42 | 0 | 0.73 | 0.82 | 0.09 | 6.28 | 0.81 | 0.54 |
| Hex | E9 | 3E | 2A | 0 | 49 | 52 | 9 | 6 | 51 | 36 |
| Octal | 351 | 76 | 52 | 0 | 111 | 122 | 11 | 6 | 121 | 66 |
| Binary | 11101001 | 111110 | 101010 | 0 | 1001001 | 1010010 | 1001 | 110 | 1010001 | 110110 |
Color Harmonies of #E93E2A
Complementary color
Monochromatic Colors of #E93E2A
Black with #E93E2A
Text Example
Text Example
White with #E93E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93E2A; }
p { color: rgb(233,62,42); }
H1.HeaderClassName
{
color: #E93E2A;
}
.AnyTagClassName
{
color: #E93E2A;
}
</style>
background-color css
<style>
a { background-color: #E93E2A; }
a { background-color: rgb(233,62,42); }
div.DivClassName
{
background-color: #E93E2A;
}
.BgClassName
{
background-color: #E93E2A;
}
</style>
border-color css
<style>
span { border-color: #E93E2A; }
span { border-color: rgb(233,62,42); }
td.TdClassName
{
border-color: #E93E2A;
}
.TagClassName
{
border-color: #E93E2A;
}
</style>