Shades of Crimson #EC1640
Tints of Crimson #EC1640
RGB
CMYK
RGB Variations
Color information
#EC1640 (or 0xEC1640) is known color: Crimson. HEX triplet: EC, 16 and 40. RGB value is (236,22,64). Sum of RGB (Red+Green+Blue) = 236+22+64=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1640 is #13E9BF. Grayscale: #5A5A5A. Windows color (decimal): -1305024 or 4200172. OLE color: 4200172.
HSL color Cylindrical-coordinate representation of color #EC1640: hue angle of 348.22º 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 #EC1640 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 64 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.07 |
| HSL | 348.22º | 0.85% | 0.51% | - |
| HSV(B) | 348.22º | 0.91% | 0.93% | - |
| XYZ | 35.8 | 18.78 | 6.59 | - |
| YUV | 90.77 | 112.9 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 64 | 0 | 0.91 | 0.73 | 0.07 | 348.22 | 0.85 | 0.51 |
| Hex | EC | 16 | 40 | 0 | 5B | 49 | 7 | 15C | 55 | 33 |
| Octal | 354 | 26 | 100 | 0 | 133 | 111 | 7 | 534 | 125 | 63 |
| Binary | 11101100 | 10110 | 1000000 | 0 | 1011011 | 1001001 | 111 | 101011100 | 1010101 | 110011 |
Color Harmonies of #EC1640
Complementary color
Monochromatic Colors of #EC1640
Black with #EC1640
Text Example
Text Example
White with #EC1640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1640; }
p { color: rgb(236,22,64); }
H1.HeaderClassName
{
color: #EC1640;
}
.AnyTagClassName
{
color: #EC1640;
}
</style>
background-color css
<style>
a { background-color: #EC1640; }
a { background-color: rgb(236,22,64); }
div.DivClassName
{
background-color: #EC1640;
}
.BgClassName
{
background-color: #EC1640;
}
</style>
border-color css
<style>
span { border-color: #EC1640; }
span { border-color: rgb(236,22,64); }
td.TdClassName
{
border-color: #EC1640;
}
.TagClassName
{
border-color: #EC1640;
}
</style>