Shades of Cinnabar #E54949
Tints of Cinnabar #E54949
RGB
CMYK
RGB Variations
Color information
#E54949 (or 0xE54949) is known color: Cinnabar. HEX triplet: E5, 49 and 49. RGB value is (229,73,73). Sum of RGB (Red+Green+Blue) = 229+73+73=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E54949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54949 is #1AB6B6. Grayscale: #777777. Windows color (decimal): -1750711 or 4803045. OLE color: 4803045.
HSL color Cylindrical-coordinate representation of color #E54949: hue angle of 0º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54949 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 73 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.10 |
| HSL | 0º | 0.75% | 0.59% | - |
| HSV(B) | 0º | 0.68% | 0.9% | - |
| XYZ | 35.9 | 21.9 | 8.64 | - |
| YUV | 119.64 | 101.68 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 73 | 0 | 0.68 | 0.68 | 0.10 | 0 | 0.75 | 0.59 |
| Hex | E5 | 49 | 49 | 0 | 44 | 44 | A | 0 | 4B | 3B |
| Octal | 345 | 111 | 111 | 0 | 104 | 104 | 12 | 0 | 113 | 73 |
| Binary | 11100101 | 1001001 | 1001001 | 0 | 1000100 | 1000100 | 1010 | 0 | 1001011 | 111011 |
Color Harmonies of #E54949
Complementary color
Monochromatic Colors of #E54949
Black with #E54949
Text Example
Text Example
White with #E54949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54949; }
p { color: rgb(229,73,73); }
H1.HeaderClassName
{
color: #E54949;
}
.AnyTagClassName
{
color: #E54949;
}
</style>
background-color css
<style>
a { background-color: #E54949; }
a { background-color: rgb(229,73,73); }
div.DivClassName
{
background-color: #E54949;
}
.BgClassName
{
background-color: #E54949;
}
</style>
border-color css
<style>
span { border-color: #E54949; }
span { border-color: rgb(229,73,73); }
td.TdClassName
{
border-color: #E54949;
}
.TagClassName
{
border-color: #E54949;
}
</style>