Shades of Cinnabar #E04844
Tints of Cinnabar #E04844
RGB
CMYK
RGB Variations
Color information
#E04844 (or 0xE04844) is known color: Cinnabar. HEX triplet: E0, 48 and 44. RGB value is (224,72,68). Sum of RGB (Red+Green+Blue) = 224+72+68=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E04844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04844 is #1FB7BB. Grayscale: #757575. Windows color (decimal): -2078652 or 4475104. OLE color: 4475104.
HSL color Cylindrical-coordinate representation of color #E04844: hue angle of 1.54º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04844 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 68 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.12 |
| HSL | 1.54º | 0.72% | 0.57% | - |
| HSV(B) | 1.54º | 0.7% | 0.88% | - |
| XYZ | 34.1 | 20.9 | 7.71 | - |
| YUV | 116.99 | 100.36 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 68 | 0 | 0.68 | 0.70 | 0.12 | 1.54 | 0.72 | 0.57 |
| Hex | E0 | 48 | 44 | 0 | 44 | 46 | C | 2 | 48 | 39 |
| Octal | 340 | 110 | 104 | 0 | 104 | 106 | 14 | 2 | 110 | 71 |
| Binary | 11100000 | 1001000 | 1000100 | 0 | 1000100 | 1000110 | 1100 | 10 | 1001000 | 111001 |
Color Harmonies of #E04844
Complementary color
Monochromatic Colors of #E04844
Black with #E04844
Text Example
Text Example
White with #E04844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04844; }
p { color: rgb(224,72,68); }
H1.HeaderClassName
{
color: #E04844;
}
.AnyTagClassName
{
color: #E04844;
}
</style>
background-color css
<style>
a { background-color: #E04844; }
a { background-color: rgb(224,72,68); }
div.DivClassName
{
background-color: #E04844;
}
.BgClassName
{
background-color: #E04844;
}
</style>
border-color css
<style>
span { border-color: #E04844; }
span { border-color: rgb(224,72,68); }
td.TdClassName
{
border-color: #E04844;
}
.TagClassName
{
border-color: #E04844;
}
</style>