Shades of Cinnabar #E5312B
Tints of Cinnabar #E5312B
RGB
CMYK
RGB Variations
Color information
#E5312B (or 0xE5312B) is known color: Cinnabar. HEX triplet: E5, 31 and 2B. RGB value is (229,49,43). Sum of RGB (Red+Green+Blue) = 229+49+43=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E5312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5312B is #1ACED4. Grayscale: #666666. Windows color (decimal): -1756885 or 2830821. OLE color: 2830821.
HSL color Cylindrical-coordinate representation of color #E5312B: hue angle of 1.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5312B is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 43 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.10 |
| HSL | 1.94º | 0.78% | 0.53% | - |
| HSV(B) | 1.94º | 0.81% | 0.9% | - |
| XYZ | 33.85 | 19.03 | 4.17 | - |
| YUV | 102.14 | 94.63 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 43 | 0 | 0.79 | 0.81 | 0.10 | 1.94 | 0.78 | 0.53 |
| Hex | E5 | 31 | 2B | 0 | 4F | 51 | A | 2 | 4E | 35 |
| Octal | 345 | 61 | 53 | 0 | 117 | 121 | 12 | 2 | 116 | 65 |
| Binary | 11100101 | 110001 | 101011 | 0 | 1001111 | 1010001 | 1010 | 10 | 1001110 | 110101 |
Color Harmonies of #E5312B
Complementary color
Monochromatic Colors of #E5312B
Black with #E5312B
Text Example
Text Example
White with #E5312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5312B; }
p { color: rgb(229,49,43); }
H1.HeaderClassName
{
color: #E5312B;
}
.AnyTagClassName
{
color: #E5312B;
}
</style>
background-color css
<style>
a { background-color: #E5312B; }
a { background-color: rgb(229,49,43); }
div.DivClassName
{
background-color: #E5312B;
}
.BgClassName
{
background-color: #E5312B;
}
</style>
border-color css
<style>
span { border-color: #E5312B; }
span { border-color: rgb(229,49,43); }
td.TdClassName
{
border-color: #E5312B;
}
.TagClassName
{
border-color: #E5312B;
}
</style>