Shades of Crimson #EC1148
Tints of Crimson #EC1148
RGB
CMYK
RGB Variations
Color information
#EC1148 (or 0xEC1148) is known color: Crimson. HEX triplet: EC, 11 and 48. RGB value is (236,17,72). Sum of RGB (Red+Green+Blue) = 236+17+72=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1148 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1148 is #13EEB7. Grayscale: #585858. Windows color (decimal): -1306296 or 4723180. OLE color: 4723180.
HSL color Cylindrical-coordinate representation of color #EC1148: hue angle of 344.93º 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 #EC1148 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 72 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.07 |
| HSL | 344.93º | 0.87% | 0.5% | - |
| HSV(B) | 344.93º | 0.93% | 0.93% | - |
| XYZ | 35.96 | 18.7 | 7.85 | - |
| YUV | 88.75 | 118.55 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 72 | 0 | 0.93 | 0.69 | 0.07 | 344.93 | 0.87 | 0.5 |
| Hex | EC | 11 | 48 | 0 | 5D | 45 | 7 | 159 | 57 | 32 |
| Octal | 354 | 21 | 110 | 0 | 135 | 105 | 7 | 531 | 127 | 62 |
| Binary | 11101100 | 10001 | 1001000 | 0 | 1011101 | 1000101 | 111 | 101011001 | 1010111 | 110010 |
Color Harmonies of #EC1148
Complementary color
Monochromatic Colors of #EC1148
Black with #EC1148
Text Example
Text Example
White with #EC1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1148; }
p { color: rgb(236,17,72); }
H1.HeaderClassName
{
color: #EC1148;
}
.AnyTagClassName
{
color: #EC1148;
}
</style>
background-color css
<style>
a { background-color: #EC1148; }
a { background-color: rgb(236,17,72); }
div.DivClassName
{
background-color: #EC1148;
}
.BgClassName
{
background-color: #EC1148;
}
</style>
border-color css
<style>
span { border-color: #EC1148; }
span { border-color: rgb(236,17,72); }
td.TdClassName
{
border-color: #EC1148;
}
.TagClassName
{
border-color: #EC1148;
}
</style>