Shades of Cinnabar #E93220
Tints of Cinnabar #E93220
RGB
CMYK
RGB Variations
Color information
#E93220 (or 0xE93220) is known color: Cinnabar. HEX triplet: E9, 32 and 20. RGB value is (233,50,32). Sum of RGB (Red+Green+Blue) = 233+50+32=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E93220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93220 is #16CDDF. Grayscale: #666666. Windows color (decimal): -1494496 or 2110185. OLE color: 2110185.
HSL color Cylindrical-coordinate representation of color #E93220: hue angle of 5.37º 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 #E93220 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 32 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.09 |
| HSL | 5.37º | 0.82% | 0.52% | - |
| HSV(B) | 5.37º | 0.86% | 0.91% | - |
| XYZ | 35.01 | 19.71 | 3.33 | - |
| YUV | 102.67 | 88.13 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 32 | 0 | 0.79 | 0.86 | 0.09 | 5.37 | 0.82 | 0.52 |
| Hex | E9 | 32 | 20 | 0 | 4F | 56 | 9 | 5 | 52 | 34 |
| Octal | 351 | 62 | 40 | 0 | 117 | 126 | 11 | 5 | 122 | 64 |
| Binary | 11101001 | 110010 | 100000 | 0 | 1001111 | 1010110 | 1001 | 101 | 1010010 | 110100 |
Color Harmonies of #E93220
Complementary color
Monochromatic Colors of #E93220
Black with #E93220
Text Example
Text Example
White with #E93220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93220; }
p { color: rgb(233,50,32); }
H1.HeaderClassName
{
color: #E93220;
}
.AnyTagClassName
{
color: #E93220;
}
</style>
background-color css
<style>
a { background-color: #E93220; }
a { background-color: rgb(233,50,32); }
div.DivClassName
{
background-color: #E93220;
}
.BgClassName
{
background-color: #E93220;
}
</style>
border-color css
<style>
span { border-color: #E93220; }
span { border-color: rgb(233,50,32); }
td.TdClassName
{
border-color: #E93220;
}
.TagClassName
{
border-color: #E93220;
}
</style>