Shades of Crimson #EC1242
Tints of Crimson #EC1242
RGB
CMYK
RGB Variations
Color information
#EC1242 (or 0xEC1242) is known color: Crimson. HEX triplet: EC, 12 and 42. RGB value is (236,18,66). Sum of RGB (Red+Green+Blue) = 236+18+66=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1242 is #13EDBD. Grayscale: #585858. Windows color (decimal): -1306046 or 4330220. OLE color: 4330220.
HSL color Cylindrical-coordinate representation of color #EC1242: hue angle of 346.79º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1242 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 66 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.07 |
| HSL | 346.79º | 0.86% | 0.5% | - |
| HSV(B) | 346.79º | 0.92% | 0.93% | - |
| XYZ | 35.79 | 18.66 | 6.87 | - |
| YUV | 88.65 | 115.22 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 66 | 0 | 0.92 | 0.72 | 0.07 | 346.79 | 0.86 | 0.5 |
| Hex | EC | 12 | 42 | 0 | 5C | 48 | 7 | 15B | 56 | 32 |
| Octal | 354 | 22 | 102 | 0 | 134 | 110 | 7 | 533 | 126 | 62 |
| Binary | 11101100 | 10010 | 1000010 | 0 | 1011100 | 1001000 | 111 | 101011011 | 1010110 | 110010 |
Color Harmonies of #EC1242
Complementary color
Monochromatic Colors of #EC1242
Black with #EC1242
Text Example
Text Example
White with #EC1242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1242; }
p { color: rgb(236,18,66); }
H1.HeaderClassName
{
color: #EC1242;
}
.AnyTagClassName
{
color: #EC1242;
}
</style>
background-color css
<style>
a { background-color: #EC1242; }
a { background-color: rgb(236,18,66); }
div.DivClassName
{
background-color: #EC1242;
}
.BgClassName
{
background-color: #EC1242;
}
</style>
border-color css
<style>
span { border-color: #EC1242; }
span { border-color: rgb(236,18,66); }
td.TdClassName
{
border-color: #EC1242;
}
.TagClassName
{
border-color: #EC1242;
}
</style>