Shades of Cinnabar #E5312D
Tints of Cinnabar #E5312D
RGB
CMYK
RGB Variations
Color information
#E5312D (or 0xE5312D) is known color: Cinnabar. HEX triplet: E5, 31 and 2D. RGB value is (229,49,45). Sum of RGB (Red+Green+Blue) = 229+49+45=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E5312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5312D is #1ACED2. Grayscale: #666666. Windows color (decimal): -1756883 or 2961893. OLE color: 2961893.
HSL color Cylindrical-coordinate representation of color #E5312D: hue angle of 1.3º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5312D is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 45 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.10 |
| HSL | 1.3º | 0.78% | 0.54% | - |
| HSV(B) | 1.3º | 0.8% | 0.9% | - |
| XYZ | 33.89 | 19.04 | 4.37 | - |
| YUV | 102.36 | 95.63 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 45 | 0 | 0.79 | 0.80 | 0.10 | 1.3 | 0.78 | 0.54 |
| Hex | E5 | 31 | 2D | 0 | 4F | 50 | A | 1 | 4E | 36 |
| Octal | 345 | 61 | 55 | 0 | 117 | 120 | 12 | 1 | 116 | 66 |
| Binary | 11100101 | 110001 | 101101 | 0 | 1001111 | 1010000 | 1010 | 1 | 1001110 | 110110 |
Color Harmonies of #E5312D
Complementary color
Monochromatic Colors of #E5312D
Black with #E5312D
Text Example
Text Example
White with #E5312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5312D; }
p { color: rgb(229,49,45); }
H1.HeaderClassName
{
color: #E5312D;
}
.AnyTagClassName
{
color: #E5312D;
}
</style>
background-color css
<style>
a { background-color: #E5312D; }
a { background-color: rgb(229,49,45); }
div.DivClassName
{
background-color: #E5312D;
}
.BgClassName
{
background-color: #E5312D;
}
</style>
border-color css
<style>
span { border-color: #E5312D; }
span { border-color: rgb(229,49,45); }
td.TdClassName
{
border-color: #E5312D;
}
.TagClassName
{
border-color: #E5312D;
}
</style>