Shades of Cinnabar #E74746
Tints of Cinnabar #E74746
RGB
CMYK
RGB Variations
Color information
#E74746 (or 0xE74746) is known color: Cinnabar. HEX triplet: E7, 47 and 46. RGB value is (231,71,70). Sum of RGB (Red+Green+Blue) = 231+71+70=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E74746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74746 is #18B8B9. Grayscale: #767676. Windows color (decimal): -1620154 or 4605927. OLE color: 4605927.
HSL color Cylindrical-coordinate representation of color #E74746: hue angle of 0.37º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74746 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 70 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.09 |
| HSL | 0.37º | 0.77% | 0.59% | - |
| HSV(B) | 0.37º | 0.7% | 0.91% | - |
| XYZ | 36.31 | 21.94 | 8.11 | - |
| YUV | 118.73 | 100.51 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 70 | 0 | 0.69 | 0.70 | 0.09 | 0.37 | 0.77 | 0.59 |
| Hex | E7 | 47 | 46 | 0 | 45 | 46 | 9 | 0 | 4D | 3B |
| Octal | 347 | 107 | 106 | 0 | 105 | 106 | 11 | 0 | 115 | 73 |
| Binary | 11100111 | 1000111 | 1000110 | 0 | 1000101 | 1000110 | 1001 | 0 | 1001101 | 111011 |
Color Harmonies of #E74746
Complementary color
Monochromatic Colors of #E74746
Black with #E74746
Text Example
Text Example
White with #E74746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74746; }
p { color: rgb(231,71,70); }
H1.HeaderClassName
{
color: #E74746;
}
.AnyTagClassName
{
color: #E74746;
}
</style>
background-color css
<style>
a { background-color: #E74746; }
a { background-color: rgb(231,71,70); }
div.DivClassName
{
background-color: #E74746;
}
.BgClassName
{
background-color: #E74746;
}
</style>
border-color css
<style>
span { border-color: #E74746; }
span { border-color: rgb(231,71,70); }
td.TdClassName
{
border-color: #E74746;
}
.TagClassName
{
border-color: #E74746;
}
</style>