Shades of Cinnabar #E54140
Tints of Cinnabar #E54140
RGB
CMYK
RGB Variations
Color information
#E54140 (or 0xE54140) is known color: Cinnabar. HEX triplet: E5, 41 and 40. RGB value is (229,65,64). Sum of RGB (Red+Green+Blue) = 229+65+64=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E54140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54140 is #1ABEBF. Grayscale: #727272. Windows color (decimal): -1752768 or 4211173. OLE color: 4211173.
HSL color Cylindrical-coordinate representation of color #E54140: hue angle of 0.36º 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 #E54140 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 64 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.10 |
| HSL | 0.36º | 0.76% | 0.57% | - |
| HSV(B) | 0.36º | 0.72% | 0.9% | - |
| XYZ | 35.13 | 20.81 | 7.02 | - |
| YUV | 113.92 | 99.83 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 64 | 0 | 0.72 | 0.72 | 0.10 | 0.36 | 0.76 | 0.57 |
| Hex | E5 | 41 | 40 | 0 | 48 | 48 | A | 0 | 4C | 39 |
| Octal | 345 | 101 | 100 | 0 | 110 | 110 | 12 | 0 | 114 | 71 |
| Binary | 11100101 | 1000001 | 1000000 | 0 | 1001000 | 1001000 | 1010 | 0 | 1001100 | 111001 |
Color Harmonies of #E54140
Complementary color
Monochromatic Colors of #E54140
Black with #E54140
Text Example
Text Example
White with #E54140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54140; }
p { color: rgb(229,65,64); }
H1.HeaderClassName
{
color: #E54140;
}
.AnyTagClassName
{
color: #E54140;
}
</style>
background-color css
<style>
a { background-color: #E54140; }
a { background-color: rgb(229,65,64); }
div.DivClassName
{
background-color: #E54140;
}
.BgClassName
{
background-color: #E54140;
}
</style>
border-color css
<style>
span { border-color: #E54140; }
span { border-color: rgb(229,65,64); }
td.TdClassName
{
border-color: #E54140;
}
.TagClassName
{
border-color: #E54140;
}
</style>