Shades of Crimson #EC1637
Tints of Crimson #EC1637
RGB
CMYK
RGB Variations
Color information
#EC1637 (or 0xEC1637) is known color: Crimson. HEX triplet: EC, 16 and 37. RGB value is (236,22,55). Sum of RGB (Red+Green+Blue) = 236+22+55=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1637 is #13E9C8. Grayscale: #595959. Windows color (decimal): -1305033 or 3610348. OLE color: 3610348.
HSL color Cylindrical-coordinate representation of color #EC1637: hue angle of 350.75º 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 #EC1637 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 55 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.07 |
| HSL | 350.75º | 0.85% | 0.51% | - |
| HSV(B) | 350.75º | 0.91% | 0.93% | - |
| XYZ | 35.57 | 18.68 | 5.35 | - |
| YUV | 89.75 | 108.4 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 55 | 0 | 0.91 | 0.77 | 0.07 | 350.75 | 0.85 | 0.51 |
| Hex | EC | 16 | 37 | 0 | 5B | 4D | 7 | 15F | 55 | 33 |
| Octal | 354 | 26 | 67 | 0 | 133 | 115 | 7 | 537 | 125 | 63 |
| Binary | 11101100 | 10110 | 110111 | 0 | 1011011 | 1001101 | 111 | 101011111 | 1010101 | 110011 |
Color Harmonies of #EC1637
Complementary color
Monochromatic Colors of #EC1637
Black with #EC1637
Text Example
Text Example
White with #EC1637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1637; }
p { color: rgb(236,22,55); }
H1.HeaderClassName
{
color: #EC1637;
}
.AnyTagClassName
{
color: #EC1637;
}
</style>
background-color css
<style>
a { background-color: #EC1637; }
a { background-color: rgb(236,22,55); }
div.DivClassName
{
background-color: #EC1637;
}
.BgClassName
{
background-color: #EC1637;
}
</style>
border-color css
<style>
span { border-color: #EC1637; }
span { border-color: rgb(236,22,55); }
td.TdClassName
{
border-color: #EC1637;
}
.TagClassName
{
border-color: #EC1637;
}
</style>