Shades of Cinnabar #E54434
Tints of Cinnabar #E54434
RGB
CMYK
RGB Variations
Color information
#E54434 (or 0xE54434) is known color: Cinnabar. HEX triplet: E5, 44 and 34. RGB value is (229,68,52). Sum of RGB (Red+Green+Blue) = 229+68+52=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E54434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54434 is #1ABBCB. Grayscale: #727272. Windows color (decimal): -1752012 or 3425509. OLE color: 3425509.
HSL color Cylindrical-coordinate representation of color #E54434: hue angle of 5.42º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E54434 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 52 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.10 |
| HSL | 5.42º | 0.77% | 0.55% | - |
| HSV(B) | 5.42º | 0.77% | 0.9% | - |
| XYZ | 35 | 21.04 | 5.47 | - |
| YUV | 114.32 | 92.84 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 52 | 0 | 0.70 | 0.77 | 0.10 | 5.42 | 0.77 | 0.55 |
| Hex | E5 | 44 | 34 | 0 | 46 | 4D | A | 5 | 4D | 37 |
| Octal | 345 | 104 | 64 | 0 | 106 | 115 | 12 | 5 | 115 | 67 |
| Binary | 11100101 | 1000100 | 110100 | 0 | 1000110 | 1001101 | 1010 | 101 | 1001101 | 110111 |
Color Harmonies of #E54434
Complementary color
Monochromatic Colors of #E54434
Black with #E54434
Text Example
Text Example
White with #E54434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54434; }
p { color: rgb(229,68,52); }
H1.HeaderClassName
{
color: #E54434;
}
.AnyTagClassName
{
color: #E54434;
}
</style>
background-color css
<style>
a { background-color: #E54434; }
a { background-color: rgb(229,68,52); }
div.DivClassName
{
background-color: #E54434;
}
.BgClassName
{
background-color: #E54434;
}
</style>
border-color css
<style>
span { border-color: #E54434; }
span { border-color: rgb(229,68,52); }
td.TdClassName
{
border-color: #E54434;
}
.TagClassName
{
border-color: #E54434;
}
</style>