Shades of Cinnabar #E84640
Tints of Cinnabar #E84640
RGB
CMYK
RGB Variations
Color information
#E84640 (or 0xE84640) is known color: Cinnabar. HEX triplet: E8, 46 and 40. RGB value is (232,70,64). Sum of RGB (Red+Green+Blue) = 232+70+64=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E84640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84640 is #17B9BF. Grayscale: #757575. Windows color (decimal): -1554880 or 4212456. OLE color: 4212456.
HSL color Cylindrical-coordinate representation of color #E84640: hue angle of 2.14º 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 #E84640 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 70 | 64 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.09 |
| HSL | 2.14º | 0.79% | 0.58% | - |
| HSV(B) | 2.14º | 0.72% | 0.91% | - |
| XYZ | 36.39 | 21.91 | 7.16 | - |
| YUV | 117.75 | 97.67 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 70 | 64 | 0 | 0.70 | 0.72 | 0.09 | 2.14 | 0.79 | 0.58 |
| Hex | E8 | 46 | 40 | 0 | 46 | 48 | 9 | 2 | 4F | 3A |
| Octal | 350 | 106 | 100 | 0 | 106 | 110 | 11 | 2 | 117 | 72 |
| Binary | 11101000 | 1000110 | 1000000 | 0 | 1000110 | 1001000 | 1001 | 10 | 1001111 | 111010 |
Color Harmonies of #E84640
Complementary color
Monochromatic Colors of #E84640
Black with #E84640
Text Example
Text Example
White with #E84640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84640; }
p { color: rgb(232,70,64); }
H1.HeaderClassName
{
color: #E84640;
}
.AnyTagClassName
{
color: #E84640;
}
</style>
background-color css
<style>
a { background-color: #E84640; }
a { background-color: rgb(232,70,64); }
div.DivClassName
{
background-color: #E84640;
}
.BgClassName
{
background-color: #E84640;
}
</style>
border-color css
<style>
span { border-color: #E84640; }
span { border-color: rgb(232,70,64); }
td.TdClassName
{
border-color: #E84640;
}
.TagClassName
{
border-color: #E84640;
}
</style>