Shades of Cinnabar #E23E2F
Tints of Cinnabar #E23E2F
RGB
CMYK
RGB Variations
Color information
#E23E2F (or 0xE23E2F) is known color: Cinnabar. HEX triplet: E2, 3E and 2F. RGB value is (226,62,47). Sum of RGB (Red+Green+Blue) = 226+62+47=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E23E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23E2F is #1DC1D0. Grayscale: #6D6D6D. Windows color (decimal): -1950161 or 3096290. OLE color: 3096290.
HSL color Cylindrical-coordinate representation of color #E23E2F: hue angle of 5.03º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E23E2F is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 62 | 47 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.11 |
| HSL | 5.03º | 0.76% | 0.54% | - |
| HSV(B) | 5.03º | 0.79% | 0.89% | - |
| XYZ | 33.6 | 19.82 | 4.74 | - |
| YUV | 109.33 | 92.83 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 62 | 47 | 0 | 0.73 | 0.79 | 0.11 | 5.03 | 0.76 | 0.54 |
| Hex | E2 | 3E | 2F | 0 | 49 | 4F | B | 5 | 4C | 36 |
| Octal | 342 | 76 | 57 | 0 | 111 | 117 | 13 | 5 | 114 | 66 |
| Binary | 11100010 | 111110 | 101111 | 0 | 1001001 | 1001111 | 1011 | 101 | 1001100 | 110110 |
Color Harmonies of #E23E2F
Complementary color
Monochromatic Colors of #E23E2F
Black with #E23E2F
Text Example
Text Example
White with #E23E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23E2F; }
p { color: rgb(226,62,47); }
H1.HeaderClassName
{
color: #E23E2F;
}
.AnyTagClassName
{
color: #E23E2F;
}
</style>
background-color css
<style>
a { background-color: #E23E2F; }
a { background-color: rgb(226,62,47); }
div.DivClassName
{
background-color: #E23E2F;
}
.BgClassName
{
background-color: #E23E2F;
}
</style>
border-color css
<style>
span { border-color: #E23E2F; }
span { border-color: rgb(226,62,47); }
td.TdClassName
{
border-color: #E23E2F;
}
.TagClassName
{
border-color: #E23E2F;
}
</style>