Shades of Crimson #EC1049
Tints of Crimson #EC1049
RGB
CMYK
RGB Variations
Color information
#EC1049 (or 0xEC1049) is known color: Crimson. HEX triplet: EC, 10 and 49. RGB value is (236,16,73). Sum of RGB (Red+Green+Blue) = 236+16+73=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1049 is #13EFB6. Grayscale: #585858. Windows color (decimal): -1306551 or 4788460. OLE color: 4788460.
HSL color Cylindrical-coordinate representation of color #EC1049: hue angle of 344.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1049 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 73 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.07 |
| HSL | 344.45º | 0.87% | 0.49% | - |
| HSV(B) | 344.45º | 0.93% | 0.93% | - |
| XYZ | 35.98 | 18.68 | 8.01 | - |
| YUV | 88.28 | 119.39 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 73 | 0 | 0.93 | 0.69 | 0.07 | 344.45 | 0.87 | 0.49 |
| Hex | EC | 10 | 49 | 0 | 5D | 45 | 7 | 158 | 57 | 31 |
| Octal | 354 | 20 | 111 | 0 | 135 | 105 | 7 | 530 | 127 | 61 |
| Binary | 11101100 | 10000 | 1001001 | 0 | 1011101 | 1000101 | 111 | 101011000 | 1010111 | 110001 |
Color Harmonies of #EC1049
Complementary color
Monochromatic Colors of #EC1049
Black with #EC1049
Text Example
Text Example
White with #EC1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1049; }
p { color: rgb(236,16,73); }
H1.HeaderClassName
{
color: #EC1049;
}
.AnyTagClassName
{
color: #EC1049;
}
</style>
background-color css
<style>
a { background-color: #EC1049; }
a { background-color: rgb(236,16,73); }
div.DivClassName
{
background-color: #EC1049;
}
.BgClassName
{
background-color: #EC1049;
}
</style>
border-color css
<style>
span { border-color: #EC1049; }
span { border-color: rgb(236,16,73); }
td.TdClassName
{
border-color: #EC1049;
}
.TagClassName
{
border-color: #EC1049;
}
</style>