Shades of Crimson #EC1744
Tints of Crimson #EC1744
RGB
CMYK
RGB Variations
Color information
#EC1744 (or 0xEC1744) is known color: Crimson. HEX triplet: EC, 17 and 44. RGB value is (236,23,68). Sum of RGB (Red+Green+Blue) = 236+23+68=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1744 is #13E8BB. Grayscale: #5B5B5B. Windows color (decimal): -1304764 or 4462572. OLE color: 4462572.
HSL color Cylindrical-coordinate representation of color #EC1744: hue angle of 347.32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1744 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 68 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.07 |
| HSL | 347.32º | 0.85% | 0.51% | - |
| HSV(B) | 347.32º | 0.9% | 0.93% | - |
| XYZ | 35.94 | 18.86 | 7.22 | - |
| YUV | 91.82 | 114.57 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 68 | 0 | 0.90 | 0.71 | 0.07 | 347.32 | 0.85 | 0.51 |
| Hex | EC | 17 | 44 | 0 | 5A | 47 | 7 | 15B | 55 | 33 |
| Octal | 354 | 27 | 104 | 0 | 132 | 107 | 7 | 533 | 125 | 63 |
| Binary | 11101100 | 10111 | 1000100 | 0 | 1011010 | 1000111 | 111 | 101011011 | 1010101 | 110011 |
Color Harmonies of #EC1744
Complementary color
Monochromatic Colors of #EC1744
Black with #EC1744
Text Example
Text Example
White with #EC1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1744; }
p { color: rgb(236,23,68); }
H1.HeaderClassName
{
color: #EC1744;
}
.AnyTagClassName
{
color: #EC1744;
}
</style>
background-color css
<style>
a { background-color: #EC1744; }
a { background-color: rgb(236,23,68); }
div.DivClassName
{
background-color: #EC1744;
}
.BgClassName
{
background-color: #EC1744;
}
</style>
border-color css
<style>
span { border-color: #EC1744; }
span { border-color: rgb(236,23,68); }
td.TdClassName
{
border-color: #EC1744;
}
.TagClassName
{
border-color: #EC1744;
}
</style>