Shades of Cinnabar #E8492A
Tints of Cinnabar #E8492A
RGB
CMYK
RGB Variations
Color information
#E8492A (or 0xE8492A) is known color: Cinnabar. HEX triplet: E8, 49 and 2A. RGB value is (232,73,42). Sum of RGB (Red+Green+Blue) = 232+73+42=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E8492A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8492A is #17B6D5. Grayscale: #757575. Windows color (decimal): -1554134 or 2771432. OLE color: 2771432.
HSL color Cylindrical-coordinate representation of color #E8492A: hue angle of 9.79º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8492A is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 42 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.09 |
| HSL | 9.79º | 0.81% | 0.54% | - |
| HSV(B) | 9.79º | 0.82% | 0.91% | - |
| XYZ | 36.08 | 22.09 | 4.55 | - |
| YUV | 117.01 | 85.68 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 42 | 0 | 0.69 | 0.82 | 0.09 | 9.79 | 0.81 | 0.54 |
| Hex | E8 | 49 | 2A | 0 | 45 | 52 | 9 | A | 51 | 36 |
| Octal | 350 | 111 | 52 | 0 | 105 | 122 | 11 | 12 | 121 | 66 |
| Binary | 11101000 | 1001001 | 101010 | 0 | 1000101 | 1010010 | 1001 | 1010 | 1010001 | 110110 |
Color Harmonies of #E8492A
Complementary color
Monochromatic Colors of #E8492A
Black with #E8492A
Text Example
Text Example
White with #E8492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8492A; }
p { color: rgb(232,73,42); }
H1.HeaderClassName
{
color: #E8492A;
}
.AnyTagClassName
{
color: #E8492A;
}
</style>
background-color css
<style>
a { background-color: #E8492A; }
a { background-color: rgb(232,73,42); }
div.DivClassName
{
background-color: #E8492A;
}
.BgClassName
{
background-color: #E8492A;
}
</style>
border-color css
<style>
span { border-color: #E8492A; }
span { border-color: rgb(232,73,42); }
td.TdClassName
{
border-color: #E8492A;
}
.TagClassName
{
border-color: #E8492A;
}
</style>