Shades of Crimson #EC1246
Tints of Crimson #EC1246
RGB
CMYK
RGB Variations
Color information
#EC1246 (or 0xEC1246) is known color: Crimson. HEX triplet: EC, 12 and 46. RGB value is (236,18,70). Sum of RGB (Red+Green+Blue) = 236+18+70=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1246 is #13EDB9. Grayscale: #595959. Windows color (decimal): -1306042 or 4592364. OLE color: 4592364.
HSL color Cylindrical-coordinate representation of color #EC1246: hue angle of 345.69º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1246 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 70 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.07 |
| HSL | 345.69º | 0.86% | 0.5% | - |
| HSV(B) | 345.69º | 0.92% | 0.93% | - |
| XYZ | 35.91 | 18.71 | 7.51 | - |
| YUV | 89.11 | 117.22 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 70 | 0 | 0.92 | 0.70 | 0.07 | 345.69 | 0.86 | 0.5 |
| Hex | EC | 12 | 46 | 0 | 5C | 46 | 7 | 15A | 56 | 32 |
| Octal | 354 | 22 | 106 | 0 | 134 | 106 | 7 | 532 | 126 | 62 |
| Binary | 11101100 | 10010 | 1000110 | 0 | 1011100 | 1000110 | 111 | 101011010 | 1010110 | 110010 |
Color Harmonies of #EC1246
Complementary color
Monochromatic Colors of #EC1246
Black with #EC1246
Text Example
Text Example
White with #EC1246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1246; }
p { color: rgb(236,18,70); }
H1.HeaderClassName
{
color: #EC1246;
}
.AnyTagClassName
{
color: #EC1246;
}
</style>
background-color css
<style>
a { background-color: #EC1246; }
a { background-color: rgb(236,18,70); }
div.DivClassName
{
background-color: #EC1246;
}
.BgClassName
{
background-color: #EC1246;
}
</style>
border-color css
<style>
span { border-color: #EC1246; }
span { border-color: rgb(236,18,70); }
td.TdClassName
{
border-color: #EC1246;
}
.TagClassName
{
border-color: #EC1246;
}
</style>