Shades of Cinnabar #E8552B
Tints of Cinnabar #E8552B
RGB
CMYK
RGB Variations
Color information
#E8552B (or 0xE8552B) is known color: Cinnabar. HEX triplet: E8, 55 and 2B. RGB value is (232,85,43). Sum of RGB (Red+Green+Blue) = 232+85+43=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8552B is #17AAD4. Grayscale: #7C7C7C. Windows color (decimal): -1551061 or 2840040. OLE color: 2840040.
HSL color Cylindrical-coordinate representation of color #E8552B: hue angle of 13.33º 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 #E8552B is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 43 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.09 |
| HSL | 13.33º | 0.8% | 0.54% | - |
| HSV(B) | 13.33º | 0.81% | 0.91% | - |
| XYZ | 36.96 | 23.83 | 4.94 | - |
| YUV | 124.17 | 82.2 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 43 | 0 | 0.63 | 0.81 | 0.09 | 13.33 | 0.8 | 0.54 |
| Hex | E8 | 55 | 2B | 0 | 3F | 51 | 9 | D | 50 | 36 |
| Octal | 350 | 125 | 53 | 0 | 77 | 121 | 11 | 15 | 120 | 66 |
| Binary | 11101000 | 1010101 | 101011 | 0 | 111111 | 1010001 | 1001 | 1101 | 1010000 | 110110 |
Color Harmonies of #E8552B
Complementary color
Monochromatic Colors of #E8552B
Black with #E8552B
Text Example
Text Example
White with #E8552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8552B; }
p { color: rgb(232,85,43); }
H1.HeaderClassName
{
color: #E8552B;
}
.AnyTagClassName
{
color: #E8552B;
}
</style>
background-color css
<style>
a { background-color: #E8552B; }
a { background-color: rgb(232,85,43); }
div.DivClassName
{
background-color: #E8552B;
}
.BgClassName
{
background-color: #E8552B;
}
</style>
border-color css
<style>
span { border-color: #E8552B; }
span { border-color: rgb(232,85,43); }
td.TdClassName
{
border-color: #E8552B;
}
.TagClassName
{
border-color: #E8552B;
}
</style>