Shades of Cinnabar #E54031
Tints of Cinnabar #E54031
RGB
CMYK
RGB Variations
Color information
#E54031 (or 0xE54031) is known color: Cinnabar. HEX triplet: E5, 40 and 31. RGB value is (229,64,49). Sum of RGB (Red+Green+Blue) = 229+64+49=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E54031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54031 is #1ABFCE. Grayscale: #6F6F6F. Windows color (decimal): -1753039 or 3227877. OLE color: 3227877.
HSL color Cylindrical-coordinate representation of color #E54031: hue angle of 5º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E54031 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 49 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.10 |
| HSL | 5º | 0.78% | 0.55% | - |
| HSV(B) | 5º | 0.79% | 0.9% | - |
| XYZ | 34.7 | 20.55 | 5.04 | - |
| YUV | 111.63 | 92.66 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 49 | 0 | 0.72 | 0.79 | 0.10 | 5 | 0.78 | 0.55 |
| Hex | E5 | 40 | 31 | 0 | 48 | 4F | A | 5 | 4E | 37 |
| Octal | 345 | 100 | 61 | 0 | 110 | 117 | 12 | 5 | 116 | 67 |
| Binary | 11100101 | 1000000 | 110001 | 0 | 1001000 | 1001111 | 1010 | 101 | 1001110 | 110111 |
Color Harmonies of #E54031
Complementary color
Monochromatic Colors of #E54031
Black with #E54031
Text Example
Text Example
White with #E54031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54031; }
p { color: rgb(229,64,49); }
H1.HeaderClassName
{
color: #E54031;
}
.AnyTagClassName
{
color: #E54031;
}
</style>
background-color css
<style>
a { background-color: #E54031; }
a { background-color: rgb(229,64,49); }
div.DivClassName
{
background-color: #E54031;
}
.BgClassName
{
background-color: #E54031;
}
</style>
border-color css
<style>
span { border-color: #E54031; }
span { border-color: rgb(229,64,49); }
td.TdClassName
{
border-color: #E54031;
}
.TagClassName
{
border-color: #E54031;
}
</style>