Shades of Cinnabar #E14131
Tints of Cinnabar #E14131
RGB
CMYK
RGB Variations
Color information
#E14131 (or 0xE14131) is known color: Cinnabar. HEX triplet: E1, 41 and 31. RGB value is (225,65,49). Sum of RGB (Red+Green+Blue) = 225+65+49=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E14131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14131 is #1EBECE. Grayscale: #6F6F6F. Windows color (decimal): -2014927 or 3228129. OLE color: 3228129.
HSL color Cylindrical-coordinate representation of color #E14131: hue angle of 5.45º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E14131 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 49 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.12 |
| HSL | 5.45º | 0.75% | 0.54% | - |
| HSV(B) | 5.45º | 0.78% | 0.88% | - |
| XYZ | 33.5 | 20.01 | 5 | - |
| YUV | 111.02 | 93.01 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 49 | 0 | 0.71 | 0.78 | 0.12 | 5.45 | 0.75 | 0.54 |
| Hex | E1 | 41 | 31 | 0 | 47 | 4E | C | 5 | 4B | 36 |
| Octal | 341 | 101 | 61 | 0 | 107 | 116 | 14 | 5 | 113 | 66 |
| Binary | 11100001 | 1000001 | 110001 | 0 | 1000111 | 1001110 | 1100 | 101 | 1001011 | 110110 |
Color Harmonies of #E14131
Complementary color
Monochromatic Colors of #E14131
Black with #E14131
Text Example
Text Example
White with #E14131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14131; }
p { color: rgb(225,65,49); }
H1.HeaderClassName
{
color: #E14131;
}
.AnyTagClassName
{
color: #E14131;
}
</style>
background-color css
<style>
a { background-color: #E14131; }
a { background-color: rgb(225,65,49); }
div.DivClassName
{
background-color: #E14131;
}
.BgClassName
{
background-color: #E14131;
}
</style>
border-color css
<style>
span { border-color: #E14131; }
span { border-color: rgb(225,65,49); }
td.TdClassName
{
border-color: #E14131;
}
.TagClassName
{
border-color: #E14131;
}
</style>