Shades of Cinnabar #E74644
Tints of Cinnabar #E74644
RGB
CMYK
RGB Variations
Color information
#E74644 (or 0xE74644) is known color: Cinnabar. HEX triplet: E7, 46 and 44. RGB value is (231,70,68). Sum of RGB (Red+Green+Blue) = 231+70+68=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E74644 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74644 is #18B9BB. Grayscale: #767676. Windows color (decimal): -1620412 or 4474599. OLE color: 4474599.
HSL color Cylindrical-coordinate representation of color #E74644: hue angle of 0.74º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74644 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 68 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.09 |
| HSL | 0.74º | 0.77% | 0.59% | - |
| HSV(B) | 0.74º | 0.71% | 0.91% | - |
| XYZ | 36.19 | 21.79 | 7.77 | - |
| YUV | 117.91 | 99.84 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 68 | 0 | 0.70 | 0.71 | 0.09 | 0.74 | 0.77 | 0.59 |
| Hex | E7 | 46 | 44 | 0 | 46 | 47 | 9 | 1 | 4D | 3B |
| Octal | 347 | 106 | 104 | 0 | 106 | 107 | 11 | 1 | 115 | 73 |
| Binary | 11100111 | 1000110 | 1000100 | 0 | 1000110 | 1000111 | 1001 | 1 | 1001101 | 111011 |
Color Harmonies of #E74644
Complementary color
Monochromatic Colors of #E74644
Black with #E74644
Text Example
Text Example
White with #E74644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74644; }
p { color: rgb(231,70,68); }
H1.HeaderClassName
{
color: #E74644;
}
.AnyTagClassName
{
color: #E74644;
}
</style>
background-color css
<style>
a { background-color: #E74644; }
a { background-color: rgb(231,70,68); }
div.DivClassName
{
background-color: #E74644;
}
.BgClassName
{
background-color: #E74644;
}
</style>
border-color css
<style>
span { border-color: #E74644; }
span { border-color: rgb(231,70,68); }
td.TdClassName
{
border-color: #E74644;
}
.TagClassName
{
border-color: #E74644;
}
</style>