Shades of Cinnabar #E14944
Tints of Cinnabar #E14944
RGB
CMYK
RGB Variations
Color information
#E14944 (or 0xE14944) is known color: Cinnabar. HEX triplet: E1, 49 and 44. RGB value is (225,73,68). Sum of RGB (Red+Green+Blue) = 225+73+68=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E14944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14944 is #1EB6BB. Grayscale: #767676. Windows color (decimal): -2012860 or 4475361. OLE color: 4475361.
HSL color Cylindrical-coordinate representation of color #E14944: hue angle of 1.91º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14944 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 68 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.12 |
| HSL | 1.91º | 0.72% | 0.57% | - |
| HSV(B) | 1.91º | 0.7% | 0.88% | - |
| XYZ | 34.48 | 21.19 | 7.74 | - |
| YUV | 117.88 | 99.86 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 68 | 0 | 0.68 | 0.70 | 0.12 | 1.91 | 0.72 | 0.57 |
| Hex | E1 | 49 | 44 | 0 | 44 | 46 | C | 2 | 48 | 39 |
| Octal | 341 | 111 | 104 | 0 | 104 | 106 | 14 | 2 | 110 | 71 |
| Binary | 11100001 | 1001001 | 1000100 | 0 | 1000100 | 1000110 | 1100 | 10 | 1001000 | 111001 |
Color Harmonies of #E14944
Complementary color
Monochromatic Colors of #E14944
Black with #E14944
Text Example
Text Example
White with #E14944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14944; }
p { color: rgb(225,73,68); }
H1.HeaderClassName
{
color: #E14944;
}
.AnyTagClassName
{
color: #E14944;
}
</style>
background-color css
<style>
a { background-color: #E14944; }
a { background-color: rgb(225,73,68); }
div.DivClassName
{
background-color: #E14944;
}
.BgClassName
{
background-color: #E14944;
}
</style>
border-color css
<style>
span { border-color: #E14944; }
span { border-color: rgb(225,73,68); }
td.TdClassName
{
border-color: #E14944;
}
.TagClassName
{
border-color: #E14944;
}
</style>