Shades of Cinnabar #E14838
Tints of Cinnabar #E14838
RGB
CMYK
RGB Variations
Color information
#E14838 (or 0xE14838) is known color: Cinnabar. HEX triplet: E1, 48 and 38. RGB value is (225,72,56). Sum of RGB (Red+Green+Blue) = 225+72+56=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E14838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14838 is #1EB7C7. Grayscale: #747474. Windows color (decimal): -2013128 or 3688673. OLE color: 3688673.
HSL color Cylindrical-coordinate representation of color #E14838: hue angle of 5.68º 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 #E14838 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 56 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.12 |
| HSL | 5.68º | 0.74% | 0.55% | - |
| HSV(B) | 5.68º | 0.75% | 0.88% | - |
| XYZ | 34.08 | 20.93 | 5.98 | - |
| YUV | 115.92 | 94.19 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 56 | 0 | 0.68 | 0.75 | 0.12 | 5.68 | 0.74 | 0.55 |
| Hex | E1 | 48 | 38 | 0 | 44 | 4B | C | 6 | 4A | 37 |
| Octal | 341 | 110 | 70 | 0 | 104 | 113 | 14 | 6 | 112 | 67 |
| Binary | 11100001 | 1001000 | 111000 | 0 | 1000100 | 1001011 | 1100 | 110 | 1001010 | 110111 |
Color Harmonies of #E14838
Complementary color
Monochromatic Colors of #E14838
Black with #E14838
Text Example
Text Example
White with #E14838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14838; }
p { color: rgb(225,72,56); }
H1.HeaderClassName
{
color: #E14838;
}
.AnyTagClassName
{
color: #E14838;
}
</style>
background-color css
<style>
a { background-color: #E14838; }
a { background-color: rgb(225,72,56); }
div.DivClassName
{
background-color: #E14838;
}
.BgClassName
{
background-color: #E14838;
}
</style>
border-color css
<style>
span { border-color: #E14838; }
span { border-color: rgb(225,72,56); }
td.TdClassName
{
border-color: #E14838;
}
.TagClassName
{
border-color: #E14838;
}
</style>