Shades of Cinnabar #E93A36
Tints of Cinnabar #E93A36
RGB
CMYK
RGB Variations
Color information
#E93A36 (or 0xE93A36) is known color: Cinnabar. HEX triplet: E9, 3A and 36. RGB value is (233,58,54). Sum of RGB (Red+Green+Blue) = 233+58+54=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A36 is #16C5C9. Grayscale: #6E6E6E. Windows color (decimal): -1492426 or 3554025. OLE color: 3554025.
HSL color Cylindrical-coordinate representation of color #E93A36: hue angle of 1.34º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E93A36 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 54 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.09 |
| HSL | 1.34º | 0.8% | 0.56% | - |
| HSV(B) | 1.34º | 0.77% | 0.91% | - |
| XYZ | 35.78 | 20.62 | 5.58 | - |
| YUV | 109.87 | 96.48 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 54 | 0 | 0.75 | 0.77 | 0.09 | 1.34 | 0.8 | 0.56 |
| Hex | E9 | 3A | 36 | 0 | 4B | 4D | 9 | 1 | 50 | 38 |
| Octal | 351 | 72 | 66 | 0 | 113 | 115 | 11 | 1 | 120 | 70 |
| Binary | 11101001 | 111010 | 110110 | 0 | 1001011 | 1001101 | 1001 | 1 | 1010000 | 111000 |
Color Harmonies of #E93A36
Complementary color
Monochromatic Colors of #E93A36
Black with #E93A36
Text Example
Text Example
White with #E93A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A36; }
p { color: rgb(233,58,54); }
H1.HeaderClassName
{
color: #E93A36;
}
.AnyTagClassName
{
color: #E93A36;
}
</style>
background-color css
<style>
a { background-color: #E93A36; }
a { background-color: rgb(233,58,54); }
div.DivClassName
{
background-color: #E93A36;
}
.BgClassName
{
background-color: #E93A36;
}
</style>
border-color css
<style>
span { border-color: #E93A36; }
span { border-color: rgb(233,58,54); }
td.TdClassName
{
border-color: #E93A36;
}
.TagClassName
{
border-color: #E93A36;
}
</style>