Shades of Cinnabar #E54139
Tints of Cinnabar #E54139
RGB
CMYK
RGB Variations
Color information
#E54139 (or 0xE54139) is known color: Cinnabar. HEX triplet: E5, 41 and 39. RGB value is (229,65,57). Sum of RGB (Red+Green+Blue) = 229+65+57=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E54139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54139 is #1ABEC6. Grayscale: #717171. Windows color (decimal): -1752775 or 3752421. OLE color: 3752421.
HSL color Cylindrical-coordinate representation of color #E54139: hue angle of 2.79º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E54139 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 57 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.10 |
| HSL | 2.79º | 0.77% | 0.56% | - |
| HSV(B) | 2.79º | 0.75% | 0.9% | - |
| XYZ | 34.94 | 20.73 | 6.03 | - |
| YUV | 113.12 | 96.33 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 57 | 0 | 0.72 | 0.75 | 0.10 | 2.79 | 0.77 | 0.56 |
| Hex | E5 | 41 | 39 | 0 | 48 | 4B | A | 3 | 4D | 38 |
| Octal | 345 | 101 | 71 | 0 | 110 | 113 | 12 | 3 | 115 | 70 |
| Binary | 11100101 | 1000001 | 111001 | 0 | 1001000 | 1001011 | 1010 | 11 | 1001101 | 111000 |
Color Harmonies of #E54139
Complementary color
Monochromatic Colors of #E54139
Black with #E54139
Text Example
Text Example
White with #E54139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54139; }
p { color: rgb(229,65,57); }
H1.HeaderClassName
{
color: #E54139;
}
.AnyTagClassName
{
color: #E54139;
}
</style>
background-color css
<style>
a { background-color: #E54139; }
a { background-color: rgb(229,65,57); }
div.DivClassName
{
background-color: #E54139;
}
.BgClassName
{
background-color: #E54139;
}
</style>
border-color css
<style>
span { border-color: #E54139; }
span { border-color: rgb(229,65,57); }
td.TdClassName
{
border-color: #E54139;
}
.TagClassName
{
border-color: #E54139;
}
</style>