Shades of Cinnabar #E74946
Tints of Cinnabar #E74946
RGB
CMYK
RGB Variations
Color information
#E74946 (or 0xE74946) is known color: Cinnabar. HEX triplet: E7, 49 and 46. RGB value is (231,73,70). Sum of RGB (Red+Green+Blue) = 231+73+70=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E74946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74946 is #18B6B9. Grayscale: #787878. Windows color (decimal): -1619642 or 4606439. OLE color: 4606439.
HSL color Cylindrical-coordinate representation of color #E74946: hue angle of 1.12º 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 #E74946 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 70 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.09 |
| HSL | 1.12º | 0.77% | 0.59% | - |
| HSV(B) | 1.12º | 0.7% | 0.91% | - |
| XYZ | 36.44 | 22.2 | 8.16 | - |
| YUV | 119.9 | 99.85 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 70 | 0 | 0.68 | 0.70 | 0.09 | 1.12 | 0.77 | 0.59 |
| Hex | E7 | 49 | 46 | 0 | 44 | 46 | 9 | 1 | 4D | 3B |
| Octal | 347 | 111 | 106 | 0 | 104 | 106 | 11 | 1 | 115 | 73 |
| Binary | 11100111 | 1001001 | 1000110 | 0 | 1000100 | 1000110 | 1001 | 1 | 1001101 | 111011 |
Color Harmonies of #E74946
Complementary color
Monochromatic Colors of #E74946
Black with #E74946
Text Example
Text Example
White with #E74946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74946; }
p { color: rgb(231,73,70); }
H1.HeaderClassName
{
color: #E74946;
}
.AnyTagClassName
{
color: #E74946;
}
</style>
background-color css
<style>
a { background-color: #E74946; }
a { background-color: rgb(231,73,70); }
div.DivClassName
{
background-color: #E74946;
}
.BgClassName
{
background-color: #E74946;
}
</style>
border-color css
<style>
span { border-color: #E74946; }
span { border-color: rgb(231,73,70); }
td.TdClassName
{
border-color: #E74946;
}
.TagClassName
{
border-color: #E74946;
}
</style>