Shades of Cinnabar #E54620
Tints of Cinnabar #E54620
RGB
CMYK
RGB Variations
Color information
#E54620 (or 0xE54620) is known color: Cinnabar. HEX triplet: E5, 46 and 20. RGB value is (229,70,32). Sum of RGB (Red+Green+Blue) = 229+70+32=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E54620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54620 is #1AB9DF. Grayscale: #717171. Windows color (decimal): -1751520 or 2115301. OLE color: 2115301.
HSL color Cylindrical-coordinate representation of color #E54620: hue angle of 11.57º 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 #E54620 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 32 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.10 |
| HSL | 11.57º | 0.79% | 0.51% | - |
| HSV(B) | 11.57º | 0.86% | 0.9% | - |
| XYZ | 34.76 | 21.14 | 3.62 | - |
| YUV | 113.21 | 82.18 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 32 | 0 | 0.69 | 0.86 | 0.10 | 11.57 | 0.79 | 0.51 |
| Hex | E5 | 46 | 20 | 0 | 45 | 56 | A | C | 4F | 33 |
| Octal | 345 | 106 | 40 | 0 | 105 | 126 | 12 | 14 | 117 | 63 |
| Binary | 11100101 | 1000110 | 100000 | 0 | 1000101 | 1010110 | 1010 | 1100 | 1001111 | 110011 |
Color Harmonies of #E54620
Complementary color
Monochromatic Colors of #E54620
Black with #E54620
Text Example
Text Example
White with #E54620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54620; }
p { color: rgb(229,70,32); }
H1.HeaderClassName
{
color: #E54620;
}
.AnyTagClassName
{
color: #E54620;
}
</style>
background-color css
<style>
a { background-color: #E54620; }
a { background-color: rgb(229,70,32); }
div.DivClassName
{
background-color: #E54620;
}
.BgClassName
{
background-color: #E54620;
}
</style>
border-color css
<style>
span { border-color: #E54620; }
span { border-color: rgb(229,70,32); }
td.TdClassName
{
border-color: #E54620;
}
.TagClassName
{
border-color: #E54620;
}
</style>