Shades of Cinnabar #E54431
Tints of Cinnabar #E54431
RGB
CMYK
RGB Variations
Color information
#E54431 (or 0xE54431) is known color: Cinnabar. HEX triplet: E5, 44 and 31. RGB value is (229,68,49). Sum of RGB (Red+Green+Blue) = 229+68+49=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E54431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54431 is #1ABBCE. Grayscale: #727272. Windows color (decimal): -1752015 or 3228901. OLE color: 3228901.
HSL color Cylindrical-coordinate representation of color #E54431: hue angle of 6.33º 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 #E54431 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 49 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.10 |
| HSL | 6.33º | 0.78% | 0.55% | - |
| HSV(B) | 6.33º | 0.79% | 0.9% | - |
| XYZ | 34.93 | 21.01 | 5.12 | - |
| YUV | 113.97 | 91.34 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 49 | 0 | 0.70 | 0.79 | 0.10 | 6.33 | 0.78 | 0.55 |
| Hex | E5 | 44 | 31 | 0 | 46 | 4F | A | 6 | 4E | 37 |
| Octal | 345 | 104 | 61 | 0 | 106 | 117 | 12 | 6 | 116 | 67 |
| Binary | 11100101 | 1000100 | 110001 | 0 | 1000110 | 1001111 | 1010 | 110 | 1001110 | 110111 |
Color Harmonies of #E54431
Complementary color
Monochromatic Colors of #E54431
Black with #E54431
Text Example
Text Example
White with #E54431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54431; }
p { color: rgb(229,68,49); }
H1.HeaderClassName
{
color: #E54431;
}
.AnyTagClassName
{
color: #E54431;
}
</style>
background-color css
<style>
a { background-color: #E54431; }
a { background-color: rgb(229,68,49); }
div.DivClassName
{
background-color: #E54431;
}
.BgClassName
{
background-color: #E54431;
}
</style>
border-color css
<style>
span { border-color: #E54431; }
span { border-color: rgb(229,68,49); }
td.TdClassName
{
border-color: #E54431;
}
.TagClassName
{
border-color: #E54431;
}
</style>