Shades of Crimson #EC113B
Tints of Crimson #EC113B
RGB
CMYK
RGB Variations
Color information
#EC113B (or 0xEC113B) is known color: Crimson. HEX triplet: EC, 11 and 3B. RGB value is (236,17,59). Sum of RGB (Red+Green+Blue) = 236+17+59=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC113B is #13EEC4. Grayscale: #575757. Windows color (decimal): -1306309 or 3871212. OLE color: 3871212.
HSL color Cylindrical-coordinate representation of color #EC113B: hue angle of 348.49º 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 #EC113B is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 59 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.07 |
| HSL | 348.49º | 0.87% | 0.5% | - |
| HSV(B) | 348.49º | 0.93% | 0.93% | - |
| XYZ | 35.58 | 18.55 | 5.84 | - |
| YUV | 87.27 | 112.05 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 59 | 0 | 0.93 | 0.75 | 0.07 | 348.49 | 0.87 | 0.5 |
| Hex | EC | 11 | 3B | 0 | 5D | 4B | 7 | 15C | 57 | 32 |
| Octal | 354 | 21 | 73 | 0 | 135 | 113 | 7 | 534 | 127 | 62 |
| Binary | 11101100 | 10001 | 111011 | 0 | 1011101 | 1001011 | 111 | 101011100 | 1010111 | 110010 |
Color Harmonies of #EC113B
Complementary color
Monochromatic Colors of #EC113B
Black with #EC113B
Text Example
Text Example
White with #EC113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC113B; }
p { color: rgb(236,17,59); }
H1.HeaderClassName
{
color: #EC113B;
}
.AnyTagClassName
{
color: #EC113B;
}
</style>
background-color css
<style>
a { background-color: #EC113B; }
a { background-color: rgb(236,17,59); }
div.DivClassName
{
background-color: #EC113B;
}
.BgClassName
{
background-color: #EC113B;
}
</style>
border-color css
<style>
span { border-color: #EC113B; }
span { border-color: rgb(236,17,59); }
td.TdClassName
{
border-color: #EC113B;
}
.TagClassName
{
border-color: #EC113B;
}
</style>