Shades of Cinnabar #E23522
Tints of Cinnabar #E23522
RGB
CMYK
RGB Variations
Color information
#E23522 (or 0xE23522) is known color: Cinnabar. HEX triplet: E2, 35 and 22. RGB value is (226,53,34). Sum of RGB (Red+Green+Blue) = 226+53+34=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E23522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23522 is #1DCADD. Grayscale: #666666. Windows color (decimal): -1952478 or 2242018. OLE color: 2242018.
HSL color Cylindrical-coordinate representation of color #E23522: hue angle of 5.94º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E23522 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 34 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.11 |
| HSL | 5.94º | 0.77% | 0.51% | - |
| HSV(B) | 5.94º | 0.85% | 0.89% | - |
| XYZ | 32.93 | 18.83 | 3.41 | - |
| YUV | 102.56 | 89.31 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 34 | 0 | 0.77 | 0.85 | 0.11 | 5.94 | 0.77 | 0.51 |
| Hex | E2 | 35 | 22 | 0 | 4D | 55 | B | 6 | 4D | 33 |
| Octal | 342 | 65 | 42 | 0 | 115 | 125 | 13 | 6 | 115 | 63 |
| Binary | 11100010 | 110101 | 100010 | 0 | 1001101 | 1010101 | 1011 | 110 | 1001101 | 110011 |
Color Harmonies of #E23522
Complementary color
Monochromatic Colors of #E23522
Black with #E23522
Text Example
Text Example
White with #E23522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23522; }
p { color: rgb(226,53,34); }
H1.HeaderClassName
{
color: #E23522;
}
.AnyTagClassName
{
color: #E23522;
}
</style>
background-color css
<style>
a { background-color: #E23522; }
a { background-color: rgb(226,53,34); }
div.DivClassName
{
background-color: #E23522;
}
.BgClassName
{
background-color: #E23522;
}
</style>
border-color css
<style>
span { border-color: #E23522; }
span { border-color: rgb(226,53,34); }
td.TdClassName
{
border-color: #E23522;
}
.TagClassName
{
border-color: #E23522;
}
</style>