Shades of Cinnabar #E52820
Tints of Cinnabar #E52820
RGB
CMYK
RGB Variations
Color information
#E52820 (or 0xE52820) is known color: Cinnabar. HEX triplet: E5, 28 and 20. RGB value is (229,40,32). Sum of RGB (Red+Green+Blue) = 229+40+32=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E52820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52820 is #1AD7DF. Grayscale: #5F5F5F. Windows color (decimal): -1759200 or 2107621. OLE color: 2107621.
HSL color Cylindrical-coordinate representation of color #E52820: hue angle of 2.44º 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 #E52820 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 32 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.10 |
| HSL | 2.44º | 0.79% | 0.51% | - |
| HSV(B) | 2.44º | 0.86% | 0.9% | - |
| XYZ | 33.33 | 18.28 | 3.14 | - |
| YUV | 95.6 | 92.12 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 32 | 0 | 0.83 | 0.86 | 0.10 | 2.44 | 0.79 | 0.51 |
| Hex | E5 | 28 | 20 | 0 | 53 | 56 | A | 2 | 4F | 33 |
| Octal | 345 | 50 | 40 | 0 | 123 | 126 | 12 | 2 | 117 | 63 |
| Binary | 11100101 | 101000 | 100000 | 0 | 1010011 | 1010110 | 1010 | 10 | 1001111 | 110011 |
Color Harmonies of #E52820
Complementary color
Monochromatic Colors of #E52820
Black with #E52820
Text Example
Text Example
White with #E52820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52820; }
p { color: rgb(229,40,32); }
H1.HeaderClassName
{
color: #E52820;
}
.AnyTagClassName
{
color: #E52820;
}
</style>
background-color css
<style>
a { background-color: #E52820; }
a { background-color: rgb(229,40,32); }
div.DivClassName
{
background-color: #E52820;
}
.BgClassName
{
background-color: #E52820;
}
</style>
border-color css
<style>
span { border-color: #E52820; }
span { border-color: rgb(229,40,32); }
td.TdClassName
{
border-color: #E52820;
}
.TagClassName
{
border-color: #E52820;
}
</style>