Shades of Cinnabar #E93A21
Tints of Cinnabar #E93A21
RGB
CMYK
RGB Variations
Color information
#E93A21 (or 0xE93A21) is known color: Cinnabar. HEX triplet: E9, 3A and 21. RGB value is (233,58,33). Sum of RGB (Red+Green+Blue) = 233+58+33=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A21 is #16C5DE. Grayscale: #6B6B6B. Windows color (decimal): -1492447 or 2177769. OLE color: 2177769.
HSL color Cylindrical-coordinate representation of color #E93A21: hue angle of 7.5º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E93A21 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 33 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.09 |
| HSL | 7.5º | 0.82% | 0.52% | - |
| HSV(B) | 7.5º | 0.86% | 0.91% | - |
| XYZ | 35.39 | 20.46 | 3.52 | - |
| YUV | 107.48 | 85.98 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 33 | 0 | 0.75 | 0.86 | 0.09 | 7.5 | 0.82 | 0.52 |
| Hex | E9 | 3A | 21 | 0 | 4B | 56 | 9 | 8 | 52 | 34 |
| Octal | 351 | 72 | 41 | 0 | 113 | 126 | 11 | 10 | 122 | 64 |
| Binary | 11101001 | 111010 | 100001 | 0 | 1001011 | 1010110 | 1001 | 1000 | 1010010 | 110100 |
Color Harmonies of #E93A21
Complementary color
Monochromatic Colors of #E93A21
Black with #E93A21
Text Example
Text Example
White with #E93A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A21; }
p { color: rgb(233,58,33); }
H1.HeaderClassName
{
color: #E93A21;
}
.AnyTagClassName
{
color: #E93A21;
}
</style>
background-color css
<style>
a { background-color: #E93A21; }
a { background-color: rgb(233,58,33); }
div.DivClassName
{
background-color: #E93A21;
}
.BgClassName
{
background-color: #E93A21;
}
</style>
border-color css
<style>
span { border-color: #E93A21; }
span { border-color: rgb(233,58,33); }
td.TdClassName
{
border-color: #E93A21;
}
.TagClassName
{
border-color: #E93A21;
}
</style>