Shades of Cinnabar #E14738
Tints of Cinnabar #E14738
RGB
CMYK
RGB Variations
Color information
#E14738 (or 0xE14738) is known color: Cinnabar. HEX triplet: E1, 47 and 38. RGB value is (225,71,56). Sum of RGB (Red+Green+Blue) = 225+71+56=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E14738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14738 is #1EB8C7. Grayscale: #737373. Windows color (decimal): -2013384 or 3688417. OLE color: 3688417.
HSL color Cylindrical-coordinate representation of color #E14738: hue angle of 5.33º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E14738 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 56 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.12 |
| HSL | 5.33º | 0.74% | 0.55% | - |
| HSV(B) | 5.33º | 0.75% | 0.88% | - |
| XYZ | 34.02 | 20.8 | 5.96 | - |
| YUV | 115.34 | 94.52 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 56 | 0 | 0.68 | 0.75 | 0.12 | 5.33 | 0.74 | 0.55 |
| Hex | E1 | 47 | 38 | 0 | 44 | 4B | C | 5 | 4A | 37 |
| Octal | 341 | 107 | 70 | 0 | 104 | 113 | 14 | 5 | 112 | 67 |
| Binary | 11100001 | 1000111 | 111000 | 0 | 1000100 | 1001011 | 1100 | 101 | 1001010 | 110111 |
Color Harmonies of #E14738
Complementary color
Monochromatic Colors of #E14738
Black with #E14738
Text Example
Text Example
White with #E14738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14738; }
p { color: rgb(225,71,56); }
H1.HeaderClassName
{
color: #E14738;
}
.AnyTagClassName
{
color: #E14738;
}
</style>
background-color css
<style>
a { background-color: #E14738; }
a { background-color: rgb(225,71,56); }
div.DivClassName
{
background-color: #E14738;
}
.BgClassName
{
background-color: #E14738;
}
</style>
border-color css
<style>
span { border-color: #E14738; }
span { border-color: rgb(225,71,56); }
td.TdClassName
{
border-color: #E14738;
}
.TagClassName
{
border-color: #E14738;
}
</style>