Shades of Cinnabar #E23534
Tints of Cinnabar #E23534
RGB
CMYK
RGB Variations
Color information
#E23534 (or 0xE23534) is known color: Cinnabar. HEX triplet: E2, 35 and 34. RGB value is (226,53,52). Sum of RGB (Red+Green+Blue) = 226+53+52=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E23534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23534 is #1DCACB. Grayscale: #686868. Windows color (decimal): -1952460 or 3421666. OLE color: 3421666.
HSL color Cylindrical-coordinate representation of color #E23534: hue angle of 0.34º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E23534 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 52 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.11 |
| HSL | 0.34º | 0.75% | 0.55% | - |
| HSV(B) | 0.34º | 0.77% | 0.89% | - |
| XYZ | 33.26 | 18.96 | 5.16 | - |
| YUV | 104.61 | 98.31 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 52 | 0 | 0.77 | 0.77 | 0.11 | 0.34 | 0.75 | 0.55 |
| Hex | E2 | 35 | 34 | 0 | 4D | 4D | B | 0 | 4B | 37 |
| Octal | 342 | 65 | 64 | 0 | 115 | 115 | 13 | 0 | 113 | 67 |
| Binary | 11100010 | 110101 | 110100 | 0 | 1001101 | 1001101 | 1011 | 0 | 1001011 | 110111 |
Color Harmonies of #E23534
Complementary color
Monochromatic Colors of #E23534
Black with #E23534
Text Example
Text Example
White with #E23534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23534; }
p { color: rgb(226,53,52); }
H1.HeaderClassName
{
color: #E23534;
}
.AnyTagClassName
{
color: #E23534;
}
</style>
background-color css
<style>
a { background-color: #E23534; }
a { background-color: rgb(226,53,52); }
div.DivClassName
{
background-color: #E23534;
}
.BgClassName
{
background-color: #E23534;
}
</style>
border-color css
<style>
span { border-color: #E23534; }
span { border-color: rgb(226,53,52); }
td.TdClassName
{
border-color: #E23534;
}
.TagClassName
{
border-color: #E23534;
}
</style>