Shades of Cinnabar #E23130
Tints of Cinnabar #E23130
RGB
CMYK
RGB Variations
Color information
#E23130 (or 0xE23130) is known color: Cinnabar. HEX triplet: E2, 31 and 30. RGB value is (226,49,48). Sum of RGB (Red+Green+Blue) = 226+49+48=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E23130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23130 is #1DCECF. Grayscale: #656565. Windows color (decimal): -1953488 or 3158498. OLE color: 3158498.
HSL color Cylindrical-coordinate representation of color #E23130: hue angle of 0.34º 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 #E23130 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 48 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.11 |
| HSL | 0.34º | 0.75% | 0.54% | - |
| HSV(B) | 0.34º | 0.79% | 0.89% | - |
| XYZ | 33 | 18.58 | 4.64 | - |
| YUV | 101.81 | 97.64 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 48 | 0 | 0.78 | 0.79 | 0.11 | 0.34 | 0.75 | 0.54 |
| Hex | E2 | 31 | 30 | 0 | 4E | 4F | B | 0 | 4B | 36 |
| Octal | 342 | 61 | 60 | 0 | 116 | 117 | 13 | 0 | 113 | 66 |
| Binary | 11100010 | 110001 | 110000 | 0 | 1001110 | 1001111 | 1011 | 0 | 1001011 | 110110 |
Color Harmonies of #E23130
Complementary color
Monochromatic Colors of #E23130
Black with #E23130
Text Example
Text Example
White with #E23130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23130; }
p { color: rgb(226,49,48); }
H1.HeaderClassName
{
color: #E23130;
}
.AnyTagClassName
{
color: #E23130;
}
</style>
background-color css
<style>
a { background-color: #E23130; }
a { background-color: rgb(226,49,48); }
div.DivClassName
{
background-color: #E23130;
}
.BgClassName
{
background-color: #E23130;
}
</style>
border-color css
<style>
span { border-color: #E23130; }
span { border-color: rgb(226,49,48); }
td.TdClassName
{
border-color: #E23130;
}
.TagClassName
{
border-color: #E23130;
}
</style>