Shades of Cinnabar #E93521
Tints of Cinnabar #E93521
RGB
CMYK
RGB Variations
Color information
#E93521 (or 0xE93521) is known color: Cinnabar. HEX triplet: E9, 35 and 21. RGB value is (233,53,33). Sum of RGB (Red+Green+Blue) = 233+53+33=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E93521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93521 is #16CADE. Grayscale: #686868. Windows color (decimal): -1493727 or 2176489. OLE color: 2176489.
HSL color Cylindrical-coordinate representation of color #E93521: hue angle of 6º 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 #E93521 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 33 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.09 |
| HSL | 6º | 0.82% | 0.52% | - |
| HSV(B) | 6º | 0.86% | 0.91% | - |
| XYZ | 35.15 | 19.98 | 3.44 | - |
| YUV | 104.54 | 87.63 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 33 | 0 | 0.77 | 0.86 | 0.09 | 6 | 0.82 | 0.52 |
| Hex | E9 | 35 | 21 | 0 | 4D | 56 | 9 | 6 | 52 | 34 |
| Octal | 351 | 65 | 41 | 0 | 115 | 126 | 11 | 6 | 122 | 64 |
| Binary | 11101001 | 110101 | 100001 | 0 | 1001101 | 1010110 | 1001 | 110 | 1010010 | 110100 |
Color Harmonies of #E93521
Complementary color
Monochromatic Colors of #E93521
Black with #E93521
Text Example
Text Example
White with #E93521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93521; }
p { color: rgb(233,53,33); }
H1.HeaderClassName
{
color: #E93521;
}
.AnyTagClassName
{
color: #E93521;
}
</style>
background-color css
<style>
a { background-color: #E93521; }
a { background-color: rgb(233,53,33); }
div.DivClassName
{
background-color: #E93521;
}
.BgClassName
{
background-color: #E93521;
}
</style>
border-color css
<style>
span { border-color: #E93521; }
span { border-color: rgb(233,53,33); }
td.TdClassName
{
border-color: #E93521;
}
.TagClassName
{
border-color: #E93521;
}
</style>