Shades of Cinnabar #E2322B
Tints of Cinnabar #E2322B
RGB
CMYK
RGB Variations
Color information
#E2322B (or 0xE2322B) is known color: Cinnabar. HEX triplet: E2, 32 and 2B. RGB value is (226,50,43). Sum of RGB (Red+Green+Blue) = 226+50+43=319 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.85% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 226 - color contains mainly: red. Hex color #E2322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2322B is #1DCDD4. Grayscale: #666666. Windows color (decimal): -1953237 or 2831074. OLE color: 2831074.
HSL color Cylindrical-coordinate representation of color #E2322B: hue angle of 2.3º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2322B is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 43 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.11 |
| HSL | 2.3º | 0.76% | 0.53% | - |
| HSV(B) | 2.3º | 0.81% | 0.89% | - |
| XYZ | 32.94 | 18.62 | 4.14 | - |
| YUV | 101.83 | 94.81 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 43 | 0 | 0.78 | 0.81 | 0.11 | 2.3 | 0.76 | 0.53 |
| Hex | E2 | 32 | 2B | 0 | 4E | 51 | B | 2 | 4C | 35 |
| Octal | 342 | 62 | 53 | 0 | 116 | 121 | 13 | 2 | 114 | 65 |
| Binary | 11100010 | 110010 | 101011 | 0 | 1001110 | 1010001 | 1011 | 10 | 1001100 | 110101 |
Color Harmonies of #E2322B
Complementary color
Monochromatic Colors of #E2322B
Black with #E2322B
Text Example
Text Example
White with #E2322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2322B; }
p { color: rgb(226,50,43); }
H1.HeaderClassName
{
color: #E2322B;
}
.AnyTagClassName
{
color: #E2322B;
}
</style>
background-color css
<style>
a { background-color: #E2322B; }
a { background-color: rgb(226,50,43); }
div.DivClassName
{
background-color: #E2322B;
}
.BgClassName
{
background-color: #E2322B;
}
</style>
border-color css
<style>
span { border-color: #E2322B; }
span { border-color: rgb(226,50,43); }
td.TdClassName
{
border-color: #E2322B;
}
.TagClassName
{
border-color: #E2322B;
}
</style>