Shades of Cinnabar #E45140
Tints of Cinnabar #E45140
RGB
CMYK
RGB Variations
Color information
#E45140 (or 0xE45140) is known color: Cinnabar. HEX triplet: E4, 51 and 40. RGB value is (228,81,64). Sum of RGB (Red+Green+Blue) = 228+81+64=373 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.13% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 228 - color contains mainly: red. Hex color #E45140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45140 is #1BAEBF. Grayscale: #7B7B7B. Windows color (decimal): -1814208 or 4215268. OLE color: 4215268.
HSL color Cylindrical-coordinate representation of color #E45140: hue angle of 6.22º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E45140 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 64 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.11 |
| HSL | 6.22º | 0.75% | 0.57% | - |
| HSV(B) | 6.22º | 0.72% | 0.89% | - |
| XYZ | 35.86 | 22.75 | 7.35 | - |
| YUV | 123.02 | 94.7 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 64 | 0 | 0.64 | 0.72 | 0.11 | 6.22 | 0.75 | 0.57 |
| Hex | E4 | 51 | 40 | 0 | 40 | 48 | B | 6 | 4B | 39 |
| Octal | 344 | 121 | 100 | 0 | 100 | 110 | 13 | 6 | 113 | 71 |
| Binary | 11100100 | 1010001 | 1000000 | 0 | 1000000 | 1001000 | 1011 | 110 | 1001011 | 111001 |
Color Harmonies of #E45140
Complementary color
Monochromatic Colors of #E45140
Black with #E45140
Text Example
Text Example
White with #E45140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45140; }
p { color: rgb(228,81,64); }
H1.HeaderClassName
{
color: #E45140;
}
.AnyTagClassName
{
color: #E45140;
}
</style>
background-color css
<style>
a { background-color: #E45140; }
a { background-color: rgb(228,81,64); }
div.DivClassName
{
background-color: #E45140;
}
.BgClassName
{
background-color: #E45140;
}
</style>
border-color css
<style>
span { border-color: #E45140; }
span { border-color: rgb(228,81,64); }
td.TdClassName
{
border-color: #E45140;
}
.TagClassName
{
border-color: #E45140;
}
</style>