Shades of Cinnabar #E14D36
Tints of Cinnabar #E14D36
RGB
CMYK
RGB Variations
Color information
#E14D36 (or 0xE14D36) is known color: Cinnabar. HEX triplet: E1, 4D and 36. RGB value is (225,77,54). Sum of RGB (Red+Green+Blue) = 225+77+54=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14D36 is #1EB2C9. Grayscale: #767676. Windows color (decimal): -2011850 or 3558881. OLE color: 3558881.
HSL color Cylindrical-coordinate representation of color #E14D36: hue angle of 8.07º 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 #E14D36 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 54 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.12 |
| HSL | 8.07º | 0.74% | 0.55% | - |
| HSV(B) | 8.07º | 0.76% | 0.88% | - |
| XYZ | 34.37 | 21.58 | 5.84 | - |
| YUV | 118.63 | 91.53 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 54 | 0 | 0.66 | 0.76 | 0.12 | 8.07 | 0.74 | 0.55 |
| Hex | E1 | 4D | 36 | 0 | 42 | 4C | C | 8 | 4A | 37 |
| Octal | 341 | 115 | 66 | 0 | 102 | 114 | 14 | 10 | 112 | 67 |
| Binary | 11100001 | 1001101 | 110110 | 0 | 1000010 | 1001100 | 1100 | 1000 | 1001010 | 110111 |
Color Harmonies of #E14D36
Complementary color
Monochromatic Colors of #E14D36
Black with #E14D36
Text Example
Text Example
White with #E14D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D36; }
p { color: rgb(225,77,54); }
H1.HeaderClassName
{
color: #E14D36;
}
.AnyTagClassName
{
color: #E14D36;
}
</style>
background-color css
<style>
a { background-color: #E14D36; }
a { background-color: rgb(225,77,54); }
div.DivClassName
{
background-color: #E14D36;
}
.BgClassName
{
background-color: #E14D36;
}
</style>
border-color css
<style>
span { border-color: #E14D36; }
span { border-color: rgb(225,77,54); }
td.TdClassName
{
border-color: #E14D36;
}
.TagClassName
{
border-color: #E14D36;
}
</style>