Shades of Crimson #EC163C
Tints of Crimson #EC163C
RGB
CMYK
RGB Variations
Color information
#EC163C (or 0xEC163C) is known color: Crimson. HEX triplet: EC, 16 and 3C. RGB value is (236,22,60). Sum of RGB (Red+Green+Blue) = 236+22+60=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC163C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC163C is #13E9C3. Grayscale: #5A5A5A. Windows color (decimal): -1305028 or 3938028. OLE color: 3938028.
HSL color Cylindrical-coordinate representation of color #EC163C: hue angle of 349.35º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC163C is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 60 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.07 |
| HSL | 349.35º | 0.85% | 0.51% | - |
| HSV(B) | 349.35º | 0.91% | 0.93% | - |
| XYZ | 35.69 | 18.73 | 6.01 | - |
| YUV | 90.32 | 110.9 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 60 | 0 | 0.91 | 0.75 | 0.07 | 349.35 | 0.85 | 0.51 |
| Hex | EC | 16 | 3C | 0 | 5B | 4B | 7 | 15D | 55 | 33 |
| Octal | 354 | 26 | 74 | 0 | 133 | 113 | 7 | 535 | 125 | 63 |
| Binary | 11101100 | 10110 | 111100 | 0 | 1011011 | 1001011 | 111 | 101011101 | 1010101 | 110011 |
Color Harmonies of #EC163C
Complementary color
Monochromatic Colors of #EC163C
Black with #EC163C
Text Example
Text Example
White with #EC163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC163C; }
p { color: rgb(236,22,60); }
H1.HeaderClassName
{
color: #EC163C;
}
.AnyTagClassName
{
color: #EC163C;
}
</style>
background-color css
<style>
a { background-color: #EC163C; }
a { background-color: rgb(236,22,60); }
div.DivClassName
{
background-color: #EC163C;
}
.BgClassName
{
background-color: #EC163C;
}
</style>
border-color css
<style>
span { border-color: #EC163C; }
span { border-color: rgb(236,22,60); }
td.TdClassName
{
border-color: #EC163C;
}
.TagClassName
{
border-color: #EC163C;
}
</style>