Shades of Cinnabar #E8552A
Tints of Cinnabar #E8552A
RGB
CMYK
RGB Variations
Color information
#E8552A (or 0xE8552A) is known color: Cinnabar. HEX triplet: E8, 55 and 2A. RGB value is (232,85,42). Sum of RGB (Red+Green+Blue) = 232+85+42=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E8552A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8552A is #17AAD5. Grayscale: #7C7C7C. Windows color (decimal): -1551062 or 2774504. OLE color: 2774504.
HSL color Cylindrical-coordinate representation of color #E8552A: hue angle of 13.58º 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 #E8552A is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 42 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.09 |
| HSL | 13.58º | 0.81% | 0.54% | - |
| HSV(B) | 13.58º | 0.82% | 0.91% | - |
| XYZ | 36.95 | 23.82 | 4.84 | - |
| YUV | 124.05 | 81.7 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 42 | 0 | 0.63 | 0.82 | 0.09 | 13.58 | 0.81 | 0.54 |
| Hex | E8 | 55 | 2A | 0 | 3F | 52 | 9 | E | 51 | 36 |
| Octal | 350 | 125 | 52 | 0 | 77 | 122 | 11 | 16 | 121 | 66 |
| Binary | 11101000 | 1010101 | 101010 | 0 | 111111 | 1010010 | 1001 | 1110 | 1010001 | 110110 |
Color Harmonies of #E8552A
Complementary color
Monochromatic Colors of #E8552A
Black with #E8552A
Text Example
Text Example
White with #E8552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8552A; }
p { color: rgb(232,85,42); }
H1.HeaderClassName
{
color: #E8552A;
}
.AnyTagClassName
{
color: #E8552A;
}
</style>
background-color css
<style>
a { background-color: #E8552A; }
a { background-color: rgb(232,85,42); }
div.DivClassName
{
background-color: #E8552A;
}
.BgClassName
{
background-color: #E8552A;
}
</style>
border-color css
<style>
span { border-color: #E8552A; }
span { border-color: rgb(232,85,42); }
td.TdClassName
{
border-color: #E8552A;
}
.TagClassName
{
border-color: #E8552A;
}
</style>