Shades of Cinnabar #E14837
Tints of Cinnabar #E14837
RGB
CMYK
RGB Variations
Color information
#E14837 (or 0xE14837) is known color: Cinnabar. HEX triplet: E1, 48 and 37. RGB value is (225,72,55). Sum of RGB (Red+Green+Blue) = 225+72+55=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E14837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14837 is #1EB7C8. Grayscale: #747474. Windows color (decimal): -2013129 or 3623137. OLE color: 3623137.
HSL color Cylindrical-coordinate representation of color #E14837: hue angle of 6º 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 #E14837 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 55 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.12 |
| HSL | 6º | 0.74% | 0.55% | - |
| HSV(B) | 6º | 0.76% | 0.88% | - |
| XYZ | 34.06 | 20.92 | 5.86 | - |
| YUV | 115.81 | 93.69 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 55 | 0 | 0.68 | 0.76 | 0.12 | 6 | 0.74 | 0.55 |
| Hex | E1 | 48 | 37 | 0 | 44 | 4C | C | 6 | 4A | 37 |
| Octal | 341 | 110 | 67 | 0 | 104 | 114 | 14 | 6 | 112 | 67 |
| Binary | 11100001 | 1001000 | 110111 | 0 | 1000100 | 1001100 | 1100 | 110 | 1001010 | 110111 |
Color Harmonies of #E14837
Complementary color
Monochromatic Colors of #E14837
Black with #E14837
Text Example
Text Example
White with #E14837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14837; }
p { color: rgb(225,72,55); }
H1.HeaderClassName
{
color: #E14837;
}
.AnyTagClassName
{
color: #E14837;
}
</style>
background-color css
<style>
a { background-color: #E14837; }
a { background-color: rgb(225,72,55); }
div.DivClassName
{
background-color: #E14837;
}
.BgClassName
{
background-color: #E14837;
}
</style>
border-color css
<style>
span { border-color: #E14837; }
span { border-color: rgb(225,72,55); }
td.TdClassName
{
border-color: #E14837;
}
.TagClassName
{
border-color: #E14837;
}
</style>