Shades of Cinnabar #E8553A
Tints of Cinnabar #E8553A
RGB
CMYK
RGB Variations
Color information
#E8553A (or 0xE8553A) is known color: Cinnabar. HEX triplet: E8, 55 and 3A. RGB value is (232,85,58). Sum of RGB (Red+Green+Blue) = 232+85+58=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8553A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8553A is #17AAC5. Grayscale: #7E7E7E. Windows color (decimal): -1551046 or 3823080. OLE color: 3823080.
HSL color Cylindrical-coordinate representation of color #E8553A: hue angle of 9.31º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8553A is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 58 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.09 |
| HSL | 9.31º | 0.79% | 0.57% | - |
| HSV(B) | 9.31º | 0.75% | 0.91% | - |
| XYZ | 37.29 | 23.96 | 6.66 | - |
| YUV | 125.88 | 89.7 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 58 | 0 | 0.63 | 0.75 | 0.09 | 9.31 | 0.79 | 0.57 |
| Hex | E8 | 55 | 3A | 0 | 3F | 4B | 9 | 9 | 4F | 39 |
| Octal | 350 | 125 | 72 | 0 | 77 | 113 | 11 | 11 | 117 | 71 |
| Binary | 11101000 | 1010101 | 111010 | 0 | 111111 | 1001011 | 1001 | 1001 | 1001111 | 111001 |
Color Harmonies of #E8553A
Complementary color
Monochromatic Colors of #E8553A
Black with #E8553A
Text Example
Text Example
White with #E8553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8553A; }
p { color: rgb(232,85,58); }
H1.HeaderClassName
{
color: #E8553A;
}
.AnyTagClassName
{
color: #E8553A;
}
</style>
background-color css
<style>
a { background-color: #E8553A; }
a { background-color: rgb(232,85,58); }
div.DivClassName
{
background-color: #E8553A;
}
.BgClassName
{
background-color: #E8553A;
}
</style>
border-color css
<style>
span { border-color: #E8553A; }
span { border-color: rgb(232,85,58); }
td.TdClassName
{
border-color: #E8553A;
}
.TagClassName
{
border-color: #E8553A;
}
</style>