Shades of Cinnabar #E23C20
Tints of Cinnabar #E23C20
RGB
CMYK
RGB Variations
Color information
#E23C20 (or 0xE23C20) is known color: Cinnabar. HEX triplet: E2, 3C and 20. RGB value is (226,60,32). Sum of RGB (Red+Green+Blue) = 226+60+32=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E23C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23C20 is #1DC3DF. Grayscale: #6A6A6A. Windows color (decimal): -1950688 or 2112738. OLE color: 2112738.
HSL color Cylindrical-coordinate representation of color #E23C20: hue angle of 8.66º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E23C20 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 60 | 32 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.11 |
| HSL | 8.66º | 0.77% | 0.51% | - |
| HSV(B) | 8.66º | 0.86% | 0.89% | - |
| XYZ | 33.24 | 19.5 | 3.38 | - |
| YUV | 106.44 | 86 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 60 | 32 | 0 | 0.73 | 0.86 | 0.11 | 8.66 | 0.77 | 0.51 |
| Hex | E2 | 3C | 20 | 0 | 49 | 56 | B | 9 | 4D | 33 |
| Octal | 342 | 74 | 40 | 0 | 111 | 126 | 13 | 11 | 115 | 63 |
| Binary | 11100010 | 111100 | 100000 | 0 | 1001001 | 1010110 | 1011 | 1001 | 1001101 | 110011 |
Color Harmonies of #E23C20
Complementary color
Monochromatic Colors of #E23C20
Black with #E23C20
Text Example
Text Example
White with #E23C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23C20; }
p { color: rgb(226,60,32); }
H1.HeaderClassName
{
color: #E23C20;
}
.AnyTagClassName
{
color: #E23C20;
}
</style>
background-color css
<style>
a { background-color: #E23C20; }
a { background-color: rgb(226,60,32); }
div.DivClassName
{
background-color: #E23C20;
}
.BgClassName
{
background-color: #E23C20;
}
</style>
border-color css
<style>
span { border-color: #E23C20; }
span { border-color: rgb(226,60,32); }
td.TdClassName
{
border-color: #E23C20;
}
.TagClassName
{
border-color: #E23C20;
}
</style>