Shades of Cinnabar #E54424
Tints of Cinnabar #E54424
RGB
CMYK
RGB Variations
Color information
#E54424 (or 0xE54424) is known color: Cinnabar. HEX triplet: E5, 44 and 24. RGB value is (229,68,36). Sum of RGB (Red+Green+Blue) = 229+68+36=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E54424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54424 is #1ABBDB. Grayscale: #707070. Windows color (decimal): -1752028 or 2376933. OLE color: 2376933.
HSL color Cylindrical-coordinate representation of color #E54424: hue angle of 9.95º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E54424 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 36 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.10 |
| HSL | 9.95º | 0.79% | 0.52% | - |
| HSV(B) | 9.95º | 0.84% | 0.9% | - |
| XYZ | 34.7 | 20.92 | 3.88 | - |
| YUV | 112.49 | 84.84 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 36 | 0 | 0.70 | 0.84 | 0.10 | 9.95 | 0.79 | 0.52 |
| Hex | E5 | 44 | 24 | 0 | 46 | 54 | A | A | 4F | 34 |
| Octal | 345 | 104 | 44 | 0 | 106 | 124 | 12 | 12 | 117 | 64 |
| Binary | 11100101 | 1000100 | 100100 | 0 | 1000110 | 1010100 | 1010 | 1010 | 1001111 | 110100 |
Color Harmonies of #E54424
Complementary color
Monochromatic Colors of #E54424
Black with #E54424
Text Example
Text Example
White with #E54424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54424; }
p { color: rgb(229,68,36); }
H1.HeaderClassName
{
color: #E54424;
}
.AnyTagClassName
{
color: #E54424;
}
</style>
background-color css
<style>
a { background-color: #E54424; }
a { background-color: rgb(229,68,36); }
div.DivClassName
{
background-color: #E54424;
}
.BgClassName
{
background-color: #E54424;
}
</style>
border-color css
<style>
span { border-color: #E54424; }
span { border-color: rgb(229,68,36); }
td.TdClassName
{
border-color: #E54424;
}
.TagClassName
{
border-color: #E54424;
}
</style>