Shades of Crimson #EC1644
Tints of Crimson #EC1644
RGB
CMYK
RGB Variations
Color information
#EC1644 (or 0xEC1644) is known color: Crimson. HEX triplet: EC, 16 and 44. RGB value is (236,22,68). Sum of RGB (Red+Green+Blue) = 236+22+68=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1644 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1644 is #13E9BB. Grayscale: #5B5B5B. Windows color (decimal): -1305020 or 4462316. OLE color: 4462316.
HSL color Cylindrical-coordinate representation of color #EC1644: hue angle of 347.1º 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 #EC1644 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 68 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.07 |
| HSL | 347.1º | 0.85% | 0.51% | - |
| HSV(B) | 347.1º | 0.91% | 0.93% | - |
| XYZ | 35.92 | 18.82 | 7.21 | - |
| YUV | 91.23 | 114.9 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 68 | 0 | 0.91 | 0.71 | 0.07 | 347.1 | 0.85 | 0.51 |
| Hex | EC | 16 | 44 | 0 | 5B | 47 | 7 | 15B | 55 | 33 |
| Octal | 354 | 26 | 104 | 0 | 133 | 107 | 7 | 533 | 125 | 63 |
| Binary | 11101100 | 10110 | 1000100 | 0 | 1011011 | 1000111 | 111 | 101011011 | 1010101 | 110011 |
Color Harmonies of #EC1644
Complementary color
Monochromatic Colors of #EC1644
Black with #EC1644
Text Example
Text Example
White with #EC1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1644; }
p { color: rgb(236,22,68); }
H1.HeaderClassName
{
color: #EC1644;
}
.AnyTagClassName
{
color: #EC1644;
}
</style>
background-color css
<style>
a { background-color: #EC1644; }
a { background-color: rgb(236,22,68); }
div.DivClassName
{
background-color: #EC1644;
}
.BgClassName
{
background-color: #EC1644;
}
</style>
border-color css
<style>
span { border-color: #EC1644; }
span { border-color: rgb(236,22,68); }
td.TdClassName
{
border-color: #EC1644;
}
.TagClassName
{
border-color: #EC1644;
}
</style>