Shades of Cinnabar #E54C40
Tints of Cinnabar #E54C40
RGB
CMYK
RGB Variations
Color information
#E54C40 (or 0xE54C40) is known color: Cinnabar. HEX triplet: E5, 4C and 40. RGB value is (229,76,64). Sum of RGB (Red+Green+Blue) = 229+76+64=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54C40 is #1AB3BF. Grayscale: #787878. Windows color (decimal): -1749952 or 4213989. OLE color: 4213989.
HSL color Cylindrical-coordinate representation of color #E54C40: hue angle of 4.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 #E54C40 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 64 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.10 |
| HSL | 4.36º | 0.76% | 0.57% | - |
| HSV(B) | 4.36º | 0.72% | 0.9% | - |
| XYZ | 35.82 | 22.2 | 7.25 | - |
| YUV | 120.38 | 96.19 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 64 | 0 | 0.67 | 0.72 | 0.10 | 4.36 | 0.76 | 0.57 |
| Hex | E5 | 4C | 40 | 0 | 43 | 48 | A | 4 | 4C | 39 |
| Octal | 345 | 114 | 100 | 0 | 103 | 110 | 12 | 4 | 114 | 71 |
| Binary | 11100101 | 1001100 | 1000000 | 0 | 1000011 | 1001000 | 1010 | 100 | 1001100 | 111001 |
Color Harmonies of #E54C40
Complementary color
Monochromatic Colors of #E54C40
Black with #E54C40
Text Example
Text Example
White with #E54C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C40; }
p { color: rgb(229,76,64); }
H1.HeaderClassName
{
color: #E54C40;
}
.AnyTagClassName
{
color: #E54C40;
}
</style>
background-color css
<style>
a { background-color: #E54C40; }
a { background-color: rgb(229,76,64); }
div.DivClassName
{
background-color: #E54C40;
}
.BgClassName
{
background-color: #E54C40;
}
</style>
border-color css
<style>
span { border-color: #E54C40; }
span { border-color: rgb(229,76,64); }
td.TdClassName
{
border-color: #E54C40;
}
.TagClassName
{
border-color: #E54C40;
}
</style>