Shades of Cinnabar #E84E2E
Tints of Cinnabar #E84E2E
RGB
CMYK
RGB Variations
Color information
#E84E2E (or 0xE84E2E) is known color: Cinnabar. HEX triplet: E8, 4E and 2E. RGB value is (232,78,46). Sum of RGB (Red+Green+Blue) = 232+78+46=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E84E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E84E2E is #17B1D1. Grayscale: #787878. Windows color (decimal): -1552850 or 3034856. OLE color: 3034856.
HSL color Cylindrical-coordinate representation of color #E84E2E: hue angle of 10.32º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E84E2E is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 78 | 46 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.09 |
| HSL | 10.32º | 0.8% | 0.55% | - |
| HSV(B) | 10.32º | 0.8% | 0.91% | - |
| XYZ | 36.5 | 22.8 | 5.06 | - |
| YUV | 120.4 | 86.02 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 46 | 0 | 0.66 | 0.80 | 0.09 | 10.32 | 0.8 | 0.55 |
| Hex | E8 | 4E | 2E | 0 | 42 | 50 | 9 | A | 50 | 37 |
| Octal | 350 | 116 | 56 | 0 | 102 | 120 | 11 | 12 | 120 | 67 |
| Binary | 11101000 | 1001110 | 101110 | 0 | 1000010 | 1010000 | 1001 | 1010 | 1010000 | 110111 |
Color Harmonies of #E84E2E
Complementary color
Monochromatic Colors of #E84E2E
Black with #E84E2E
Text Example
Text Example
White with #E84E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84E2E; }
p { color: rgb(232,78,46); }
H1.HeaderClassName
{
color: #E84E2E;
}
.AnyTagClassName
{
color: #E84E2E;
}
</style>
background-color css
<style>
a { background-color: #E84E2E; }
a { background-color: rgb(232,78,46); }
div.DivClassName
{
background-color: #E84E2E;
}
.BgClassName
{
background-color: #E84E2E;
}
</style>
border-color css
<style>
span { border-color: #E84E2E; }
span { border-color: rgb(232,78,46); }
td.TdClassName
{
border-color: #E84E2E;
}
.TagClassName
{
border-color: #E84E2E;
}
</style>