Shades of Cinnabar #E23632
Tints of Cinnabar #E23632
RGB
CMYK
RGB Variations
Color information
#E23632 (or 0xE23632) is known color: Cinnabar. HEX triplet: E2, 36 and 32. RGB value is (226,54,50). Sum of RGB (Red+Green+Blue) = 226+54+50=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E23632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23632 is #1DC9CD. Grayscale: #696969. Windows color (decimal): -1952206 or 3290850. OLE color: 3290850.
HSL color Cylindrical-coordinate representation of color #E23632: hue angle of 1.36º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E23632 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 50 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.11 |
| HSL | 1.36º | 0.75% | 0.54% | - |
| HSV(B) | 1.36º | 0.78% | 0.89% | - |
| XYZ | 33.26 | 19.04 | 4.94 | - |
| YUV | 104.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 50 | 0 | 0.76 | 0.78 | 0.11 | 1.36 | 0.75 | 0.54 |
| Hex | E2 | 36 | 32 | 0 | 4C | 4E | B | 1 | 4B | 36 |
| Octal | 342 | 66 | 62 | 0 | 114 | 116 | 13 | 1 | 113 | 66 |
| Binary | 11100010 | 110110 | 110010 | 0 | 1001100 | 1001110 | 1011 | 1 | 1001011 | 110110 |
Color Harmonies of #E23632
Complementary color
Monochromatic Colors of #E23632
Black with #E23632
Text Example
Text Example
White with #E23632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23632; }
p { color: rgb(226,54,50); }
H1.HeaderClassName
{
color: #E23632;
}
.AnyTagClassName
{
color: #E23632;
}
</style>
background-color css
<style>
a { background-color: #E23632; }
a { background-color: rgb(226,54,50); }
div.DivClassName
{
background-color: #E23632;
}
.BgClassName
{
background-color: #E23632;
}
</style>
border-color css
<style>
span { border-color: #E23632; }
span { border-color: rgb(226,54,50); }
td.TdClassName
{
border-color: #E23632;
}
.TagClassName
{
border-color: #E23632;
}
</style>