Shades of Cinnabar #E43121
Tints of Cinnabar #E43121
RGB
CMYK
RGB Variations
Color information
#E43121 (or 0xE43121) is known color: Cinnabar. HEX triplet: E4, 31 and 21. RGB value is (228,49,33). Sum of RGB (Red+Green+Blue) = 228+49+33=310 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.55% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 228 - color contains mainly: red. Hex color #E43121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43121 is #1BCEDE. Grayscale: #646464. Windows color (decimal): -1822431 or 2175460. OLE color: 2175460.
HSL color Cylindrical-coordinate representation of color #E43121: hue angle of 4.92º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E43121 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 49 | 33 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.11 |
| HSL | 4.92º | 0.78% | 0.51% | - |
| HSV(B) | 4.92º | 0.86% | 0.89% | - |
| XYZ | 33.37 | 18.8 | 3.31 | - |
| YUV | 100.7 | 89.8 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 49 | 33 | 0 | 0.79 | 0.86 | 0.11 | 4.92 | 0.78 | 0.51 |
| Hex | E4 | 31 | 21 | 0 | 4F | 56 | B | 5 | 4E | 33 |
| Octal | 344 | 61 | 41 | 0 | 117 | 126 | 13 | 5 | 116 | 63 |
| Binary | 11100100 | 110001 | 100001 | 0 | 1001111 | 1010110 | 1011 | 101 | 1001110 | 110011 |
Color Harmonies of #E43121
Complementary color
Monochromatic Colors of #E43121
Black with #E43121
Text Example
Text Example
White with #E43121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43121; }
p { color: rgb(228,49,33); }
H1.HeaderClassName
{
color: #E43121;
}
.AnyTagClassName
{
color: #E43121;
}
</style>
background-color css
<style>
a { background-color: #E43121; }
a { background-color: rgb(228,49,33); }
div.DivClassName
{
background-color: #E43121;
}
.BgClassName
{
background-color: #E43121;
}
</style>
border-color css
<style>
span { border-color: #E43121; }
span { border-color: rgb(228,49,33); }
td.TdClassName
{
border-color: #E43121;
}
.TagClassName
{
border-color: #E43121;
}
</style>