Shades of Crimson #EC193F
Tints of Crimson #EC193F
RGB
CMYK
RGB Variations
Color information
#EC193F (or 0xEC193F) is known color: Crimson. HEX triplet: EC, 19 and 3F. RGB value is (236,25,63). Sum of RGB (Red+Green+Blue) = 236+25+63=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC193F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC193F is #13E6C0. Grayscale: #5C5C5C. Windows color (decimal): -1304257 or 4135404. OLE color: 4135404.
HSL color Cylindrical-coordinate representation of color #EC193F: hue angle of 349.19º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC193F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 63 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.07 |
| HSL | 349.19º | 0.85% | 0.51% | - |
| HSV(B) | 349.19º | 0.89% | 0.93% | - |
| XYZ | 35.84 | 18.89 | 6.46 | - |
| YUV | 92.42 | 111.4 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 63 | 0 | 0.89 | 0.73 | 0.07 | 349.19 | 0.85 | 0.51 |
| Hex | EC | 19 | 3F | 0 | 59 | 49 | 7 | 15D | 55 | 33 |
| Octal | 354 | 31 | 77 | 0 | 131 | 111 | 7 | 535 | 125 | 63 |
| Binary | 11101100 | 11001 | 111111 | 0 | 1011001 | 1001001 | 111 | 101011101 | 1010101 | 110011 |
Color Harmonies of #EC193F
Complementary color
Monochromatic Colors of #EC193F
Black with #EC193F
Text Example
Text Example
White with #EC193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC193F; }
p { color: rgb(236,25,63); }
H1.HeaderClassName
{
color: #EC193F;
}
.AnyTagClassName
{
color: #EC193F;
}
</style>
background-color css
<style>
a { background-color: #EC193F; }
a { background-color: rgb(236,25,63); }
div.DivClassName
{
background-color: #EC193F;
}
.BgClassName
{
background-color: #EC193F;
}
</style>
border-color css
<style>
span { border-color: #EC193F; }
span { border-color: rgb(236,25,63); }
td.TdClassName
{
border-color: #EC193F;
}
.TagClassName
{
border-color: #EC193F;
}
</style>