Shades of Cinnabar #EC312B
Tints of Cinnabar #EC312B
RGB
CMYK
RGB Variations
Color information
#EC312B (or 0xEC312B) is known color: Cinnabar. HEX triplet: EC, 31 and 2B. RGB value is (236,49,43). Sum of RGB (Red+Green+Blue) = 236+49+43=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC312B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC312B is #13CED4. Grayscale: #686868. Windows color (decimal): -1298133 or 2830828. OLE color: 2830828.
HSL color Cylindrical-coordinate representation of color #EC312B: hue angle of 1.87º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC312B is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 43 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.07 |
| HSL | 1.87º | 0.84% | 0.55% | - |
| HSV(B) | 1.87º | 0.82% | 0.93% | - |
| XYZ | 36.13 | 20.2 | 4.28 | - |
| YUV | 104.23 | 93.45 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 43 | 0 | 0.79 | 0.82 | 0.07 | 1.87 | 0.84 | 0.55 |
| Hex | EC | 31 | 2B | 0 | 4F | 52 | 7 | 2 | 54 | 37 |
| Octal | 354 | 61 | 53 | 0 | 117 | 122 | 7 | 2 | 124 | 67 |
| Binary | 11101100 | 110001 | 101011 | 0 | 1001111 | 1010010 | 111 | 10 | 1010100 | 110111 |
Color Harmonies of #EC312B
Complementary color
Monochromatic Colors of #EC312B
Black with #EC312B
Text Example
Text Example
White with #EC312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC312B; }
p { color: rgb(236,49,43); }
H1.HeaderClassName
{
color: #EC312B;
}
.AnyTagClassName
{
color: #EC312B;
}
</style>
background-color css
<style>
a { background-color: #EC312B; }
a { background-color: rgb(236,49,43); }
div.DivClassName
{
background-color: #EC312B;
}
.BgClassName
{
background-color: #EC312B;
}
</style>
border-color css
<style>
span { border-color: #EC312B; }
span { border-color: rgb(236,49,43); }
td.TdClassName
{
border-color: #EC312B;
}
.TagClassName
{
border-color: #EC312B;
}
</style>