Shades of Cinnabar #E23430
Tints of Cinnabar #E23430
RGB
CMYK
RGB Variations
Color information
#E23430 (or 0xE23430) is known color: Cinnabar. HEX triplet: E2, 34 and 30. RGB value is (226,52,48). Sum of RGB (Red+Green+Blue) = 226+52+48=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E23430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23430 is #1DCBCF. Grayscale: #676767. Windows color (decimal): -1952720 or 3159266. OLE color: 3159266.
HSL color Cylindrical-coordinate representation of color #E23430: hue angle of 1.35º degrees, saturation: 0.75, 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 #E23430 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 52 | 48 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.11 |
| HSL | 1.35º | 0.75% | 0.54% | - |
| HSV(B) | 1.35º | 0.79% | 0.89% | - |
| XYZ | 33.13 | 18.84 | 4.69 | - |
| YUV | 103.57 | 96.65 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 48 | 0 | 0.77 | 0.79 | 0.11 | 1.35 | 0.75 | 0.54 |
| Hex | E2 | 34 | 30 | 0 | 4D | 4F | B | 1 | 4B | 36 |
| Octal | 342 | 64 | 60 | 0 | 115 | 117 | 13 | 1 | 113 | 66 |
| Binary | 11100010 | 110100 | 110000 | 0 | 1001101 | 1001111 | 1011 | 1 | 1001011 | 110110 |
Color Harmonies of #E23430
Complementary color
Monochromatic Colors of #E23430
Black with #E23430
Text Example
Text Example
White with #E23430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23430; }
p { color: rgb(226,52,48); }
H1.HeaderClassName
{
color: #E23430;
}
.AnyTagClassName
{
color: #E23430;
}
</style>
background-color css
<style>
a { background-color: #E23430; }
a { background-color: rgb(226,52,48); }
div.DivClassName
{
background-color: #E23430;
}
.BgClassName
{
background-color: #E23430;
}
</style>
border-color css
<style>
span { border-color: #E23430; }
span { border-color: rgb(226,52,48); }
td.TdClassName
{
border-color: #E23430;
}
.TagClassName
{
border-color: #E23430;
}
</style>