Shades of Crimson #EC1142
Tints of Crimson #EC1142
RGB
CMYK
RGB Variations
Color information
#EC1142 (or 0xEC1142) is known color: Crimson. HEX triplet: EC, 11 and 42. RGB value is (236,17,66). Sum of RGB (Red+Green+Blue) = 236+17+66=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1142 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1142 is #13EEBD. Grayscale: #585858. Windows color (decimal): -1306302 or 4329964. OLE color: 4329964.
HSL color Cylindrical-coordinate representation of color #EC1142: hue angle of 346.58º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1142 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 66 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.07 |
| HSL | 346.58º | 0.87% | 0.5% | - |
| HSV(B) | 346.58º | 0.93% | 0.93% | - |
| XYZ | 35.78 | 18.63 | 6.86 | - |
| YUV | 88.07 | 115.55 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 66 | 0 | 0.93 | 0.72 | 0.07 | 346.58 | 0.87 | 0.5 |
| Hex | EC | 11 | 42 | 0 | 5D | 48 | 7 | 15B | 57 | 32 |
| Octal | 354 | 21 | 102 | 0 | 135 | 110 | 7 | 533 | 127 | 62 |
| Binary | 11101100 | 10001 | 1000010 | 0 | 1011101 | 1001000 | 111 | 101011011 | 1010111 | 110010 |
Color Harmonies of #EC1142
Complementary color
Monochromatic Colors of #EC1142
Black with #EC1142
Text Example
Text Example
White with #EC1142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1142; }
p { color: rgb(236,17,66); }
H1.HeaderClassName
{
color: #EC1142;
}
.AnyTagClassName
{
color: #EC1142;
}
</style>
background-color css
<style>
a { background-color: #EC1142; }
a { background-color: rgb(236,17,66); }
div.DivClassName
{
background-color: #EC1142;
}
.BgClassName
{
background-color: #EC1142;
}
</style>
border-color css
<style>
span { border-color: #EC1142; }
span { border-color: rgb(236,17,66); }
td.TdClassName
{
border-color: #EC1142;
}
.TagClassName
{
border-color: #EC1142;
}
</style>