Shades of Crimson #EC113A
Tints of Crimson #EC113A
RGB
CMYK
RGB Variations
Color information
#EC113A (or 0xEC113A) is known color: Crimson. HEX triplet: EC, 11 and 3A. RGB value is (236,17,58). Sum of RGB (Red+Green+Blue) = 236+17+58=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC113A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC113A is #13EEC5. Grayscale: #575757. Windows color (decimal): -1306310 or 3805676. OLE color: 3805676.
HSL color Cylindrical-coordinate representation of color #EC113A: hue angle of 348.77º 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 #EC113A is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 58 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.07 |
| HSL | 348.77º | 0.87% | 0.5% | - |
| HSV(B) | 348.77º | 0.93% | 0.93% | - |
| XYZ | 35.56 | 18.54 | 5.71 | - |
| YUV | 87.16 | 111.55 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 58 | 0 | 0.93 | 0.75 | 0.07 | 348.77 | 0.87 | 0.5 |
| Hex | EC | 11 | 3A | 0 | 5D | 4B | 7 | 15D | 57 | 32 |
| Octal | 354 | 21 | 72 | 0 | 135 | 113 | 7 | 535 | 127 | 62 |
| Binary | 11101100 | 10001 | 111010 | 0 | 1011101 | 1001011 | 111 | 101011101 | 1010111 | 110010 |
Color Harmonies of #EC113A
Complementary color
Monochromatic Colors of #EC113A
Black with #EC113A
Text Example
Text Example
White with #EC113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC113A; }
p { color: rgb(236,17,58); }
H1.HeaderClassName
{
color: #EC113A;
}
.AnyTagClassName
{
color: #EC113A;
}
</style>
background-color css
<style>
a { background-color: #EC113A; }
a { background-color: rgb(236,17,58); }
div.DivClassName
{
background-color: #EC113A;
}
.BgClassName
{
background-color: #EC113A;
}
</style>
border-color css
<style>
span { border-color: #EC113A; }
span { border-color: rgb(236,17,58); }
td.TdClassName
{
border-color: #EC113A;
}
.TagClassName
{
border-color: #EC113A;
}
</style>