Shades of Crimson #EC163F
Tints of Crimson #EC163F
RGB
CMYK
RGB Variations
Color information
#EC163F (or 0xEC163F) is known color: Crimson. HEX triplet: EC, 16 and 3F. RGB value is (236,22,63). Sum of RGB (Red+Green+Blue) = 236+22+63=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC163F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC163F is #13E9C0. Grayscale: #5A5A5A. Windows color (decimal): -1305025 or 4134636. OLE color: 4134636.
HSL color Cylindrical-coordinate representation of color #EC163F: hue angle of 348.5º 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 #EC163F is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 63 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.07 |
| HSL | 348.5º | 0.85% | 0.51% | - |
| HSV(B) | 348.5º | 0.91% | 0.93% | - |
| XYZ | 35.78 | 18.77 | 6.44 | - |
| YUV | 90.66 | 112.4 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 63 | 0 | 0.91 | 0.73 | 0.07 | 348.5 | 0.85 | 0.51 |
| Hex | EC | 16 | 3F | 0 | 5B | 49 | 7 | 15D | 55 | 33 |
| Octal | 354 | 26 | 77 | 0 | 133 | 111 | 7 | 535 | 125 | 63 |
| Binary | 11101100 | 10110 | 111111 | 0 | 1011011 | 1001001 | 111 | 101011101 | 1010101 | 110011 |
Color Harmonies of #EC163F
Complementary color
Monochromatic Colors of #EC163F
Black with #EC163F
Text Example
Text Example
White with #EC163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC163F; }
p { color: rgb(236,22,63); }
H1.HeaderClassName
{
color: #EC163F;
}
.AnyTagClassName
{
color: #EC163F;
}
</style>
background-color css
<style>
a { background-color: #EC163F; }
a { background-color: rgb(236,22,63); }
div.DivClassName
{
background-color: #EC163F;
}
.BgClassName
{
background-color: #EC163F;
}
</style>
border-color css
<style>
span { border-color: #EC163F; }
span { border-color: rgb(236,22,63); }
td.TdClassName
{
border-color: #EC163F;
}
.TagClassName
{
border-color: #EC163F;
}
</style>