Shades of Cinnabar #E74A49
Tints of Cinnabar #E74A49
RGB
CMYK
RGB Variations
Color information
#E74A49 (or 0xE74A49) is known color: Cinnabar. HEX triplet: E7, 4A and 49. RGB value is (231,74,73). Sum of RGB (Red+Green+Blue) = 231+74+73=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74A49 is #18B5B6. Grayscale: #787878. Windows color (decimal): -1619383 or 4803303. OLE color: 4803303.
HSL color Cylindrical-coordinate representation of color #E74A49: hue angle of 0.38º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74A49 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 73 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.09 |
| HSL | 0.38º | 0.77% | 0.6% | - |
| HSV(B) | 0.38º | 0.68% | 0.91% | - |
| XYZ | 36.61 | 22.37 | 8.69 | - |
| YUV | 120.83 | 101.01 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 73 | 0 | 0.68 | 0.68 | 0.09 | 0.38 | 0.77 | 0.6 |
| Hex | E7 | 4A | 49 | 0 | 44 | 44 | 9 | 0 | 4D | 3C |
| Octal | 347 | 112 | 111 | 0 | 104 | 104 | 11 | 0 | 115 | 74 |
| Binary | 11100111 | 1001010 | 1001001 | 0 | 1000100 | 1000100 | 1001 | 0 | 1001101 | 111100 |
Color Harmonies of #E74A49
Complementary color
Monochromatic Colors of #E74A49
Black with #E74A49
Text Example
Text Example
White with #E74A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A49; }
p { color: rgb(231,74,73); }
H1.HeaderClassName
{
color: #E74A49;
}
.AnyTagClassName
{
color: #E74A49;
}
</style>
background-color css
<style>
a { background-color: #E74A49; }
a { background-color: rgb(231,74,73); }
div.DivClassName
{
background-color: #E74A49;
}
.BgClassName
{
background-color: #E74A49;
}
</style>
border-color css
<style>
span { border-color: #E74A49; }
span { border-color: rgb(231,74,73); }
td.TdClassName
{
border-color: #E74A49;
}
.TagClassName
{
border-color: #E74A49;
}
</style>