Shades of Crimson #EC1537
Tints of Crimson #EC1537
RGB
CMYK
RGB Variations
Color information
#EC1537 (or 0xEC1537) is known color: Crimson. HEX triplet: EC, 15 and 37. RGB value is (236,21,55). Sum of RGB (Red+Green+Blue) = 236+21+55=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1537 is #13EAC8. Grayscale: #595959. Windows color (decimal): -1305289 or 3610092. OLE color: 3610092.
HSL color Cylindrical-coordinate representation of color #EC1537: hue angle of 350.51º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1537 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 55 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.07 |
| HSL | 350.51º | 0.85% | 0.5% | - |
| HSV(B) | 350.51º | 0.91% | 0.93% | - |
| XYZ | 35.55 | 18.65 | 5.34 | - |
| YUV | 89.16 | 108.73 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 55 | 0 | 0.91 | 0.77 | 0.07 | 350.51 | 0.85 | 0.5 |
| Hex | EC | 15 | 37 | 0 | 5B | 4D | 7 | 15F | 55 | 32 |
| Octal | 354 | 25 | 67 | 0 | 133 | 115 | 7 | 537 | 125 | 62 |
| Binary | 11101100 | 10101 | 110111 | 0 | 1011011 | 1001101 | 111 | 101011111 | 1010101 | 110010 |
Color Harmonies of #EC1537
Complementary color
Monochromatic Colors of #EC1537
Black with #EC1537
Text Example
Text Example
White with #EC1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1537; }
p { color: rgb(236,21,55); }
H1.HeaderClassName
{
color: #EC1537;
}
.AnyTagClassName
{
color: #EC1537;
}
</style>
background-color css
<style>
a { background-color: #EC1537; }
a { background-color: rgb(236,21,55); }
div.DivClassName
{
background-color: #EC1537;
}
.BgClassName
{
background-color: #EC1537;
}
</style>
border-color css
<style>
span { border-color: #EC1537; }
span { border-color: rgb(236,21,55); }
td.TdClassName
{
border-color: #EC1537;
}
.TagClassName
{
border-color: #EC1537;
}
</style>