Shades of Crimson #EC1A40
Tints of Crimson #EC1A40
RGB
CMYK
RGB Variations
Color information
#EC1A40 (or 0xEC1A40) is known color: Crimson. HEX triplet: EC, 1A and 40. RGB value is (236,26,64). Sum of RGB (Red+Green+Blue) = 236+26+64=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A40 is #13E5BF. Grayscale: #5D5D5D. Windows color (decimal): -1304000 or 4201196. OLE color: 4201196.
HSL color Cylindrical-coordinate representation of color #EC1A40: hue angle of 349.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1A40 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 64 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.07 |
| HSL | 349.14º | 0.85% | 0.51% | - |
| HSV(B) | 349.14º | 0.89% | 0.93% | - |
| XYZ | 35.89 | 18.94 | 6.62 | - |
| YUV | 93.12 | 111.57 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 64 | 0 | 0.89 | 0.73 | 0.07 | 349.14 | 0.85 | 0.51 |
| Hex | EC | 1A | 40 | 0 | 59 | 49 | 7 | 15D | 55 | 33 |
| Octal | 354 | 32 | 100 | 0 | 131 | 111 | 7 | 535 | 125 | 63 |
| Binary | 11101100 | 11010 | 1000000 | 0 | 1011001 | 1001001 | 111 | 101011101 | 1010101 | 110011 |
Color Harmonies of #EC1A40
Complementary color
Monochromatic Colors of #EC1A40
Black with #EC1A40
Text Example
Text Example
White with #EC1A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A40; }
p { color: rgb(236,26,64); }
H1.HeaderClassName
{
color: #EC1A40;
}
.AnyTagClassName
{
color: #EC1A40;
}
</style>
background-color css
<style>
a { background-color: #EC1A40; }
a { background-color: rgb(236,26,64); }
div.DivClassName
{
background-color: #EC1A40;
}
.BgClassName
{
background-color: #EC1A40;
}
</style>
border-color css
<style>
span { border-color: #EC1A40; }
span { border-color: rgb(236,26,64); }
td.TdClassName
{
border-color: #EC1A40;
}
.TagClassName
{
border-color: #EC1A40;
}
</style>