Shades of Cinnabar #E14740
Tints of Cinnabar #E14740
RGB
CMYK
RGB Variations
Color information
#E14740 (or 0xE14740) is known color: Cinnabar. HEX triplet: E1, 47 and 40. RGB value is (225,71,64). Sum of RGB (Red+Green+Blue) = 225+71+64=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E14740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14740 is #1EB8BF. Grayscale: #747474. Windows color (decimal): -2013376 or 4212705. OLE color: 4212705.
HSL color Cylindrical-coordinate representation of color #E14740: hue angle of 2.61º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E14740 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 64 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.12 |
| HSL | 2.61º | 0.73% | 0.57% | - |
| HSV(B) | 2.61º | 0.72% | 0.88% | - |
| XYZ | 34.23 | 20.88 | 7.08 | - |
| YUV | 116.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 64 | 0 | 0.68 | 0.72 | 0.12 | 2.61 | 0.73 | 0.57 |
| Hex | E1 | 47 | 40 | 0 | 44 | 48 | C | 3 | 49 | 39 |
| Octal | 341 | 107 | 100 | 0 | 104 | 110 | 14 | 3 | 111 | 71 |
| Binary | 11100001 | 1000111 | 1000000 | 0 | 1000100 | 1001000 | 1100 | 11 | 1001001 | 111001 |
Color Harmonies of #E14740
Complementary color
Monochromatic Colors of #E14740
Black with #E14740
Text Example
Text Example
White with #E14740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14740; }
p { color: rgb(225,71,64); }
H1.HeaderClassName
{
color: #E14740;
}
.AnyTagClassName
{
color: #E14740;
}
</style>
background-color css
<style>
a { background-color: #E14740; }
a { background-color: rgb(225,71,64); }
div.DivClassName
{
background-color: #E14740;
}
.BgClassName
{
background-color: #E14740;
}
</style>
border-color css
<style>
span { border-color: #E14740; }
span { border-color: rgb(225,71,64); }
td.TdClassName
{
border-color: #E14740;
}
.TagClassName
{
border-color: #E14740;
}
</style>