Shades of Cinnabar #E8491A
Tints of Cinnabar #E8491A
RGB
CMYK
RGB Variations
Color information
#E8491A (or 0xE8491A) is known color: Cinnabar. HEX triplet: E8, 49 and 1A. RGB value is (232,73,26). Sum of RGB (Red+Green+Blue) = 232+73+26=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E8491A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8491A is #17B6E5. Grayscale: #737373. Windows color (decimal): -1554150 or 1722856. OLE color: 1722856.
HSL color Cylindrical-coordinate representation of color #E8491A: hue angle of 13.69º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8491A is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 26 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.09 |
| HSL | 13.69º | 0.82% | 0.51% | - |
| HSV(B) | 13.69º | 0.89% | 0.91% | - |
| XYZ | 35.85 | 22 | 3.33 | - |
| YUV | 115.18 | 77.68 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 26 | 0 | 0.69 | 0.89 | 0.09 | 13.69 | 0.82 | 0.51 |
| Hex | E8 | 49 | 1A | 0 | 45 | 59 | 9 | E | 52 | 33 |
| Octal | 350 | 111 | 32 | 0 | 105 | 131 | 11 | 16 | 122 | 63 |
| Binary | 11101000 | 1001001 | 11010 | 0 | 1000101 | 1011001 | 1001 | 1110 | 1010010 | 110011 |
Color Harmonies of #E8491A
Complementary color
Monochromatic Colors of #E8491A
Black with #E8491A
Text Example
Text Example
White with #E8491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8491A; }
p { color: rgb(232,73,26); }
H1.HeaderClassName
{
color: #E8491A;
}
.AnyTagClassName
{
color: #E8491A;
}
</style>
background-color css
<style>
a { background-color: #E8491A; }
a { background-color: rgb(232,73,26); }
div.DivClassName
{
background-color: #E8491A;
}
.BgClassName
{
background-color: #E8491A;
}
</style>
border-color css
<style>
span { border-color: #E8491A; }
span { border-color: rgb(232,73,26); }
td.TdClassName
{
border-color: #E8491A;
}
.TagClassName
{
border-color: #E8491A;
}
</style>