Shades of Cinnabar #E7312D
Tints of Cinnabar #E7312D
RGB
CMYK
RGB Variations
Color information
#E7312D (or 0xE7312D) is known color: Cinnabar. HEX triplet: E7, 31 and 2D. RGB value is (231,49,45). Sum of RGB (Red+Green+Blue) = 231+49+45=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E7312D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7312D is #18CED2. Grayscale: #676767. Windows color (decimal): -1625811 or 2961895. OLE color: 2961895.
HSL color Cylindrical-coordinate representation of color #E7312D: hue angle of 1.29º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7312D is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 45 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.09 |
| HSL | 1.29º | 0.79% | 0.54% | - |
| HSV(B) | 1.29º | 0.81% | 0.91% | - |
| XYZ | 34.53 | 19.38 | 4.4 | - |
| YUV | 102.96 | 95.3 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 45 | 0 | 0.79 | 0.81 | 0.09 | 1.29 | 0.79 | 0.54 |
| Hex | E7 | 31 | 2D | 0 | 4F | 51 | 9 | 1 | 4F | 36 |
| Octal | 347 | 61 | 55 | 0 | 117 | 121 | 11 | 1 | 117 | 66 |
| Binary | 11100111 | 110001 | 101101 | 0 | 1001111 | 1010001 | 1001 | 1 | 1001111 | 110110 |
Color Harmonies of #E7312D
Complementary color
Monochromatic Colors of #E7312D
Black with #E7312D
Text Example
Text Example
White with #E7312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7312D; }
p { color: rgb(231,49,45); }
H1.HeaderClassName
{
color: #E7312D;
}
.AnyTagClassName
{
color: #E7312D;
}
</style>
background-color css
<style>
a { background-color: #E7312D; }
a { background-color: rgb(231,49,45); }
div.DivClassName
{
background-color: #E7312D;
}
.BgClassName
{
background-color: #E7312D;
}
</style>
border-color css
<style>
span { border-color: #E7312D; }
span { border-color: rgb(231,49,45); }
td.TdClassName
{
border-color: #E7312D;
}
.TagClassName
{
border-color: #E7312D;
}
</style>