Shades of Cinnabar #EC3127
Tints of Cinnabar #EC3127
RGB
CMYK
RGB Variations
Color information
#EC3127 (or 0xEC3127) is known color: Cinnabar. HEX triplet: EC, 31 and 27. RGB value is (236,49,39). Sum of RGB (Red+Green+Blue) = 236+49+39=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3127 is #13CED8. Grayscale: #686868. Windows color (decimal): -1298137 or 2568684. OLE color: 2568684.
HSL color Cylindrical-coordinate representation of color #EC3127: hue angle of 3.05º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC3127 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 39 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.07 |
| HSL | 3.05º | 0.84% | 0.54% | - |
| HSV(B) | 3.05º | 0.83% | 0.93% | - |
| XYZ | 36.06 | 20.18 | 3.91 | - |
| YUV | 103.77 | 91.45 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 39 | 0 | 0.79 | 0.83 | 0.07 | 3.05 | 0.84 | 0.54 |
| Hex | EC | 31 | 27 | 0 | 4F | 53 | 7 | 3 | 54 | 36 |
| Octal | 354 | 61 | 47 | 0 | 117 | 123 | 7 | 3 | 124 | 66 |
| Binary | 11101100 | 110001 | 100111 | 0 | 1001111 | 1010011 | 111 | 11 | 1010100 | 110110 |
Color Harmonies of #EC3127
Complementary color
Monochromatic Colors of #EC3127
Black with #EC3127
Text Example
Text Example
White with #EC3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3127; }
p { color: rgb(236,49,39); }
H1.HeaderClassName
{
color: #EC3127;
}
.AnyTagClassName
{
color: #EC3127;
}
</style>
background-color css
<style>
a { background-color: #EC3127; }
a { background-color: rgb(236,49,39); }
div.DivClassName
{
background-color: #EC3127;
}
.BgClassName
{
background-color: #EC3127;
}
</style>
border-color css
<style>
span { border-color: #EC3127; }
span { border-color: rgb(236,49,39); }
td.TdClassName
{
border-color: #EC3127;
}
.TagClassName
{
border-color: #EC3127;
}
</style>