Shades of Cinnabar #E55230
Tints of Cinnabar #E55230
RGB
CMYK
RGB Variations
Color information
#E55230 (or 0xE55230) is known color: Cinnabar. HEX triplet: E5, 52 and 30. RGB value is (229,82,48). Sum of RGB (Red+Green+Blue) = 229+82+48=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E55230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55230 is #1AADCF. Grayscale: #7A7A7A. Windows color (decimal): -1748432 or 3166949. OLE color: 3166949.
HSL color Cylindrical-coordinate representation of color #E55230: hue angle of 11.27º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E55230 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 48 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.10 |
| HSL | 11.27º | 0.78% | 0.54% | - |
| HSV(B) | 11.27º | 0.79% | 0.9% | - |
| XYZ | 35.86 | 22.91 | 5.33 | - |
| YUV | 122.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 48 | 0 | 0.64 | 0.79 | 0.10 | 11.27 | 0.78 | 0.54 |
| Hex | E5 | 52 | 30 | 0 | 40 | 4F | A | B | 4E | 36 |
| Octal | 345 | 122 | 60 | 0 | 100 | 117 | 12 | 13 | 116 | 66 |
| Binary | 11100101 | 1010010 | 110000 | 0 | 1000000 | 1001111 | 1010 | 1011 | 1001110 | 110110 |
Color Harmonies of #E55230
Complementary color
Monochromatic Colors of #E55230
Black with #E55230
Text Example
Text Example
White with #E55230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55230; }
p { color: rgb(229,82,48); }
H1.HeaderClassName
{
color: #E55230;
}
.AnyTagClassName
{
color: #E55230;
}
</style>
background-color css
<style>
a { background-color: #E55230; }
a { background-color: rgb(229,82,48); }
div.DivClassName
{
background-color: #E55230;
}
.BgClassName
{
background-color: #E55230;
}
</style>
border-color css
<style>
span { border-color: #E55230; }
span { border-color: rgb(229,82,48); }
td.TdClassName
{
border-color: #E55230;
}
.TagClassName
{
border-color: #E55230;
}
</style>