Shades of Cinnabar #E84C45
Tints of Cinnabar #E84C45
RGB
CMYK
RGB Variations
Color information
#E84C45 (or 0xE84C45) is known color: Cinnabar. HEX triplet: E8, 4C and 45. RGB value is (232,76,69). Sum of RGB (Red+Green+Blue) = 232+76+69=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E84C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84C45 is #17B3BA. Grayscale: #7A7A7A. Windows color (decimal): -1553339 or 4541672. OLE color: 4541672.
HSL color Cylindrical-coordinate representation of color #E84C45: hue angle of 2.58º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E84C45 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 76 | 69 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.09 |
| HSL | 2.58º | 0.78% | 0.59% | - |
| HSV(B) | 2.58º | 0.7% | 0.91% | - |
| XYZ | 36.94 | 22.75 | 8.08 | - |
| YUV | 121.85 | 98.18 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 76 | 69 | 0 | 0.67 | 0.70 | 0.09 | 2.58 | 0.78 | 0.59 |
| Hex | E8 | 4C | 45 | 0 | 43 | 46 | 9 | 3 | 4E | 3B |
| Octal | 350 | 114 | 105 | 0 | 103 | 106 | 11 | 3 | 116 | 73 |
| Binary | 11101000 | 1001100 | 1000101 | 0 | 1000011 | 1000110 | 1001 | 11 | 1001110 | 111011 |
Color Harmonies of #E84C45
Complementary color
Monochromatic Colors of #E84C45
Black with #E84C45
Text Example
Text Example
White with #E84C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84C45; }
p { color: rgb(232,76,69); }
H1.HeaderClassName
{
color: #E84C45;
}
.AnyTagClassName
{
color: #E84C45;
}
</style>
background-color css
<style>
a { background-color: #E84C45; }
a { background-color: rgb(232,76,69); }
div.DivClassName
{
background-color: #E84C45;
}
.BgClassName
{
background-color: #E84C45;
}
</style>
border-color css
<style>
span { border-color: #E84C45; }
span { border-color: rgb(232,76,69); }
td.TdClassName
{
border-color: #E84C45;
}
.TagClassName
{
border-color: #E84C45;
}
</style>