Shades of Cinnabar #E52C27
Tints of Cinnabar #E52C27
RGB
CMYK
RGB Variations
Color information
#E52C27 (or 0xE52C27) is known color: Cinnabar. HEX triplet: E5, 2C and 27. RGB value is (229,44,39). Sum of RGB (Red+Green+Blue) = 229+44+39=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52C27 is #1AD3D8. Grayscale: #626262. Windows color (decimal): -1758169 or 2567397. OLE color: 2567397.
HSL color Cylindrical-coordinate representation of color #E52C27: hue angle of 1.58º 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 #E52C27 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 39 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.10 |
| HSL | 1.58º | 0.79% | 0.53% | - |
| HSV(B) | 1.58º | 0.83% | 0.9% | - |
| XYZ | 33.58 | 18.61 | 3.74 | - |
| YUV | 98.75 | 94.29 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 39 | 0 | 0.81 | 0.83 | 0.10 | 1.58 | 0.79 | 0.53 |
| Hex | E5 | 2C | 27 | 0 | 51 | 53 | A | 2 | 4F | 35 |
| Octal | 345 | 54 | 47 | 0 | 121 | 123 | 12 | 2 | 117 | 65 |
| Binary | 11100101 | 101100 | 100111 | 0 | 1010001 | 1010011 | 1010 | 10 | 1001111 | 110101 |
Color Harmonies of #E52C27
Complementary color
Monochromatic Colors of #E52C27
Black with #E52C27
Text Example
Text Example
White with #E52C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C27; }
p { color: rgb(229,44,39); }
H1.HeaderClassName
{
color: #E52C27;
}
.AnyTagClassName
{
color: #E52C27;
}
</style>
background-color css
<style>
a { background-color: #E52C27; }
a { background-color: rgb(229,44,39); }
div.DivClassName
{
background-color: #E52C27;
}
.BgClassName
{
background-color: #E52C27;
}
</style>
border-color css
<style>
span { border-color: #E52C27; }
span { border-color: rgb(229,44,39); }
td.TdClassName
{
border-color: #E52C27;
}
.TagClassName
{
border-color: #E52C27;
}
</style>