Shades of Cinnabar #E55237
Tints of Cinnabar #E55237
RGB
CMYK
RGB Variations
Color information
#E55237 (or 0xE55237) is known color: Cinnabar. HEX triplet: E5, 52 and 37. RGB value is (229,82,55). Sum of RGB (Red+Green+Blue) = 229+82+55=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E55237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55237 is #1AADC8. Grayscale: #7B7B7B. Windows color (decimal): -1748425 or 3625701. OLE color: 3625701.
HSL color Cylindrical-coordinate representation of color #E55237: hue angle of 9.31º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E55237 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 55 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.10 |
| HSL | 9.31º | 0.77% | 0.56% | - |
| HSV(B) | 9.31º | 0.76% | 0.9% | - |
| XYZ | 36.02 | 22.97 | 6.15 | - |
| YUV | 122.88 | 89.7 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 55 | 0 | 0.64 | 0.76 | 0.10 | 9.31 | 0.77 | 0.56 |
| Hex | E5 | 52 | 37 | 0 | 40 | 4C | A | 9 | 4D | 38 |
| Octal | 345 | 122 | 67 | 0 | 100 | 114 | 12 | 11 | 115 | 70 |
| Binary | 11100101 | 1010010 | 110111 | 0 | 1000000 | 1001100 | 1010 | 1001 | 1001101 | 111000 |
Color Harmonies of #E55237
Complementary color
Monochromatic Colors of #E55237
Black with #E55237
Text Example
Text Example
White with #E55237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55237; }
p { color: rgb(229,82,55); }
H1.HeaderClassName
{
color: #E55237;
}
.AnyTagClassName
{
color: #E55237;
}
</style>
background-color css
<style>
a { background-color: #E55237; }
a { background-color: rgb(229,82,55); }
div.DivClassName
{
background-color: #E55237;
}
.BgClassName
{
background-color: #E55237;
}
</style>
border-color css
<style>
span { border-color: #E55237; }
span { border-color: rgb(229,82,55); }
td.TdClassName
{
border-color: #E55237;
}
.TagClassName
{
border-color: #E55237;
}
</style>