Shades of Cinnabar #E14646
Tints of Cinnabar #E14646
RGB
CMYK
RGB Variations
Color information
#E14646 (or 0xE14646) is known color: Cinnabar. HEX triplet: E1, 46 and 46. RGB value is (225,70,70). Sum of RGB (Red+Green+Blue) = 225+70+70=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E14646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14646 is #1EB9B9. Grayscale: #747474. Windows color (decimal): -2013626 or 4605665. OLE color: 4605665.
HSL color Cylindrical-coordinate representation of color #E14646: hue angle of 0º 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 #E14646 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 70 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.12 |
| HSL | 0º | 0.72% | 0.58% | - |
| HSV(B) | 0º | 0.69% | 0.88% | - |
| XYZ | 34.35 | 20.83 | 8 | - |
| YUV | 116.35 | 101.85 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 70 | 0 | 0.69 | 0.69 | 0.12 | 0 | 0.72 | 0.58 |
| Hex | E1 | 46 | 46 | 0 | 45 | 45 | C | 0 | 48 | 3A |
| Octal | 341 | 106 | 106 | 0 | 105 | 105 | 14 | 0 | 110 | 72 |
| Binary | 11100001 | 1000110 | 1000110 | 0 | 1000101 | 1000101 | 1100 | 0 | 1001000 | 111010 |
Color Harmonies of #E14646
Complementary color
Monochromatic Colors of #E14646
Black with #E14646
Text Example
Text Example
White with #E14646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14646; }
p { color: rgb(225,70,70); }
H1.HeaderClassName
{
color: #E14646;
}
.AnyTagClassName
{
color: #E14646;
}
</style>
background-color css
<style>
a { background-color: #E14646; }
a { background-color: rgb(225,70,70); }
div.DivClassName
{
background-color: #E14646;
}
.BgClassName
{
background-color: #E14646;
}
</style>
border-color css
<style>
span { border-color: #E14646; }
span { border-color: rgb(225,70,70); }
td.TdClassName
{
border-color: #E14646;
}
.TagClassName
{
border-color: #E14646;
}
</style>