Shades of Cinnabar #E54C27
Tints of Cinnabar #E54C27
RGB
CMYK
RGB Variations
Color information
#E54C27 (or 0xE54C27) is known color: Cinnabar. HEX triplet: E5, 4C and 27. RGB value is (229,76,39). Sum of RGB (Red+Green+Blue) = 229+76+39=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54C27 is #1AB3D8. Grayscale: #757575. Windows color (decimal): -1749977 or 2575589. OLE color: 2575589.
HSL color Cylindrical-coordinate representation of color #E54C27: hue angle of 11.68º 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 #E54C27 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 39 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.10 |
| HSL | 11.68º | 0.79% | 0.53% | - |
| HSV(B) | 11.68º | 0.83% | 0.9% | - |
| XYZ | 35.26 | 21.97 | 4.3 | - |
| YUV | 117.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 39 | 0 | 0.67 | 0.83 | 0.10 | 11.68 | 0.79 | 0.53 |
| Hex | E5 | 4C | 27 | 0 | 43 | 53 | A | C | 4F | 35 |
| Octal | 345 | 114 | 47 | 0 | 103 | 123 | 12 | 14 | 117 | 65 |
| Binary | 11100101 | 1001100 | 100111 | 0 | 1000011 | 1010011 | 1010 | 1100 | 1001111 | 110101 |
Color Harmonies of #E54C27
Complementary color
Monochromatic Colors of #E54C27
Black with #E54C27
Text Example
Text Example
White with #E54C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C27; }
p { color: rgb(229,76,39); }
H1.HeaderClassName
{
color: #E54C27;
}
.AnyTagClassName
{
color: #E54C27;
}
</style>
background-color css
<style>
a { background-color: #E54C27; }
a { background-color: rgb(229,76,39); }
div.DivClassName
{
background-color: #E54C27;
}
.BgClassName
{
background-color: #E54C27;
}
</style>
border-color css
<style>
span { border-color: #E54C27; }
span { border-color: rgb(229,76,39); }
td.TdClassName
{
border-color: #E54C27;
}
.TagClassName
{
border-color: #E54C27;
}
</style>