Shades of Cinnabar #E54520
Tints of Cinnabar #E54520
RGB
CMYK
RGB Variations
Color information
#E54520 (or 0xE54520) is known color: Cinnabar. HEX triplet: E5, 45 and 20. RGB value is (229,69,32). Sum of RGB (Red+Green+Blue) = 229+69+32=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E54520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54520 is #1ABADF. Grayscale: #707070. Windows color (decimal): -1751776 or 2115045. OLE color: 2115045.
HSL color Cylindrical-coordinate representation of color #E54520: hue angle of 11.27º 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 #E54520 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 32 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.10 |
| HSL | 11.27º | 0.79% | 0.51% | - |
| HSV(B) | 11.27º | 0.86% | 0.9% | - |
| XYZ | 34.7 | 21.02 | 3.59 | - |
| YUV | 112.62 | 82.51 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 32 | 0 | 0.70 | 0.86 | 0.10 | 11.27 | 0.79 | 0.51 |
| Hex | E5 | 45 | 20 | 0 | 46 | 56 | A | B | 4F | 33 |
| Octal | 345 | 105 | 40 | 0 | 106 | 126 | 12 | 13 | 117 | 63 |
| Binary | 11100101 | 1000101 | 100000 | 0 | 1000110 | 1010110 | 1010 | 1011 | 1001111 | 110011 |
Color Harmonies of #E54520
Complementary color
Monochromatic Colors of #E54520
Black with #E54520
Text Example
Text Example
White with #E54520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54520; }
p { color: rgb(229,69,32); }
H1.HeaderClassName
{
color: #E54520;
}
.AnyTagClassName
{
color: #E54520;
}
</style>
background-color css
<style>
a { background-color: #E54520; }
a { background-color: rgb(229,69,32); }
div.DivClassName
{
background-color: #E54520;
}
.BgClassName
{
background-color: #E54520;
}
</style>
border-color css
<style>
span { border-color: #E54520; }
span { border-color: rgb(229,69,32); }
td.TdClassName
{
border-color: #E54520;
}
.TagClassName
{
border-color: #E54520;
}
</style>