Shades of Cinnabar #E8291E
Tints of Cinnabar #E8291E
RGB
CMYK
RGB Variations
Color information
#E8291E (or 0xE8291E) is known color: Cinnabar. HEX triplet: E8, 29 and 1E. RGB value is (232,41,30). Sum of RGB (Red+Green+Blue) = 232+41+30=303 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.57% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 232 - color contains mainly: red. Hex color #E8291E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8291E is #17D6E1. Grayscale: #616161. Windows color (decimal): -1562338 or 1976808. OLE color: 1976808.
HSL color Cylindrical-coordinate representation of color #E8291E: hue angle of 3.27º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8291E is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 30 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.09 |
| HSL | 3.27º | 0.81% | 0.51% | - |
| HSV(B) | 3.27º | 0.87% | 0.91% | - |
| XYZ | 34.31 | 18.84 | 3.06 | - |
| YUV | 96.86 | 90.28 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 30 | 0 | 0.82 | 0.87 | 0.09 | 3.27 | 0.81 | 0.51 |
| Hex | E8 | 29 | 1E | 0 | 52 | 57 | 9 | 3 | 51 | 33 |
| Octal | 350 | 51 | 36 | 0 | 122 | 127 | 11 | 3 | 121 | 63 |
| Binary | 11101000 | 101001 | 11110 | 0 | 1010010 | 1010111 | 1001 | 11 | 1010001 | 110011 |
Color Harmonies of #E8291E
Complementary color
Monochromatic Colors of #E8291E
Black with #E8291E
Text Example
Text Example
White with #E8291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8291E; }
p { color: rgb(232,41,30); }
H1.HeaderClassName
{
color: #E8291E;
}
.AnyTagClassName
{
color: #E8291E;
}
</style>
background-color css
<style>
a { background-color: #E8291E; }
a { background-color: rgb(232,41,30); }
div.DivClassName
{
background-color: #E8291E;
}
.BgClassName
{
background-color: #E8291E;
}
</style>
border-color css
<style>
span { border-color: #E8291E; }
span { border-color: rgb(232,41,30); }
td.TdClassName
{
border-color: #E8291E;
}
.TagClassName
{
border-color: #E8291E;
}
</style>