Shades of Cinnabar #E74040
Tints of Cinnabar #E74040
RGB
CMYK
RGB Variations
Color information
#E74040 (or 0xE74040) is known color: Cinnabar. HEX triplet: E7, 40 and 40. RGB value is (231,64,64). Sum of RGB (Red+Green+Blue) = 231+64+64=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E74040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74040 is #18BFBF. Grayscale: #727272. Windows color (decimal): -1621952 or 4210919. OLE color: 4210919.
HSL color Cylindrical-coordinate representation of color #E74040: hue angle of 0º 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 #E74040 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 64 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.09 |
| HSL | 0º | 0.78% | 0.58% | - |
| HSV(B) | 0º | 0.72% | 0.91% | - |
| XYZ | 35.71 | 21.03 | 7.03 | - |
| YUV | 113.93 | 99.83 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 64 | 0 | 0.72 | 0.72 | 0.09 | 0 | 0.78 | 0.58 |
| Hex | E7 | 40 | 40 | 0 | 48 | 48 | 9 | 0 | 4E | 3A |
| Octal | 347 | 100 | 100 | 0 | 110 | 110 | 11 | 0 | 116 | 72 |
| Binary | 11100111 | 1000000 | 1000000 | 0 | 1001000 | 1001000 | 1001 | 0 | 1001110 | 111010 |
Color Harmonies of #E74040
Complementary color
Monochromatic Colors of #E74040
Black with #E74040
Text Example
Text Example
White with #E74040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74040; }
p { color: rgb(231,64,64); }
H1.HeaderClassName
{
color: #E74040;
}
.AnyTagClassName
{
color: #E74040;
}
</style>
background-color css
<style>
a { background-color: #E74040; }
a { background-color: rgb(231,64,64); }
div.DivClassName
{
background-color: #E74040;
}
.BgClassName
{
background-color: #E74040;
}
</style>
border-color css
<style>
span { border-color: #E74040; }
span { border-color: rgb(231,64,64); }
td.TdClassName
{
border-color: #E74040;
}
.TagClassName
{
border-color: #E74040;
}
</style>