Shades of Cinnabar #E34631
Tints of Cinnabar #E34631
RGB
CMYK
RGB Variations
Color information
#E34631 (or 0xE34631) is known color: Cinnabar. HEX triplet: E3, 46 and 31. RGB value is (227,70,49). Sum of RGB (Red+Green+Blue) = 227+70+49=346 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.61% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 227 - color contains mainly: red. Hex color #E34631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34631 is #1CB9CE. Grayscale: #727272. Windows color (decimal): -1882575 or 3229411. OLE color: 3229411.
HSL color Cylindrical-coordinate representation of color #E34631: hue angle of 7.08º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E34631 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 70 | 49 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.11 |
| HSL | 7.08º | 0.76% | 0.54% | - |
| HSV(B) | 7.08º | 0.78% | 0.89% | - |
| XYZ | 34.42 | 20.93 | 5.13 | - |
| YUV | 114.55 | 91.01 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 70 | 49 | 0 | 0.69 | 0.78 | 0.11 | 7.08 | 0.76 | 0.54 |
| Hex | E3 | 46 | 31 | 0 | 45 | 4E | B | 7 | 4C | 36 |
| Octal | 343 | 106 | 61 | 0 | 105 | 116 | 13 | 7 | 114 | 66 |
| Binary | 11100011 | 1000110 | 110001 | 0 | 1000101 | 1001110 | 1011 | 111 | 1001100 | 110110 |
Color Harmonies of #E34631
Complementary color
Monochromatic Colors of #E34631
Black with #E34631
Text Example
Text Example
White with #E34631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34631; }
p { color: rgb(227,70,49); }
H1.HeaderClassName
{
color: #E34631;
}
.AnyTagClassName
{
color: #E34631;
}
</style>
background-color css
<style>
a { background-color: #E34631; }
a { background-color: rgb(227,70,49); }
div.DivClassName
{
background-color: #E34631;
}
.BgClassName
{
background-color: #E34631;
}
</style>
border-color css
<style>
span { border-color: #E34631; }
span { border-color: rgb(227,70,49); }
td.TdClassName
{
border-color: #E34631;
}
.TagClassName
{
border-color: #E34631;
}
</style>