Shades of Cinnabar #E13431
Tints of Cinnabar #E13431
RGB
CMYK
RGB Variations
Color information
#E13431 (or 0xE13431) is known color: Cinnabar. HEX triplet: E1, 34 and 31. RGB value is (225,52,49). Sum of RGB (Red+Green+Blue) = 225+52+49=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E13431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13431 is #1ECBCE. Grayscale: #676767. Windows color (decimal): -2018255 or 3224801. OLE color: 3224801.
HSL color Cylindrical-coordinate representation of color #E13431: hue angle of 1.02º 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 #E13431 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 49 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.12 |
| HSL | 1.02º | 0.75% | 0.54% | - |
| HSV(B) | 1.02º | 0.78% | 0.88% | - |
| XYZ | 32.83 | 18.69 | 4.78 | - |
| YUV | 103.39 | 97.31 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 49 | 0 | 0.77 | 0.78 | 0.12 | 1.02 | 0.75 | 0.54 |
| Hex | E1 | 34 | 31 | 0 | 4D | 4E | C | 1 | 4B | 36 |
| Octal | 341 | 64 | 61 | 0 | 115 | 116 | 14 | 1 | 113 | 66 |
| Binary | 11100001 | 110100 | 110001 | 0 | 1001101 | 1001110 | 1100 | 1 | 1001011 | 110110 |
Color Harmonies of #E13431
Complementary color
Monochromatic Colors of #E13431
Black with #E13431
Text Example
Text Example
White with #E13431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13431; }
p { color: rgb(225,52,49); }
H1.HeaderClassName
{
color: #E13431;
}
.AnyTagClassName
{
color: #E13431;
}
</style>
background-color css
<style>
a { background-color: #E13431; }
a { background-color: rgb(225,52,49); }
div.DivClassName
{
background-color: #E13431;
}
.BgClassName
{
background-color: #E13431;
}
</style>
border-color css
<style>
span { border-color: #E13431; }
span { border-color: rgb(225,52,49); }
td.TdClassName
{
border-color: #E13431;
}
.TagClassName
{
border-color: #E13431;
}
</style>