Shades of Crimson #EC1737
Tints of Crimson #EC1737
RGB
CMYK
RGB Variations
Color information
#EC1737 (or 0xEC1737) is known color: Crimson. HEX triplet: EC, 17 and 37. RGB value is (236,23,55). Sum of RGB (Red+Green+Blue) = 236+23+55=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1737 is #13E8C8. Grayscale: #5A5A5A. Windows color (decimal): -1304777 or 3610604. OLE color: 3610604.
HSL color Cylindrical-coordinate representation of color #EC1737: hue angle of 350.99º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1737 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 55 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.07 |
| HSL | 350.99º | 0.85% | 0.51% | - |
| HSV(B) | 350.99º | 0.9% | 0.93% | - |
| XYZ | 35.59 | 18.72 | 5.35 | - |
| YUV | 90.34 | 108.07 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 55 | 0 | 0.90 | 0.77 | 0.07 | 350.99 | 0.85 | 0.51 |
| Hex | EC | 17 | 37 | 0 | 5A | 4D | 7 | 15F | 55 | 33 |
| Octal | 354 | 27 | 67 | 0 | 132 | 115 | 7 | 537 | 125 | 63 |
| Binary | 11101100 | 10111 | 110111 | 0 | 1011010 | 1001101 | 111 | 101011111 | 1010101 | 110011 |
Color Harmonies of #EC1737
Complementary color
Monochromatic Colors of #EC1737
Black with #EC1737
Text Example
Text Example
White with #EC1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1737; }
p { color: rgb(236,23,55); }
H1.HeaderClassName
{
color: #EC1737;
}
.AnyTagClassName
{
color: #EC1737;
}
</style>
background-color css
<style>
a { background-color: #EC1737; }
a { background-color: rgb(236,23,55); }
div.DivClassName
{
background-color: #EC1737;
}
.BgClassName
{
background-color: #EC1737;
}
</style>
border-color css
<style>
span { border-color: #EC1737; }
span { border-color: rgb(236,23,55); }
td.TdClassName
{
border-color: #EC1737;
}
.TagClassName
{
border-color: #EC1737;
}
</style>