Shades of Cinnabar #E8542C
Tints of Cinnabar #E8542C
RGB
CMYK
RGB Variations
Color information
#E8542C (or 0xE8542C) is known color: Cinnabar. HEX triplet: E8, 54 and 2C. RGB value is (232,84,44). Sum of RGB (Red+Green+Blue) = 232+84+44=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8542C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8542C is #17ABD3. Grayscale: #7C7C7C. Windows color (decimal): -1551316 or 2905320. OLE color: 2905320.
HSL color Cylindrical-coordinate representation of color #E8542C: hue angle of 12.77º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8542C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 44 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.09 |
| HSL | 12.77º | 0.8% | 0.54% | - |
| HSV(B) | 12.77º | 0.81% | 0.91% | - |
| XYZ | 36.9 | 23.68 | 5.01 | - |
| YUV | 123.69 | 83.03 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 44 | 0 | 0.64 | 0.81 | 0.09 | 12.77 | 0.8 | 0.54 |
| Hex | E8 | 54 | 2C | 0 | 40 | 51 | 9 | D | 50 | 36 |
| Octal | 350 | 124 | 54 | 0 | 100 | 121 | 11 | 15 | 120 | 66 |
| Binary | 11101000 | 1010100 | 101100 | 0 | 1000000 | 1010001 | 1001 | 1101 | 1010000 | 110110 |
Color Harmonies of #E8542C
Complementary color
Monochromatic Colors of #E8542C
Black with #E8542C
Text Example
Text Example
White with #E8542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8542C; }
p { color: rgb(232,84,44); }
H1.HeaderClassName
{
color: #E8542C;
}
.AnyTagClassName
{
color: #E8542C;
}
</style>
background-color css
<style>
a { background-color: #E8542C; }
a { background-color: rgb(232,84,44); }
div.DivClassName
{
background-color: #E8542C;
}
.BgClassName
{
background-color: #E8542C;
}
</style>
border-color css
<style>
span { border-color: #E8542C; }
span { border-color: rgb(232,84,44); }
td.TdClassName
{
border-color: #E8542C;
}
.TagClassName
{
border-color: #E8542C;
}
</style>