Shades of Crimson #EC1639
Tints of Crimson #EC1639
RGB
CMYK
RGB Variations
Color information
#EC1639 (or 0xEC1639) is known color: Crimson. HEX triplet: EC, 16 and 39. RGB value is (236,22,57). Sum of RGB (Red+Green+Blue) = 236+22+57=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1639 is #13E9C6. Grayscale: #5A5A5A. Windows color (decimal): -1305031 or 3741420. OLE color: 3741420.
HSL color Cylindrical-coordinate representation of color #EC1639: hue angle of 350.19º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1639 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 57 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.07 |
| HSL | 350.19º | 0.85% | 0.51% | - |
| HSV(B) | 350.19º | 0.91% | 0.93% | - |
| XYZ | 35.62 | 18.7 | 5.6 | - |
| YUV | 89.98 | 109.4 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 57 | 0 | 0.91 | 0.76 | 0.07 | 350.19 | 0.85 | 0.51 |
| Hex | EC | 16 | 39 | 0 | 5B | 4C | 7 | 15E | 55 | 33 |
| Octal | 354 | 26 | 71 | 0 | 133 | 114 | 7 | 536 | 125 | 63 |
| Binary | 11101100 | 10110 | 111001 | 0 | 1011011 | 1001100 | 111 | 101011110 | 1010101 | 110011 |
Color Harmonies of #EC1639
Complementary color
Monochromatic Colors of #EC1639
Black with #EC1639
Text Example
Text Example
White with #EC1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1639; }
p { color: rgb(236,22,57); }
H1.HeaderClassName
{
color: #EC1639;
}
.AnyTagClassName
{
color: #EC1639;
}
</style>
background-color css
<style>
a { background-color: #EC1639; }
a { background-color: rgb(236,22,57); }
div.DivClassName
{
background-color: #EC1639;
}
.BgClassName
{
background-color: #EC1639;
}
</style>
border-color css
<style>
span { border-color: #EC1639; }
span { border-color: rgb(236,22,57); }
td.TdClassName
{
border-color: #EC1639;
}
.TagClassName
{
border-color: #EC1639;
}
</style>