Shades of Cinnabar #E54D40
Tints of Cinnabar #E54D40
RGB
CMYK
RGB Variations
Color information
#E54D40 (or 0xE54D40) is known color: Cinnabar. HEX triplet: E5, 4D and 40. RGB value is (229,77,64). Sum of RGB (Red+Green+Blue) = 229+77+64=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54D40 is #1AB2BF. Grayscale: #797979. Windows color (decimal): -1749696 or 4214245. OLE color: 4214245.
HSL color Cylindrical-coordinate representation of color #E54D40: hue angle of 4.73º 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 #E54D40 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 64 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.10 |
| HSL | 4.73º | 0.76% | 0.57% | - |
| HSV(B) | 4.73º | 0.72% | 0.9% | - |
| XYZ | 35.89 | 22.34 | 7.27 | - |
| YUV | 120.97 | 95.86 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 64 | 0 | 0.66 | 0.72 | 0.10 | 4.73 | 0.76 | 0.57 |
| Hex | E5 | 4D | 40 | 0 | 42 | 48 | A | 5 | 4C | 39 |
| Octal | 345 | 115 | 100 | 0 | 102 | 110 | 12 | 5 | 114 | 71 |
| Binary | 11100101 | 1001101 | 1000000 | 0 | 1000010 | 1001000 | 1010 | 101 | 1001100 | 111001 |
Color Harmonies of #E54D40
Complementary color
Monochromatic Colors of #E54D40
Black with #E54D40
Text Example
Text Example
White with #E54D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D40; }
p { color: rgb(229,77,64); }
H1.HeaderClassName
{
color: #E54D40;
}
.AnyTagClassName
{
color: #E54D40;
}
</style>
background-color css
<style>
a { background-color: #E54D40; }
a { background-color: rgb(229,77,64); }
div.DivClassName
{
background-color: #E54D40;
}
.BgClassName
{
background-color: #E54D40;
}
</style>
border-color css
<style>
span { border-color: #E54D40; }
span { border-color: rgb(229,77,64); }
td.TdClassName
{
border-color: #E54D40;
}
.TagClassName
{
border-color: #E54D40;
}
</style>