Shades of Cinnabar #E54E21
Tints of Cinnabar #E54E21
RGB
CMYK
RGB Variations
Color information
#E54E21 (or 0xE54E21) is known color: Cinnabar. HEX triplet: E5, 4E and 21. RGB value is (229,78,33). Sum of RGB (Red+Green+Blue) = 229+78+33=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54E21 is #1AB1DE. Grayscale: #767676. Windows color (decimal): -1749471 or 2182885. OLE color: 2182885.
HSL color Cylindrical-coordinate representation of color #E54E21: hue angle of 13.78º 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 #E54E21 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 33 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.10 |
| HSL | 13.78º | 0.79% | 0.51% | - |
| HSV(B) | 13.78º | 0.86% | 0.9% | - |
| XYZ | 35.31 | 22.22 | 3.87 | - |
| YUV | 118.02 | 80.03 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 33 | 0 | 0.66 | 0.86 | 0.10 | 13.78 | 0.79 | 0.51 |
| Hex | E5 | 4E | 21 | 0 | 42 | 56 | A | E | 4F | 33 |
| Octal | 345 | 116 | 41 | 0 | 102 | 126 | 12 | 16 | 117 | 63 |
| Binary | 11100101 | 1001110 | 100001 | 0 | 1000010 | 1010110 | 1010 | 1110 | 1001111 | 110011 |
Color Harmonies of #E54E21
Complementary color
Monochromatic Colors of #E54E21
Black with #E54E21
Text Example
Text Example
White with #E54E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E21; }
p { color: rgb(229,78,33); }
H1.HeaderClassName
{
color: #E54E21;
}
.AnyTagClassName
{
color: #E54E21;
}
</style>
background-color css
<style>
a { background-color: #E54E21; }
a { background-color: rgb(229,78,33); }
div.DivClassName
{
background-color: #E54E21;
}
.BgClassName
{
background-color: #E54E21;
}
</style>
border-color css
<style>
span { border-color: #E54E21; }
span { border-color: rgb(229,78,33); }
td.TdClassName
{
border-color: #E54E21;
}
.TagClassName
{
border-color: #E54E21;
}
</style>