Shades of Cinnabar #E8491D
Tints of Cinnabar #E8491D
RGB
CMYK
RGB Variations
Color information
#E8491D (or 0xE8491D) is known color: Cinnabar. HEX triplet: E8, 49 and 1D. RGB value is (232,73,29). Sum of RGB (Red+Green+Blue) = 232+73+29=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E8491D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8491D is #17B6E2. Grayscale: #737373. Windows color (decimal): -1554147 or 1919464. OLE color: 1919464.
HSL color Cylindrical-coordinate representation of color #E8491D: hue angle of 13º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8491D is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 29 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.09 |
| HSL | 13º | 0.82% | 0.51% | - |
| HSV(B) | 13º | 0.88% | 0.91% | - |
| XYZ | 35.88 | 22.01 | 3.52 | - |
| YUV | 115.53 | 79.18 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 29 | 0 | 0.69 | 0.88 | 0.09 | 13 | 0.82 | 0.51 |
| Hex | E8 | 49 | 1D | 0 | 45 | 58 | 9 | D | 52 | 33 |
| Octal | 350 | 111 | 35 | 0 | 105 | 130 | 11 | 15 | 122 | 63 |
| Binary | 11101000 | 1001001 | 11101 | 0 | 1000101 | 1011000 | 1001 | 1101 | 1010010 | 110011 |
Color Harmonies of #E8491D
Complementary color
Monochromatic Colors of #E8491D
Black with #E8491D
Text Example
Text Example
White with #E8491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8491D; }
p { color: rgb(232,73,29); }
H1.HeaderClassName
{
color: #E8491D;
}
.AnyTagClassName
{
color: #E8491D;
}
</style>
background-color css
<style>
a { background-color: #E8491D; }
a { background-color: rgb(232,73,29); }
div.DivClassName
{
background-color: #E8491D;
}
.BgClassName
{
background-color: #E8491D;
}
</style>
border-color css
<style>
span { border-color: #E8491D; }
span { border-color: rgb(232,73,29); }
td.TdClassName
{
border-color: #E8491D;
}
.TagClassName
{
border-color: #E8491D;
}
</style>