Shades of Crimson #EC193D
Tints of Crimson #EC193D
RGB
CMYK
RGB Variations
Color information
#EC193D (or 0xEC193D) is known color: Crimson. HEX triplet: EC, 19 and 3D. RGB value is (236,25,61). Sum of RGB (Red+Green+Blue) = 236+25+61=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC193D is #13E6C2. Grayscale: #5C5C5C. Windows color (decimal): -1304259 or 4004332. OLE color: 4004332.
HSL color Cylindrical-coordinate representation of color #EC193D: hue angle of 349.76º 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 #EC193D is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 61 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.07 |
| HSL | 349.76º | 0.85% | 0.51% | - |
| HSV(B) | 349.76º | 0.89% | 0.93% | - |
| XYZ | 35.78 | 18.87 | 6.17 | - |
| YUV | 92.19 | 110.4 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 61 | 0 | 0.89 | 0.74 | 0.07 | 349.76 | 0.85 | 0.51 |
| Hex | EC | 19 | 3D | 0 | 59 | 4A | 7 | 15E | 55 | 33 |
| Octal | 354 | 31 | 75 | 0 | 131 | 112 | 7 | 536 | 125 | 63 |
| Binary | 11101100 | 11001 | 111101 | 0 | 1011001 | 1001010 | 111 | 101011110 | 1010101 | 110011 |
Color Harmonies of #EC193D
Complementary color
Monochromatic Colors of #EC193D
Black with #EC193D
Text Example
Text Example
White with #EC193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC193D; }
p { color: rgb(236,25,61); }
H1.HeaderClassName
{
color: #EC193D;
}
.AnyTagClassName
{
color: #EC193D;
}
</style>
background-color css
<style>
a { background-color: #EC193D; }
a { background-color: rgb(236,25,61); }
div.DivClassName
{
background-color: #EC193D;
}
.BgClassName
{
background-color: #EC193D;
}
</style>
border-color css
<style>
span { border-color: #EC193D; }
span { border-color: rgb(236,25,61); }
td.TdClassName
{
border-color: #EC193D;
}
.TagClassName
{
border-color: #EC193D;
}
</style>