Shades of Cinnabar #E74D46
Tints of Cinnabar #E74D46
RGB
CMYK
RGB Variations
Color information
#E74D46 (or 0xE74D46) is known color: Cinnabar. HEX triplet: E7, 4D and 46. RGB value is (231,77,70). Sum of RGB (Red+Green+Blue) = 231+77+70=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74D46 is #18B2B9. Grayscale: #7A7A7A. Windows color (decimal): -1618618 or 4607463. OLE color: 4607463.
HSL color Cylindrical-coordinate representation of color #E74D46: hue angle of 2.61º 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 #E74D46 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 70 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.09 |
| HSL | 2.61º | 0.77% | 0.59% | - |
| HSV(B) | 2.61º | 0.7% | 0.91% | - |
| XYZ | 36.71 | 22.74 | 8.25 | - |
| YUV | 122.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 70 | 0 | 0.67 | 0.70 | 0.09 | 2.61 | 0.77 | 0.59 |
| Hex | E7 | 4D | 46 | 0 | 43 | 46 | 9 | 3 | 4D | 3B |
| Octal | 347 | 115 | 106 | 0 | 103 | 106 | 11 | 3 | 115 | 73 |
| Binary | 11100111 | 1001101 | 1000110 | 0 | 1000011 | 1000110 | 1001 | 11 | 1001101 | 111011 |
Color Harmonies of #E74D46
Complementary color
Monochromatic Colors of #E74D46
Black with #E74D46
Text Example
Text Example
White with #E74D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D46; }
p { color: rgb(231,77,70); }
H1.HeaderClassName
{
color: #E74D46;
}
.AnyTagClassName
{
color: #E74D46;
}
</style>
background-color css
<style>
a { background-color: #E74D46; }
a { background-color: rgb(231,77,70); }
div.DivClassName
{
background-color: #E74D46;
}
.BgClassName
{
background-color: #E74D46;
}
</style>
border-color css
<style>
span { border-color: #E74D46; }
span { border-color: rgb(231,77,70); }
td.TdClassName
{
border-color: #E74D46;
}
.TagClassName
{
border-color: #E74D46;
}
</style>