Shades of Cinnabar #E84545
Tints of Cinnabar #E84545
RGB
CMYK
RGB Variations
Color information
#E84545 (or 0xE84545) is known color: Cinnabar. HEX triplet: E8, 45 and 45. RGB value is (232,69,69). Sum of RGB (Red+Green+Blue) = 232+69+69=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E84545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84545 is #17BABA. Grayscale: #757575. Windows color (decimal): -1555131 or 4539880. OLE color: 4539880.
HSL color Cylindrical-coordinate representation of color #E84545: hue angle of 0º 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 #E84545 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 69 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.09 |
| HSL | 0º | 0.78% | 0.59% | - |
| HSV(B) | 0º | 0.7% | 0.91% | - |
| XYZ | 36.48 | 21.84 | 7.92 | - |
| YUV | 117.74 | 100.5 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 69 | 0 | 0.70 | 0.70 | 0.09 | 0 | 0.78 | 0.59 |
| Hex | E8 | 45 | 45 | 0 | 46 | 46 | 9 | 0 | 4E | 3B |
| Octal | 350 | 105 | 105 | 0 | 106 | 106 | 11 | 0 | 116 | 73 |
| Binary | 11101000 | 1000101 | 1000101 | 0 | 1000110 | 1000110 | 1001 | 0 | 1001110 | 111011 |
Color Harmonies of #E84545
Complementary color
Monochromatic Colors of #E84545
Black with #E84545
Text Example
Text Example
White with #E84545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84545; }
p { color: rgb(232,69,69); }
H1.HeaderClassName
{
color: #E84545;
}
.AnyTagClassName
{
color: #E84545;
}
</style>
background-color css
<style>
a { background-color: #E84545; }
a { background-color: rgb(232,69,69); }
div.DivClassName
{
background-color: #E84545;
}
.BgClassName
{
background-color: #E84545;
}
</style>
border-color css
<style>
span { border-color: #E84545; }
span { border-color: rgb(232,69,69); }
td.TdClassName
{
border-color: #E84545;
}
.TagClassName
{
border-color: #E84545;
}
</style>