Shades of Cinnabar #E55231
Tints of Cinnabar #E55231
RGB
CMYK
RGB Variations
Color information
#E55231 (or 0xE55231) is known color: Cinnabar. HEX triplet: E5, 52 and 31. RGB value is (229,82,49). Sum of RGB (Red+Green+Blue) = 229+82+49=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E55231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55231 is #1AADCE. Grayscale: #7A7A7A. Windows color (decimal): -1748431 or 3232485. OLE color: 3232485.
HSL color Cylindrical-coordinate representation of color #E55231: hue angle of 11º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E55231 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 49 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.10 |
| HSL | 11º | 0.78% | 0.55% | - |
| HSV(B) | 11º | 0.79% | 0.9% | - |
| XYZ | 35.88 | 22.91 | 5.44 | - |
| YUV | 122.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 49 | 0 | 0.64 | 0.79 | 0.10 | 11 | 0.78 | 0.55 |
| Hex | E5 | 52 | 31 | 0 | 40 | 4F | A | B | 4E | 37 |
| Octal | 345 | 122 | 61 | 0 | 100 | 117 | 12 | 13 | 116 | 67 |
| Binary | 11100101 | 1010010 | 110001 | 0 | 1000000 | 1001111 | 1010 | 1011 | 1001110 | 110111 |
Color Harmonies of #E55231
Complementary color
Monochromatic Colors of #E55231
Black with #E55231
Text Example
Text Example
White with #E55231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55231; }
p { color: rgb(229,82,49); }
H1.HeaderClassName
{
color: #E55231;
}
.AnyTagClassName
{
color: #E55231;
}
</style>
background-color css
<style>
a { background-color: #E55231; }
a { background-color: rgb(229,82,49); }
div.DivClassName
{
background-color: #E55231;
}
.BgClassName
{
background-color: #E55231;
}
</style>
border-color css
<style>
span { border-color: #E55231; }
span { border-color: rgb(229,82,49); }
td.TdClassName
{
border-color: #E55231;
}
.TagClassName
{
border-color: #E55231;
}
</style>