Shades of Cinnabar #E8553C
Tints of Cinnabar #E8553C
RGB
CMYK
RGB Variations
Color information
#E8553C (or 0xE8553C) is known color: Cinnabar. HEX triplet: E8, 55 and 3C. RGB value is (232,85,60). Sum of RGB (Red+Green+Blue) = 232+85+60=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E8553C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8553C is #17AAC3. Grayscale: #7E7E7E. Windows color (decimal): -1551044 or 3954152. OLE color: 3954152.
HSL color Cylindrical-coordinate representation of color #E8553C: hue angle of 8.72º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E8553C is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 60 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.09 |
| HSL | 8.72º | 0.79% | 0.57% | - |
| HSV(B) | 8.72º | 0.74% | 0.91% | - |
| XYZ | 37.34 | 23.98 | 6.94 | - |
| YUV | 126.1 | 90.7 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 60 | 0 | 0.63 | 0.74 | 0.09 | 8.72 | 0.79 | 0.57 |
| Hex | E8 | 55 | 3C | 0 | 3F | 4A | 9 | 9 | 4F | 39 |
| Octal | 350 | 125 | 74 | 0 | 77 | 112 | 11 | 11 | 117 | 71 |
| Binary | 11101000 | 1010101 | 111100 | 0 | 111111 | 1001010 | 1001 | 1001 | 1001111 | 111001 |
Color Harmonies of #E8553C
Complementary color
Monochromatic Colors of #E8553C
Black with #E8553C
Text Example
Text Example
White with #E8553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8553C; }
p { color: rgb(232,85,60); }
H1.HeaderClassName
{
color: #E8553C;
}
.AnyTagClassName
{
color: #E8553C;
}
</style>
background-color css
<style>
a { background-color: #E8553C; }
a { background-color: rgb(232,85,60); }
div.DivClassName
{
background-color: #E8553C;
}
.BgClassName
{
background-color: #E8553C;
}
</style>
border-color css
<style>
span { border-color: #E8553C; }
span { border-color: rgb(232,85,60); }
td.TdClassName
{
border-color: #E8553C;
}
.TagClassName
{
border-color: #E8553C;
}
</style>