Shades of Cinnabar #E54740
Tints of Cinnabar #E54740
RGB
CMYK
RGB Variations
Color information
#E54740 (or 0xE54740) is known color: Cinnabar. HEX triplet: E5, 47 and 40. RGB value is (229,71,64). Sum of RGB (Red+Green+Blue) = 229+71+64=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E54740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54740 is #1AB8BF. Grayscale: #757575. Windows color (decimal): -1751232 or 4212709. OLE color: 4212709.
HSL color Cylindrical-coordinate representation of color #E54740: hue angle of 2.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54740 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 64 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.10 |
| HSL | 2.55º | 0.76% | 0.57% | - |
| HSV(B) | 2.55º | 0.72% | 0.9% | - |
| XYZ | 35.49 | 21.53 | 7.14 | - |
| YUV | 117.44 | 97.85 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 64 | 0 | 0.69 | 0.72 | 0.10 | 2.55 | 0.76 | 0.57 |
| Hex | E5 | 47 | 40 | 0 | 45 | 48 | A | 3 | 4C | 39 |
| Octal | 345 | 107 | 100 | 0 | 105 | 110 | 12 | 3 | 114 | 71 |
| Binary | 11100101 | 1000111 | 1000000 | 0 | 1000101 | 1001000 | 1010 | 11 | 1001100 | 111001 |
Color Harmonies of #E54740
Complementary color
Monochromatic Colors of #E54740
Black with #E54740
Text Example
Text Example
White with #E54740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54740; }
p { color: rgb(229,71,64); }
H1.HeaderClassName
{
color: #E54740;
}
.AnyTagClassName
{
color: #E54740;
}
</style>
background-color css
<style>
a { background-color: #E54740; }
a { background-color: rgb(229,71,64); }
div.DivClassName
{
background-color: #E54740;
}
.BgClassName
{
background-color: #E54740;
}
</style>
border-color css
<style>
span { border-color: #E54740; }
span { border-color: rgb(229,71,64); }
td.TdClassName
{
border-color: #E54740;
}
.TagClassName
{
border-color: #E54740;
}
</style>