Shades of Cinnabar #E22C26
Tints of Cinnabar #E22C26
RGB
CMYK
RGB Variations
Color information
#E22C26 (or 0xE22C26) is known color: Cinnabar. HEX triplet: E2, 2C and 26. RGB value is (226,44,38). Sum of RGB (Red+Green+Blue) = 226+44+38=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22C26 is #1DD3D9. Grayscale: #616161. Windows color (decimal): -1954778 or 2501858. OLE color: 2501858.
HSL color Cylindrical-coordinate representation of color #E22C26: hue angle of 1.91º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E22C26 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 38 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.11 |
| HSL | 1.91º | 0.76% | 0.52% | - |
| HSV(B) | 1.91º | 0.83% | 0.89% | - |
| XYZ | 32.61 | 18.11 | 3.61 | - |
| YUV | 97.73 | 94.3 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 38 | 0 | 0.81 | 0.83 | 0.11 | 1.91 | 0.76 | 0.52 |
| Hex | E2 | 2C | 26 | 0 | 51 | 53 | B | 2 | 4C | 34 |
| Octal | 342 | 54 | 46 | 0 | 121 | 123 | 13 | 2 | 114 | 64 |
| Binary | 11100010 | 101100 | 100110 | 0 | 1010001 | 1010011 | 1011 | 10 | 1001100 | 110100 |
Color Harmonies of #E22C26
Complementary color
Monochromatic Colors of #E22C26
Black with #E22C26
Text Example
Text Example
White with #E22C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22C26; }
p { color: rgb(226,44,38); }
H1.HeaderClassName
{
color: #E22C26;
}
.AnyTagClassName
{
color: #E22C26;
}
</style>
background-color css
<style>
a { background-color: #E22C26; }
a { background-color: rgb(226,44,38); }
div.DivClassName
{
background-color: #E22C26;
}
.BgClassName
{
background-color: #E22C26;
}
</style>
border-color css
<style>
span { border-color: #E22C26; }
span { border-color: rgb(226,44,38); }
td.TdClassName
{
border-color: #E22C26;
}
.TagClassName
{
border-color: #E22C26;
}
</style>