Shades of Cinnabar #E84E3C
Tints of Cinnabar #E84E3C
RGB
CMYK
RGB Variations
Color information
#E84E3C (or 0xE84E3C) is known color: Cinnabar. HEX triplet: E8, 4E and 3C. RGB value is (232,78,60). Sum of RGB (Red+Green+Blue) = 232+78+60=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E84E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E84E3C is #17B1C3. Grayscale: #7A7A7A. Windows color (decimal): -1552836 or 3952360. OLE color: 3952360.
HSL color Cylindrical-coordinate representation of color #E84E3C: hue angle of 6.28º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E84E3C is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 78 | 60 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.09 |
| HSL | 6.28º | 0.79% | 0.57% | - |
| HSV(B) | 6.28º | 0.74% | 0.91% | - |
| XYZ | 36.82 | 22.93 | 6.76 | - |
| YUV | 121.99 | 93.02 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 60 | 0 | 0.66 | 0.74 | 0.09 | 6.28 | 0.79 | 0.57 |
| Hex | E8 | 4E | 3C | 0 | 42 | 4A | 9 | 6 | 4F | 39 |
| Octal | 350 | 116 | 74 | 0 | 102 | 112 | 11 | 6 | 117 | 71 |
| Binary | 11101000 | 1001110 | 111100 | 0 | 1000010 | 1001010 | 1001 | 110 | 1001111 | 111001 |
Color Harmonies of #E84E3C
Complementary color
Monochromatic Colors of #E84E3C
Black with #E84E3C
Text Example
Text Example
White with #E84E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84E3C; }
p { color: rgb(232,78,60); }
H1.HeaderClassName
{
color: #E84E3C;
}
.AnyTagClassName
{
color: #E84E3C;
}
</style>
background-color css
<style>
a { background-color: #E84E3C; }
a { background-color: rgb(232,78,60); }
div.DivClassName
{
background-color: #E84E3C;
}
.BgClassName
{
background-color: #E84E3C;
}
</style>
border-color css
<style>
span { border-color: #E84E3C; }
span { border-color: rgb(232,78,60); }
td.TdClassName
{
border-color: #E84E3C;
}
.TagClassName
{
border-color: #E84E3C;
}
</style>