Shades of Cinnabar #E22E2E
Tints of Cinnabar #E22E2E
RGB
CMYK
RGB Variations
Color information
#E22E2E (or 0xE22E2E) is known color: Cinnabar. HEX triplet: E2, 2E and 2E. RGB value is (226,46,46). Sum of RGB (Red+Green+Blue) = 226+46+46=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E22E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22E2E is #1DD1D1. Grayscale: #646464. Windows color (decimal): -1954258 or 3026658. OLE color: 3026658.
HSL color Cylindrical-coordinate representation of color #E22E2E: hue angle of 0º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22E2E is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 46 | 46 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.11 |
| HSL | 0º | 0.76% | 0.53% | - |
| HSV(B) | 0º | 0.8% | 0.89% | - |
| XYZ | 32.83 | 18.32 | 4.39 | - |
| YUV | 99.82 | 97.63 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 46 | 46 | 0 | 0.80 | 0.80 | 0.11 | 0 | 0.76 | 0.53 |
| Hex | E2 | 2E | 2E | 0 | 50 | 50 | B | 0 | 4C | 35 |
| Octal | 342 | 56 | 56 | 0 | 120 | 120 | 13 | 0 | 114 | 65 |
| Binary | 11100010 | 101110 | 101110 | 0 | 1010000 | 1010000 | 1011 | 0 | 1001100 | 110101 |
Color Harmonies of #E22E2E
Complementary color
Monochromatic Colors of #E22E2E
Black with #E22E2E
Text Example
Text Example
White with #E22E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22E2E; }
p { color: rgb(226,46,46); }
H1.HeaderClassName
{
color: #E22E2E;
}
.AnyTagClassName
{
color: #E22E2E;
}
</style>
background-color css
<style>
a { background-color: #E22E2E; }
a { background-color: rgb(226,46,46); }
div.DivClassName
{
background-color: #E22E2E;
}
.BgClassName
{
background-color: #E22E2E;
}
</style>
border-color css
<style>
span { border-color: #E22E2E; }
span { border-color: rgb(226,46,46); }
td.TdClassName
{
border-color: #E22E2E;
}
.TagClassName
{
border-color: #E22E2E;
}
</style>