Shades of Crimson #EC193C
Tints of Crimson #EC193C
RGB
CMYK
RGB Variations
Color information
#EC193C (or 0xEC193C) is known color: Crimson. HEX triplet: EC, 19 and 3C. RGB value is (236,25,60). Sum of RGB (Red+Green+Blue) = 236+25+60=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC193C is #13E6C3. Grayscale: #5C5C5C. Windows color (decimal): -1304260 or 3938796. OLE color: 3938796.
HSL color Cylindrical-coordinate representation of color #EC193C: hue angle of 350.05º 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 #EC193C is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 60 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.07 |
| HSL | 350.05º | 0.85% | 0.51% | - |
| HSV(B) | 350.05º | 0.89% | 0.93% | - |
| XYZ | 35.76 | 18.85 | 6.03 | - |
| YUV | 92.08 | 109.9 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 60 | 0 | 0.89 | 0.75 | 0.07 | 350.05 | 0.85 | 0.51 |
| Hex | EC | 19 | 3C | 0 | 59 | 4B | 7 | 15E | 55 | 33 |
| Octal | 354 | 31 | 74 | 0 | 131 | 113 | 7 | 536 | 125 | 63 |
| Binary | 11101100 | 11001 | 111100 | 0 | 1011001 | 1001011 | 111 | 101011110 | 1010101 | 110011 |
Color Harmonies of #EC193C
Complementary color
Monochromatic Colors of #EC193C
Black with #EC193C
Text Example
Text Example
White with #EC193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC193C; }
p { color: rgb(236,25,60); }
H1.HeaderClassName
{
color: #EC193C;
}
.AnyTagClassName
{
color: #EC193C;
}
</style>
background-color css
<style>
a { background-color: #EC193C; }
a { background-color: rgb(236,25,60); }
div.DivClassName
{
background-color: #EC193C;
}
.BgClassName
{
background-color: #EC193C;
}
</style>
border-color css
<style>
span { border-color: #EC193C; }
span { border-color: rgb(236,25,60); }
td.TdClassName
{
border-color: #EC193C;
}
.TagClassName
{
border-color: #EC193C;
}
</style>