Shades of Cinnabar #E74C40
Tints of Cinnabar #E74C40
RGB
CMYK
RGB Variations
Color information
#E74C40 (or 0xE74C40) is known color: Cinnabar. HEX triplet: E7, 4C and 40. RGB value is (231,76,64). Sum of RGB (Red+Green+Blue) = 231+76+64=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74C40 is #18B3BF. Grayscale: #797979. Windows color (decimal): -1618880 or 4213991. OLE color: 4213991.
HSL color Cylindrical-coordinate representation of color #E74C40: hue angle of 4.31º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E74C40 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 64 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.09 |
| HSL | 4.31º | 0.78% | 0.58% | - |
| HSV(B) | 4.31º | 0.72% | 0.91% | - |
| XYZ | 36.46 | 22.53 | 7.28 | - |
| YUV | 120.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 64 | 0 | 0.67 | 0.72 | 0.09 | 4.31 | 0.78 | 0.58 |
| Hex | E7 | 4C | 40 | 0 | 43 | 48 | 9 | 4 | 4E | 3A |
| Octal | 347 | 114 | 100 | 0 | 103 | 110 | 11 | 4 | 116 | 72 |
| Binary | 11100111 | 1001100 | 1000000 | 0 | 1000011 | 1001000 | 1001 | 100 | 1001110 | 111010 |
Color Harmonies of #E74C40
Complementary color
Monochromatic Colors of #E74C40
Black with #E74C40
Text Example
Text Example
White with #E74C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C40; }
p { color: rgb(231,76,64); }
H1.HeaderClassName
{
color: #E74C40;
}
.AnyTagClassName
{
color: #E74C40;
}
</style>
background-color css
<style>
a { background-color: #E74C40; }
a { background-color: rgb(231,76,64); }
div.DivClassName
{
background-color: #E74C40;
}
.BgClassName
{
background-color: #E74C40;
}
</style>
border-color css
<style>
span { border-color: #E74C40; }
span { border-color: rgb(231,76,64); }
td.TdClassName
{
border-color: #E74C40;
}
.TagClassName
{
border-color: #E74C40;
}
</style>