Shades of Crimson #EC163D
Tints of Crimson #EC163D
RGB
CMYK
RGB Variations
Color information
#EC163D (or 0xEC163D) is known color: Crimson. HEX triplet: EC, 16 and 3D. RGB value is (236,22,61). Sum of RGB (Red+Green+Blue) = 236+22+61=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC163D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC163D is #13E9C2. Grayscale: #5A5A5A. Windows color (decimal): -1305027 or 4003564. OLE color: 4003564.
HSL color Cylindrical-coordinate representation of color #EC163D: hue angle of 349.07º 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 #EC163D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 61 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.07 |
| HSL | 349.07º | 0.85% | 0.51% | - |
| HSV(B) | 349.07º | 0.91% | 0.93% | - |
| XYZ | 35.72 | 18.74 | 6.15 | - |
| YUV | 90.43 | 111.4 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 61 | 0 | 0.91 | 0.74 | 0.07 | 349.07 | 0.85 | 0.51 |
| Hex | EC | 16 | 3D | 0 | 5B | 4A | 7 | 15D | 55 | 33 |
| Octal | 354 | 26 | 75 | 0 | 133 | 112 | 7 | 535 | 125 | 63 |
| Binary | 11101100 | 10110 | 111101 | 0 | 1011011 | 1001010 | 111 | 101011101 | 1010101 | 110011 |
Color Harmonies of #EC163D
Complementary color
Monochromatic Colors of #EC163D
Black with #EC163D
Text Example
Text Example
White with #EC163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC163D; }
p { color: rgb(236,22,61); }
H1.HeaderClassName
{
color: #EC163D;
}
.AnyTagClassName
{
color: #EC163D;
}
</style>
background-color css
<style>
a { background-color: #EC163D; }
a { background-color: rgb(236,22,61); }
div.DivClassName
{
background-color: #EC163D;
}
.BgClassName
{
background-color: #EC163D;
}
</style>
border-color css
<style>
span { border-color: #EC163D; }
span { border-color: rgb(236,22,61); }
td.TdClassName
{
border-color: #EC163D;
}
.TagClassName
{
border-color: #EC163D;
}
</style>