Shades of Cinnabar #E92421
Tints of Cinnabar #E92421
RGB
CMYK
RGB Variations
Color information
#E92421 (or 0xE92421) is known color: Cinnabar. HEX triplet: E9, 24 and 21. RGB value is (233,36,33). Sum of RGB (Red+Green+Blue) = 233+36+33=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E92421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92421 is #16DBDE. Grayscale: #5E5E5E. Windows color (decimal): -1498079 or 2172137. OLE color: 2172137.
HSL color Cylindrical-coordinate representation of color #E92421: hue angle of 0.9º 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 #E92421 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 33 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.09 |
| HSL | 0.9º | 0.82% | 0.52% | - |
| HSV(B) | 0.9º | 0.86% | 0.91% | - |
| XYZ | 34.51 | 18.7 | 3.23 | - |
| YUV | 94.56 | 93.27 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 33 | 0 | 0.85 | 0.86 | 0.09 | 0.9 | 0.82 | 0.52 |
| Hex | E9 | 24 | 21 | 0 | 55 | 56 | 9 | 1 | 52 | 34 |
| Octal | 351 | 44 | 41 | 0 | 125 | 126 | 11 | 1 | 122 | 64 |
| Binary | 11101001 | 100100 | 100001 | 0 | 1010101 | 1010110 | 1001 | 1 | 1010010 | 110100 |
Color Harmonies of #E92421
Complementary color
Monochromatic Colors of #E92421
Black with #E92421
Text Example
Text Example
White with #E92421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92421; }
p { color: rgb(233,36,33); }
H1.HeaderClassName
{
color: #E92421;
}
.AnyTagClassName
{
color: #E92421;
}
</style>
background-color css
<style>
a { background-color: #E92421; }
a { background-color: rgb(233,36,33); }
div.DivClassName
{
background-color: #E92421;
}
.BgClassName
{
background-color: #E92421;
}
</style>
border-color css
<style>
span { border-color: #E92421; }
span { border-color: rgb(233,36,33); }
td.TdClassName
{
border-color: #E92421;
}
.TagClassName
{
border-color: #E92421;
}
</style>