Shades of Cinnabar #E7312A
Tints of Cinnabar #E7312A
RGB
CMYK
RGB Variations
Color information
#E7312A (or 0xE7312A) is known color: Cinnabar. HEX triplet: E7, 31 and 2A. RGB value is (231,49,42). Sum of RGB (Red+Green+Blue) = 231+49+42=322 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.74% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 231 - color contains mainly: red. Hex color #E7312A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7312A is #18CED5. Grayscale: #666666. Windows color (decimal): -1625814 or 2765287. OLE color: 2765287.
HSL color Cylindrical-coordinate representation of color #E7312A: hue angle of 2.22º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7312A is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 42 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.09 |
| HSL | 2.22º | 0.8% | 0.54% | - |
| HSV(B) | 2.22º | 0.82% | 0.91% | - |
| XYZ | 34.47 | 19.35 | 4.11 | - |
| YUV | 102.62 | 93.8 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 42 | 0 | 0.79 | 0.82 | 0.09 | 2.22 | 0.8 | 0.54 |
| Hex | E7 | 31 | 2A | 0 | 4F | 52 | 9 | 2 | 50 | 36 |
| Octal | 347 | 61 | 52 | 0 | 117 | 122 | 11 | 2 | 120 | 66 |
| Binary | 11100111 | 110001 | 101010 | 0 | 1001111 | 1010010 | 1001 | 10 | 1010000 | 110110 |
Color Harmonies of #E7312A
Complementary color
Monochromatic Colors of #E7312A
Black with #E7312A
Text Example
Text Example
White with #E7312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7312A; }
p { color: rgb(231,49,42); }
H1.HeaderClassName
{
color: #E7312A;
}
.AnyTagClassName
{
color: #E7312A;
}
</style>
background-color css
<style>
a { background-color: #E7312A; }
a { background-color: rgb(231,49,42); }
div.DivClassName
{
background-color: #E7312A;
}
.BgClassName
{
background-color: #E7312A;
}
</style>
border-color css
<style>
span { border-color: #E7312A; }
span { border-color: rgb(231,49,42); }
td.TdClassName
{
border-color: #E7312A;
}
.TagClassName
{
border-color: #E7312A;
}
</style>