Shades of Cinnabar #E34846
Tints of Cinnabar #E34846
RGB
CMYK
RGB Variations
Color information
#E34846 (or 0xE34846) is known color: Cinnabar. HEX triplet: E3, 48 and 46. RGB value is (227,72,70). Sum of RGB (Red+Green+Blue) = 227+72+70=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E34846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34846 is #1CB7B9. Grayscale: #767676. Windows color (decimal): -1882042 or 4606179. OLE color: 4606179.
HSL color Cylindrical-coordinate representation of color #E34846: hue angle of 0.76º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E34846 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 70 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.11 |
| HSL | 0.76º | 0.74% | 0.58% | - |
| HSV(B) | 0.76º | 0.69% | 0.89% | - |
| XYZ | 35.1 | 21.41 | 8.08 | - |
| YUV | 118.12 | 100.85 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 70 | 0 | 0.68 | 0.69 | 0.11 | 0.76 | 0.74 | 0.58 |
| Hex | E3 | 48 | 46 | 0 | 44 | 45 | B | 1 | 4A | 3A |
| Octal | 343 | 110 | 106 | 0 | 104 | 105 | 13 | 1 | 112 | 72 |
| Binary | 11100011 | 1001000 | 1000110 | 0 | 1000100 | 1000101 | 1011 | 1 | 1001010 | 111010 |
Color Harmonies of #E34846
Complementary color
Monochromatic Colors of #E34846
Black with #E34846
Text Example
Text Example
White with #E34846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34846; }
p { color: rgb(227,72,70); }
H1.HeaderClassName
{
color: #E34846;
}
.AnyTagClassName
{
color: #E34846;
}
</style>
background-color css
<style>
a { background-color: #E34846; }
a { background-color: rgb(227,72,70); }
div.DivClassName
{
background-color: #E34846;
}
.BgClassName
{
background-color: #E34846;
}
</style>
border-color css
<style>
span { border-color: #E34846; }
span { border-color: rgb(227,72,70); }
td.TdClassName
{
border-color: #E34846;
}
.TagClassName
{
border-color: #E34846;
}
</style>