Shades of Cinnabar #E53021
Tints of Cinnabar #E53021
RGB
CMYK
RGB Variations
Color information
#E53021 (or 0xE53021) is known color: Cinnabar. HEX triplet: E5, 30 and 21. RGB value is (229,48,33). Sum of RGB (Red+Green+Blue) = 229+48+33=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E53021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53021 is #1ACFDE. Grayscale: #646464. Windows color (decimal): -1757151 or 2175205. OLE color: 2175205.
HSL color Cylindrical-coordinate representation of color #E53021: hue angle of 4.59º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E53021 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 33 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.10 |
| HSL | 4.59º | 0.79% | 0.51% | - |
| HSV(B) | 4.59º | 0.86% | 0.9% | - |
| XYZ | 33.64 | 18.88 | 3.31 | - |
| YUV | 100.41 | 89.97 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 33 | 0 | 0.79 | 0.86 | 0.10 | 4.59 | 0.79 | 0.51 |
| Hex | E5 | 30 | 21 | 0 | 4F | 56 | A | 5 | 4F | 33 |
| Octal | 345 | 60 | 41 | 0 | 117 | 126 | 12 | 5 | 117 | 63 |
| Binary | 11100101 | 110000 | 100001 | 0 | 1001111 | 1010110 | 1010 | 101 | 1001111 | 110011 |
Color Harmonies of #E53021
Complementary color
Monochromatic Colors of #E53021
Black with #E53021
Text Example
Text Example
White with #E53021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53021; }
p { color: rgb(229,48,33); }
H1.HeaderClassName
{
color: #E53021;
}
.AnyTagClassName
{
color: #E53021;
}
</style>
background-color css
<style>
a { background-color: #E53021; }
a { background-color: rgb(229,48,33); }
div.DivClassName
{
background-color: #E53021;
}
.BgClassName
{
background-color: #E53021;
}
</style>
border-color css
<style>
span { border-color: #E53021; }
span { border-color: rgb(229,48,33); }
td.TdClassName
{
border-color: #E53021;
}
.TagClassName
{
border-color: #E53021;
}
</style>