Shades of Cinnabar #E14835
Tints of Cinnabar #E14835
RGB
CMYK
RGB Variations
Color information
#E14835 (or 0xE14835) is known color: Cinnabar. HEX triplet: E1, 48 and 35. RGB value is (225,72,53). Sum of RGB (Red+Green+Blue) = 225+72+53=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E14835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14835 is #1EB7CA. Grayscale: #737373. Windows color (decimal): -2013131 or 3492065. OLE color: 3492065.
HSL color Cylindrical-coordinate representation of color #E14835: hue angle of 6.63º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E14835 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 53 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.12 |
| HSL | 6.63º | 0.74% | 0.55% | - |
| HSV(B) | 6.63º | 0.76% | 0.88% | - |
| XYZ | 34.01 | 20.9 | 5.61 | - |
| YUV | 115.58 | 92.69 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 53 | 0 | 0.68 | 0.76 | 0.12 | 6.63 | 0.74 | 0.55 |
| Hex | E1 | 48 | 35 | 0 | 44 | 4C | C | 7 | 4A | 37 |
| Octal | 341 | 110 | 65 | 0 | 104 | 114 | 14 | 7 | 112 | 67 |
| Binary | 11100001 | 1001000 | 110101 | 0 | 1000100 | 1001100 | 1100 | 111 | 1001010 | 110111 |
Color Harmonies of #E14835
Complementary color
Monochromatic Colors of #E14835
Black with #E14835
Text Example
Text Example
White with #E14835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14835; }
p { color: rgb(225,72,53); }
H1.HeaderClassName
{
color: #E14835;
}
.AnyTagClassName
{
color: #E14835;
}
</style>
background-color css
<style>
a { background-color: #E14835; }
a { background-color: rgb(225,72,53); }
div.DivClassName
{
background-color: #E14835;
}
.BgClassName
{
background-color: #E14835;
}
</style>
border-color css
<style>
span { border-color: #E14835; }
span { border-color: rgb(225,72,53); }
td.TdClassName
{
border-color: #E14835;
}
.TagClassName
{
border-color: #E14835;
}
</style>