Shades of Cinnabar #E54136
Tints of Cinnabar #E54136
RGB
CMYK
RGB Variations
Color information
#E54136 (or 0xE54136) is known color: Cinnabar. HEX triplet: E5, 41 and 36. RGB value is (229,65,54). Sum of RGB (Red+Green+Blue) = 229+65+54=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E54136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54136 is #1ABEC9. Grayscale: #707070. Windows color (decimal): -1752778 or 3555813. OLE color: 3555813.
HSL color Cylindrical-coordinate representation of color #E54136: hue angle of 3.77º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E54136 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 54 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.10 |
| HSL | 3.77º | 0.77% | 0.55% | - |
| HSV(B) | 3.77º | 0.76% | 0.9% | - |
| XYZ | 34.87 | 20.7 | 5.65 | - |
| YUV | 112.78 | 94.83 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 54 | 0 | 0.72 | 0.76 | 0.10 | 3.77 | 0.77 | 0.55 |
| Hex | E5 | 41 | 36 | 0 | 48 | 4C | A | 4 | 4D | 37 |
| Octal | 345 | 101 | 66 | 0 | 110 | 114 | 12 | 4 | 115 | 67 |
| Binary | 11100101 | 1000001 | 110110 | 0 | 1001000 | 1001100 | 1010 | 100 | 1001101 | 110111 |
Color Harmonies of #E54136
Complementary color
Monochromatic Colors of #E54136
Black with #E54136
Text Example
Text Example
White with #E54136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54136; }
p { color: rgb(229,65,54); }
H1.HeaderClassName
{
color: #E54136;
}
.AnyTagClassName
{
color: #E54136;
}
</style>
background-color css
<style>
a { background-color: #E54136; }
a { background-color: rgb(229,65,54); }
div.DivClassName
{
background-color: #E54136;
}
.BgClassName
{
background-color: #E54136;
}
</style>
border-color css
<style>
span { border-color: #E54136; }
span { border-color: rgb(229,65,54); }
td.TdClassName
{
border-color: #E54136;
}
.TagClassName
{
border-color: #E54136;
}
</style>