Shades of Cinnabar #E34844
Tints of Cinnabar #E34844
RGB
CMYK
RGB Variations
Color information
#E34844 (or 0xE34844) is known color: Cinnabar. HEX triplet: E3, 48 and 44. RGB value is (227,72,68). Sum of RGB (Red+Green+Blue) = 227+72+68=367 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.85% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 227 - color contains mainly: red. Hex color #E34844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34844 is #1CB7BB. Grayscale: #767676. Windows color (decimal): -1882044 or 4475107. OLE color: 4475107.
HSL color Cylindrical-coordinate representation of color #E34844: hue angle of 1.51º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34844 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 68 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.11 |
| HSL | 1.51º | 0.74% | 0.58% | - |
| HSV(B) | 1.51º | 0.7% | 0.89% | - |
| XYZ | 35.04 | 21.38 | 7.75 | - |
| YUV | 117.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 68 | 0 | 0.68 | 0.70 | 0.11 | 1.51 | 0.74 | 0.58 |
| Hex | E3 | 48 | 44 | 0 | 44 | 46 | B | 2 | 4A | 3A |
| Octal | 343 | 110 | 104 | 0 | 104 | 106 | 13 | 2 | 112 | 72 |
| Binary | 11100011 | 1001000 | 1000100 | 0 | 1000100 | 1000110 | 1011 | 10 | 1001010 | 111010 |
Color Harmonies of #E34844
Complementary color
Monochromatic Colors of #E34844
Black with #E34844
Text Example
Text Example
White with #E34844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34844; }
p { color: rgb(227,72,68); }
H1.HeaderClassName
{
color: #E34844;
}
.AnyTagClassName
{
color: #E34844;
}
</style>
background-color css
<style>
a { background-color: #E34844; }
a { background-color: rgb(227,72,68); }
div.DivClassName
{
background-color: #E34844;
}
.BgClassName
{
background-color: #E34844;
}
</style>
border-color css
<style>
span { border-color: #E34844; }
span { border-color: rgb(227,72,68); }
td.TdClassName
{
border-color: #E34844;
}
.TagClassName
{
border-color: #E34844;
}
</style>