Shades of Cinnabar #E54E40
Tints of Cinnabar #E54E40
RGB
CMYK
RGB Variations
Color information
#E54E40 (or 0xE54E40) is known color: Cinnabar. HEX triplet: E5, 4E and 40. RGB value is (229,78,64). Sum of RGB (Red+Green+Blue) = 229+78+64=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54E40 is #1AB1BF. Grayscale: #797979. Windows color (decimal): -1749440 or 4214501. OLE color: 4214501.
HSL color Cylindrical-coordinate representation of color #E54E40: hue angle of 5.09º 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 #E54E40 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 64 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.10 |
| HSL | 5.09º | 0.76% | 0.57% | - |
| HSV(B) | 5.09º | 0.72% | 0.9% | - |
| XYZ | 35.96 | 22.48 | 7.29 | - |
| YUV | 121.55 | 95.53 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 64 | 0 | 0.66 | 0.72 | 0.10 | 5.09 | 0.76 | 0.57 |
| Hex | E5 | 4E | 40 | 0 | 42 | 48 | A | 5 | 4C | 39 |
| Octal | 345 | 116 | 100 | 0 | 102 | 110 | 12 | 5 | 114 | 71 |
| Binary | 11100101 | 1001110 | 1000000 | 0 | 1000010 | 1001000 | 1010 | 101 | 1001100 | 111001 |
Color Harmonies of #E54E40
Complementary color
Monochromatic Colors of #E54E40
Black with #E54E40
Text Example
Text Example
White with #E54E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E40; }
p { color: rgb(229,78,64); }
H1.HeaderClassName
{
color: #E54E40;
}
.AnyTagClassName
{
color: #E54E40;
}
</style>
background-color css
<style>
a { background-color: #E54E40; }
a { background-color: rgb(229,78,64); }
div.DivClassName
{
background-color: #E54E40;
}
.BgClassName
{
background-color: #E54E40;
}
</style>
border-color css
<style>
span { border-color: #E54E40; }
span { border-color: rgb(229,78,64); }
td.TdClassName
{
border-color: #E54E40;
}
.TagClassName
{
border-color: #E54E40;
}
</style>