Shades of Cinnabar #E93224
Tints of Cinnabar #E93224
RGB
CMYK
RGB Variations
Color information
#E93224 (or 0xE93224) is known color: Cinnabar. HEX triplet: E9, 32 and 24. RGB value is (233,50,36). Sum of RGB (Red+Green+Blue) = 233+50+36=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E93224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93224 is #16CDDB. Grayscale: #676767. Windows color (decimal): -1494492 or 2372329. OLE color: 2372329.
HSL color Cylindrical-coordinate representation of color #E93224: hue angle of 4.26º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E93224 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 36 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.09 |
| HSL | 4.26º | 0.82% | 0.53% | - |
| HSV(B) | 4.26º | 0.85% | 0.91% | - |
| XYZ | 35.06 | 19.73 | 3.63 | - |
| YUV | 103.12 | 90.13 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 36 | 0 | 0.79 | 0.85 | 0.09 | 4.26 | 0.82 | 0.53 |
| Hex | E9 | 32 | 24 | 0 | 4F | 55 | 9 | 4 | 52 | 35 |
| Octal | 351 | 62 | 44 | 0 | 117 | 125 | 11 | 4 | 122 | 65 |
| Binary | 11101001 | 110010 | 100100 | 0 | 1001111 | 1010101 | 1001 | 100 | 1010010 | 110101 |
Color Harmonies of #E93224
Complementary color
Monochromatic Colors of #E93224
Black with #E93224
Text Example
Text Example
White with #E93224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93224; }
p { color: rgb(233,50,36); }
H1.HeaderClassName
{
color: #E93224;
}
.AnyTagClassName
{
color: #E93224;
}
</style>
background-color css
<style>
a { background-color: #E93224; }
a { background-color: rgb(233,50,36); }
div.DivClassName
{
background-color: #E93224;
}
.BgClassName
{
background-color: #E93224;
}
</style>
border-color css
<style>
span { border-color: #E93224; }
span { border-color: rgb(233,50,36); }
td.TdClassName
{
border-color: #E93224;
}
.TagClassName
{
border-color: #E93224;
}
</style>