Shades of Crimson #EC1636
Tints of Crimson #EC1636
RGB
CMYK
RGB Variations
Color information
#EC1636 (or 0xEC1636) is known color: Crimson. HEX triplet: EC, 16 and 36. RGB value is (236,22,54). Sum of RGB (Red+Green+Blue) = 236+22+54=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1636 is #13E9C9. Grayscale: #595959. Windows color (decimal): -1305034 or 3544812. OLE color: 3544812.
HSL color Cylindrical-coordinate representation of color #EC1636: hue angle of 351.03º 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 #EC1636 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 54 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.07 |
| HSL | 351.03º | 0.85% | 0.51% | - |
| HSV(B) | 351.03º | 0.91% | 0.93% | - |
| XYZ | 35.54 | 18.67 | 5.22 | - |
| YUV | 89.63 | 107.9 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 54 | 0 | 0.91 | 0.77 | 0.07 | 351.03 | 0.85 | 0.51 |
| Hex | EC | 16 | 36 | 0 | 5B | 4D | 7 | 15F | 55 | 33 |
| Octal | 354 | 26 | 66 | 0 | 133 | 115 | 7 | 537 | 125 | 63 |
| Binary | 11101100 | 10110 | 110110 | 0 | 1011011 | 1001101 | 111 | 101011111 | 1010101 | 110011 |
Color Harmonies of #EC1636
Complementary color
Monochromatic Colors of #EC1636
Black with #EC1636
Text Example
Text Example
White with #EC1636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1636; }
p { color: rgb(236,22,54); }
H1.HeaderClassName
{
color: #EC1636;
}
.AnyTagClassName
{
color: #EC1636;
}
</style>
background-color css
<style>
a { background-color: #EC1636; }
a { background-color: rgb(236,22,54); }
div.DivClassName
{
background-color: #EC1636;
}
.BgClassName
{
background-color: #EC1636;
}
</style>
border-color css
<style>
span { border-color: #EC1636; }
span { border-color: rgb(236,22,54); }
td.TdClassName
{
border-color: #EC1636;
}
.TagClassName
{
border-color: #EC1636;
}
</style>