Shades of Cinnabar #E14746
Tints of Cinnabar #E14746
RGB
CMYK
RGB Variations
Color information
#E14746 (or 0xE14746) is known color: Cinnabar. HEX triplet: E1, 47 and 46. RGB value is (225,71,70). Sum of RGB (Red+Green+Blue) = 225+71+70=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E14746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14746 is #1EB8B9. Grayscale: #757575. Windows color (decimal): -2013370 or 4605921. OLE color: 4605921.
HSL color Cylindrical-coordinate representation of color #E14746: hue angle of 0.39º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14746 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 70 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.12 |
| HSL | 0.39º | 0.72% | 0.58% | - |
| HSV(B) | 0.39º | 0.69% | 0.88% | - |
| XYZ | 34.41 | 20.96 | 8.03 | - |
| YUV | 116.93 | 101.52 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 70 | 0 | 0.68 | 0.69 | 0.12 | 0.39 | 0.72 | 0.58 |
| Hex | E1 | 47 | 46 | 0 | 44 | 45 | C | 0 | 48 | 3A |
| Octal | 341 | 107 | 106 | 0 | 104 | 105 | 14 | 0 | 110 | 72 |
| Binary | 11100001 | 1000111 | 1000110 | 0 | 1000100 | 1000101 | 1100 | 0 | 1001000 | 111010 |
Color Harmonies of #E14746
Complementary color
Monochromatic Colors of #E14746
Black with #E14746
Text Example
Text Example
White with #E14746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14746; }
p { color: rgb(225,71,70); }
H1.HeaderClassName
{
color: #E14746;
}
.AnyTagClassName
{
color: #E14746;
}
</style>
background-color css
<style>
a { background-color: #E14746; }
a { background-color: rgb(225,71,70); }
div.DivClassName
{
background-color: #E14746;
}
.BgClassName
{
background-color: #E14746;
}
</style>
border-color css
<style>
span { border-color: #E14746; }
span { border-color: rgb(225,71,70); }
td.TdClassName
{
border-color: #E14746;
}
.TagClassName
{
border-color: #E14746;
}
</style>