Shades of Cinnabar #E22C24
Tints of Cinnabar #E22C24
RGB
CMYK
RGB Variations
Color information
#E22C24 (or 0xE22C24) is known color: Cinnabar. HEX triplet: E2, 2C and 24. RGB value is (226,44,36). Sum of RGB (Red+Green+Blue) = 226+44+36=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22C24 is #1DD3DB. Grayscale: #616161. Windows color (decimal): -1954780 or 2370786. OLE color: 2370786.
HSL color Cylindrical-coordinate representation of color #E22C24: hue angle of 2.53º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E22C24 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 36 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.11 |
| HSL | 2.53º | 0.77% | 0.51% | - |
| HSV(B) | 2.53º | 0.84% | 0.89% | - |
| XYZ | 32.58 | 18.1 | 3.44 | - |
| YUV | 97.51 | 93.3 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 36 | 0 | 0.81 | 0.84 | 0.11 | 2.53 | 0.77 | 0.51 |
| Hex | E2 | 2C | 24 | 0 | 51 | 54 | B | 3 | 4D | 33 |
| Octal | 342 | 54 | 44 | 0 | 121 | 124 | 13 | 3 | 115 | 63 |
| Binary | 11100010 | 101100 | 100100 | 0 | 1010001 | 1010100 | 1011 | 11 | 1001101 | 110011 |
Color Harmonies of #E22C24
Complementary color
Monochromatic Colors of #E22C24
Black with #E22C24
Text Example
Text Example
White with #E22C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22C24; }
p { color: rgb(226,44,36); }
H1.HeaderClassName
{
color: #E22C24;
}
.AnyTagClassName
{
color: #E22C24;
}
</style>
background-color css
<style>
a { background-color: #E22C24; }
a { background-color: rgb(226,44,36); }
div.DivClassName
{
background-color: #E22C24;
}
.BgClassName
{
background-color: #E22C24;
}
</style>
border-color css
<style>
span { border-color: #E22C24; }
span { border-color: rgb(226,44,36); }
td.TdClassName
{
border-color: #E22C24;
}
.TagClassName
{
border-color: #E22C24;
}
</style>