Shades of Cinnabar #E93820
Tints of Cinnabar #E93820
RGB
CMYK
RGB Variations
Color information
#E93820 (or 0xE93820) is known color: Cinnabar. HEX triplet: E9, 38 and 20. RGB value is (233,56,32). Sum of RGB (Red+Green+Blue) = 233+56+32=321 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.59% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 233 - color contains mainly: red. Hex color #E93820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93820 is #16C7DF. Grayscale: #6A6A6A. Windows color (decimal): -1492960 or 2111721. OLE color: 2111721.
HSL color Cylindrical-coordinate representation of color #E93820: hue angle of 7.16º 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 #E93820 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 56 | 32 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.09 |
| HSL | 7.16º | 0.82% | 0.52% | - |
| HSV(B) | 7.16º | 0.86% | 0.91% | - |
| XYZ | 35.28 | 20.26 | 3.42 | - |
| YUV | 106.19 | 86.14 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 56 | 32 | 0 | 0.76 | 0.86 | 0.09 | 7.16 | 0.82 | 0.52 |
| Hex | E9 | 38 | 20 | 0 | 4C | 56 | 9 | 7 | 52 | 34 |
| Octal | 351 | 70 | 40 | 0 | 114 | 126 | 11 | 7 | 122 | 64 |
| Binary | 11101001 | 111000 | 100000 | 0 | 1001100 | 1010110 | 1001 | 111 | 1010010 | 110100 |
Color Harmonies of #E93820
Complementary color
Monochromatic Colors of #E93820
Black with #E93820
Text Example
Text Example
White with #E93820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93820; }
p { color: rgb(233,56,32); }
H1.HeaderClassName
{
color: #E93820;
}
.AnyTagClassName
{
color: #E93820;
}
</style>
background-color css
<style>
a { background-color: #E93820; }
a { background-color: rgb(233,56,32); }
div.DivClassName
{
background-color: #E93820;
}
.BgClassName
{
background-color: #E93820;
}
</style>
border-color css
<style>
span { border-color: #E93820; }
span { border-color: rgb(233,56,32); }
td.TdClassName
{
border-color: #E93820;
}
.TagClassName
{
border-color: #E93820;
}
</style>