Shades of Crimson #EC1147
Tints of Crimson #EC1147
RGB
CMYK
RGB Variations
Color information
#EC1147 (or 0xEC1147) is known color: Crimson. HEX triplet: EC, 11 and 47. RGB value is (236,17,71). Sum of RGB (Red+Green+Blue) = 236+17+71=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1147 is #13EEB8. Grayscale: #585858. Windows color (decimal): -1306297 or 4657644. OLE color: 4657644.
HSL color Cylindrical-coordinate representation of color #EC1147: hue angle of 345.21º 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 #EC1147 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 71 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.07 |
| HSL | 345.21º | 0.87% | 0.5% | - |
| HSV(B) | 345.21º | 0.93% | 0.93% | - |
| XYZ | 35.93 | 18.69 | 7.67 | - |
| YUV | 88.64 | 118.05 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 71 | 0 | 0.93 | 0.70 | 0.07 | 345.21 | 0.87 | 0.5 |
| Hex | EC | 11 | 47 | 0 | 5D | 46 | 7 | 159 | 57 | 32 |
| Octal | 354 | 21 | 107 | 0 | 135 | 106 | 7 | 531 | 127 | 62 |
| Binary | 11101100 | 10001 | 1000111 | 0 | 1011101 | 1000110 | 111 | 101011001 | 1010111 | 110010 |
Color Harmonies of #EC1147
Complementary color
Monochromatic Colors of #EC1147
Black with #EC1147
Text Example
Text Example
White with #EC1147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1147; }
p { color: rgb(236,17,71); }
H1.HeaderClassName
{
color: #EC1147;
}
.AnyTagClassName
{
color: #EC1147;
}
</style>
background-color css
<style>
a { background-color: #EC1147; }
a { background-color: rgb(236,17,71); }
div.DivClassName
{
background-color: #EC1147;
}
.BgClassName
{
background-color: #EC1147;
}
</style>
border-color css
<style>
span { border-color: #EC1147; }
span { border-color: rgb(236,17,71); }
td.TdClassName
{
border-color: #EC1147;
}
.TagClassName
{
border-color: #EC1147;
}
</style>