Shades of Cinnabar #E53127
Tints of Cinnabar #E53127
RGB
CMYK
RGB Variations
Color information
#E53127 (or 0xE53127) is known color: Cinnabar. HEX triplet: E5, 31 and 27. RGB value is (229,49,39). Sum of RGB (Red+Green+Blue) = 229+49+39=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E53127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53127 is #1ACED8. Grayscale: #656565. Windows color (decimal): -1756889 or 2568677. OLE color: 2568677.
HSL color Cylindrical-coordinate representation of color #E53127: hue angle of 3.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E53127 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 39 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.10 |
| HSL | 3.16º | 0.79% | 0.53% | - |
| HSV(B) | 3.16º | 0.83% | 0.9% | - |
| XYZ | 33.78 | 19 | 3.81 | - |
| YUV | 101.68 | 92.63 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 39 | 0 | 0.79 | 0.83 | 0.10 | 3.16 | 0.79 | 0.53 |
| Hex | E5 | 31 | 27 | 0 | 4F | 53 | A | 3 | 4F | 35 |
| Octal | 345 | 61 | 47 | 0 | 117 | 123 | 12 | 3 | 117 | 65 |
| Binary | 11100101 | 110001 | 100111 | 0 | 1001111 | 1010011 | 1010 | 11 | 1001111 | 110101 |
Color Harmonies of #E53127
Complementary color
Monochromatic Colors of #E53127
Black with #E53127
Text Example
Text Example
White with #E53127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53127; }
p { color: rgb(229,49,39); }
H1.HeaderClassName
{
color: #E53127;
}
.AnyTagClassName
{
color: #E53127;
}
</style>
background-color css
<style>
a { background-color: #E53127; }
a { background-color: rgb(229,49,39); }
div.DivClassName
{
background-color: #E53127;
}
.BgClassName
{
background-color: #E53127;
}
</style>
border-color css
<style>
span { border-color: #E53127; }
span { border-color: rgb(229,49,39); }
td.TdClassName
{
border-color: #E53127;
}
.TagClassName
{
border-color: #E53127;
}
</style>