Shades of Cinnabar #E74844
Tints of Cinnabar #E74844
RGB
CMYK
RGB Variations
Color information
#E74844 (or 0xE74844) is known color: Cinnabar. HEX triplet: E7, 48 and 44. RGB value is (231,72,68). Sum of RGB (Red+Green+Blue) = 231+72+68=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E74844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74844 is #18B7BB. Grayscale: #777777. Windows color (decimal): -1619900 or 4475111. OLE color: 4475111.
HSL color Cylindrical-coordinate representation of color #E74844: hue angle of 1.47º 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 #E74844 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 68 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.09 |
| HSL | 1.47º | 0.77% | 0.59% | - |
| HSV(B) | 1.47º | 0.71% | 0.91% | - |
| XYZ | 36.32 | 22.04 | 7.81 | - |
| YUV | 119.09 | 99.18 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 68 | 0 | 0.69 | 0.71 | 0.09 | 1.47 | 0.77 | 0.59 |
| Hex | E7 | 48 | 44 | 0 | 45 | 47 | 9 | 1 | 4D | 3B |
| Octal | 347 | 110 | 104 | 0 | 105 | 107 | 11 | 1 | 115 | 73 |
| Binary | 11100111 | 1001000 | 1000100 | 0 | 1000101 | 1000111 | 1001 | 1 | 1001101 | 111011 |
Color Harmonies of #E74844
Complementary color
Monochromatic Colors of #E74844
Black with #E74844
Text Example
Text Example
White with #E74844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74844; }
p { color: rgb(231,72,68); }
H1.HeaderClassName
{
color: #E74844;
}
.AnyTagClassName
{
color: #E74844;
}
</style>
background-color css
<style>
a { background-color: #E74844; }
a { background-color: rgb(231,72,68); }
div.DivClassName
{
background-color: #E74844;
}
.BgClassName
{
background-color: #E74844;
}
</style>
border-color css
<style>
span { border-color: #E74844; }
span { border-color: rgb(231,72,68); }
td.TdClassName
{
border-color: #E74844;
}
.TagClassName
{
border-color: #E74844;
}
</style>