Shades of Cinnabar #E54820
Tints of Cinnabar #E54820
RGB
CMYK
RGB Variations
Color information
#E54820 (or 0xE54820) is known color: Cinnabar. HEX triplet: E5, 48 and 20. RGB value is (229,72,32). Sum of RGB (Red+Green+Blue) = 229+72+32=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E54820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54820 is #1AB7DF. Grayscale: #727272. Windows color (decimal): -1751008 or 2115813. OLE color: 2115813.
HSL color Cylindrical-coordinate representation of color #E54820: hue angle of 12.18º 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 #E54820 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 32 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.10 |
| HSL | 12.18º | 0.79% | 0.51% | - |
| HSV(B) | 12.18º | 0.86% | 0.9% | - |
| XYZ | 34.89 | 21.4 | 3.66 | - |
| YUV | 114.38 | 81.51 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 32 | 0 | 0.69 | 0.86 | 0.10 | 12.18 | 0.79 | 0.51 |
| Hex | E5 | 48 | 20 | 0 | 45 | 56 | A | C | 4F | 33 |
| Octal | 345 | 110 | 40 | 0 | 105 | 126 | 12 | 14 | 117 | 63 |
| Binary | 11100101 | 1001000 | 100000 | 0 | 1000101 | 1010110 | 1010 | 1100 | 1001111 | 110011 |
Color Harmonies of #E54820
Complementary color
Monochromatic Colors of #E54820
Black with #E54820
Text Example
Text Example
White with #E54820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54820; }
p { color: rgb(229,72,32); }
H1.HeaderClassName
{
color: #E54820;
}
.AnyTagClassName
{
color: #E54820;
}
</style>
background-color css
<style>
a { background-color: #E54820; }
a { background-color: rgb(229,72,32); }
div.DivClassName
{
background-color: #E54820;
}
.BgClassName
{
background-color: #E54820;
}
</style>
border-color css
<style>
span { border-color: #E54820; }
span { border-color: rgb(229,72,32); }
td.TdClassName
{
border-color: #E54820;
}
.TagClassName
{
border-color: #E54820;
}
</style>