Shades of Cinnabar #E84740
Tints of Cinnabar #E84740
RGB
CMYK
RGB Variations
Color information
#E84740 (or 0xE84740) is known color: Cinnabar. HEX triplet: E8, 47 and 40. RGB value is (232,71,64). Sum of RGB (Red+Green+Blue) = 232+71+64=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E84740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84740 is #17B8BF. Grayscale: #767676. Windows color (decimal): -1554624 or 4212712. OLE color: 4212712.
HSL color Cylindrical-coordinate representation of color #E84740: hue angle of 2.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E84740 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 71 | 64 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.09 |
| HSL | 2.5º | 0.79% | 0.58% | - |
| HSV(B) | 2.5º | 0.72% | 0.91% | - |
| XYZ | 36.46 | 22.03 | 7.18 | - |
| YUV | 118.34 | 97.34 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 71 | 64 | 0 | 0.69 | 0.72 | 0.09 | 2.5 | 0.79 | 0.58 |
| Hex | E8 | 47 | 40 | 0 | 45 | 48 | 9 | 2 | 4F | 3A |
| Octal | 350 | 107 | 100 | 0 | 105 | 110 | 11 | 2 | 117 | 72 |
| Binary | 11101000 | 1000111 | 1000000 | 0 | 1000101 | 1001000 | 1001 | 10 | 1001111 | 111010 |
Color Harmonies of #E84740
Complementary color
Monochromatic Colors of #E84740
Black with #E84740
Text Example
Text Example
White with #E84740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84740; }
p { color: rgb(232,71,64); }
H1.HeaderClassName
{
color: #E84740;
}
.AnyTagClassName
{
color: #E84740;
}
</style>
background-color css
<style>
a { background-color: #E84740; }
a { background-color: rgb(232,71,64); }
div.DivClassName
{
background-color: #E84740;
}
.BgClassName
{
background-color: #E84740;
}
</style>
border-color css
<style>
span { border-color: #E84740; }
span { border-color: rgb(232,71,64); }
td.TdClassName
{
border-color: #E84740;
}
.TagClassName
{
border-color: #E84740;
}
</style>