Shades of Cinnabar #E54831
Tints of Cinnabar #E54831
RGB
CMYK
RGB Variations
Color information
#E54831 (or 0xE54831) is known color: Cinnabar. HEX triplet: E5, 48 and 31. RGB value is (229,72,49). Sum of RGB (Red+Green+Blue) = 229+72+49=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E54831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54831 is #1AB7CE. Grayscale: #747474. Windows color (decimal): -1750991 or 3229925. OLE color: 3229925.
HSL color Cylindrical-coordinate representation of color #E54831: hue angle of 7.67º 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 #E54831 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 49 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.10 |
| HSL | 7.67º | 0.78% | 0.55% | - |
| HSV(B) | 7.67º | 0.79% | 0.9% | - |
| XYZ | 35.18 | 21.51 | 5.2 | - |
| YUV | 116.32 | 90.01 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 49 | 0 | 0.69 | 0.79 | 0.10 | 7.67 | 0.78 | 0.55 |
| Hex | E5 | 48 | 31 | 0 | 45 | 4F | A | 8 | 4E | 37 |
| Octal | 345 | 110 | 61 | 0 | 105 | 117 | 12 | 10 | 116 | 67 |
| Binary | 11100101 | 1001000 | 110001 | 0 | 1000101 | 1001111 | 1010 | 1000 | 1001110 | 110111 |
Color Harmonies of #E54831
Complementary color
Monochromatic Colors of #E54831
Black with #E54831
Text Example
Text Example
White with #E54831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54831; }
p { color: rgb(229,72,49); }
H1.HeaderClassName
{
color: #E54831;
}
.AnyTagClassName
{
color: #E54831;
}
</style>
background-color css
<style>
a { background-color: #E54831; }
a { background-color: rgb(229,72,49); }
div.DivClassName
{
background-color: #E54831;
}
.BgClassName
{
background-color: #E54831;
}
</style>
border-color css
<style>
span { border-color: #E54831; }
span { border-color: rgb(229,72,49); }
td.TdClassName
{
border-color: #E54831;
}
.TagClassName
{
border-color: #E54831;
}
</style>