Shades of Crimson #EC1346
Tints of Crimson #EC1346
RGB
CMYK
RGB Variations
Color information
#EC1346 (or 0xEC1346) is known color: Crimson. HEX triplet: EC, 13 and 46. RGB value is (236,19,70). Sum of RGB (Red+Green+Blue) = 236+19+70=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1346 is #13ECB9. Grayscale: #595959. Windows color (decimal): -1305786 or 4592620. OLE color: 4592620.
HSL color Cylindrical-coordinate representation of color #EC1346: hue angle of 345.9º degrees, saturation: 0.85, 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 #EC1346 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 70 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.07 |
| HSL | 345.9º | 0.85% | 0.5% | - |
| HSV(B) | 345.9º | 0.92% | 0.93% | - |
| XYZ | 35.93 | 18.74 | 7.52 | - |
| YUV | 89.7 | 116.89 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 70 | 0 | 0.92 | 0.70 | 0.07 | 345.9 | 0.85 | 0.5 |
| Hex | EC | 13 | 46 | 0 | 5C | 46 | 7 | 15A | 55 | 32 |
| Octal | 354 | 23 | 106 | 0 | 134 | 106 | 7 | 532 | 125 | 62 |
| Binary | 11101100 | 10011 | 1000110 | 0 | 1011100 | 1000110 | 111 | 101011010 | 1010101 | 110010 |
Color Harmonies of #EC1346
Complementary color
Monochromatic Colors of #EC1346
Black with #EC1346
Text Example
Text Example
White with #EC1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1346; }
p { color: rgb(236,19,70); }
H1.HeaderClassName
{
color: #EC1346;
}
.AnyTagClassName
{
color: #EC1346;
}
</style>
background-color css
<style>
a { background-color: #EC1346; }
a { background-color: rgb(236,19,70); }
div.DivClassName
{
background-color: #EC1346;
}
.BgClassName
{
background-color: #EC1346;
}
</style>
border-color css
<style>
span { border-color: #EC1346; }
span { border-color: rgb(236,19,70); }
td.TdClassName
{
border-color: #EC1346;
}
.TagClassName
{
border-color: #EC1346;
}
</style>