Shades of Crimson #EC1137
Tints of Crimson #EC1137
RGB
CMYK
RGB Variations
Color information
#EC1137 (or 0xEC1137) is known color: Crimson. HEX triplet: EC, 11 and 37. RGB value is (236,17,55). Sum of RGB (Red+Green+Blue) = 236+17+55=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1137 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1137 is #13EEC8. Grayscale: #565656. Windows color (decimal): -1306313 or 3609068. OLE color: 3609068.
HSL color Cylindrical-coordinate representation of color #EC1137: hue angle of 349.59º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1137 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 55 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.07 |
| HSL | 349.59º | 0.87% | 0.5% | - |
| HSV(B) | 349.59º | 0.93% | 0.93% | - |
| XYZ | 35.48 | 18.51 | 5.32 | - |
| YUV | 86.81 | 110.05 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 55 | 0 | 0.93 | 0.77 | 0.07 | 349.59 | 0.87 | 0.5 |
| Hex | EC | 11 | 37 | 0 | 5D | 4D | 7 | 15E | 57 | 32 |
| Octal | 354 | 21 | 67 | 0 | 135 | 115 | 7 | 536 | 127 | 62 |
| Binary | 11101100 | 10001 | 110111 | 0 | 1011101 | 1001101 | 111 | 101011110 | 1010111 | 110010 |
Color Harmonies of #EC1137
Complementary color
Monochromatic Colors of #EC1137
Black with #EC1137
Text Example
Text Example
White with #EC1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1137; }
p { color: rgb(236,17,55); }
H1.HeaderClassName
{
color: #EC1137;
}
.AnyTagClassName
{
color: #EC1137;
}
</style>
background-color css
<style>
a { background-color: #EC1137; }
a { background-color: rgb(236,17,55); }
div.DivClassName
{
background-color: #EC1137;
}
.BgClassName
{
background-color: #EC1137;
}
</style>
border-color css
<style>
span { border-color: #EC1137; }
span { border-color: rgb(236,17,55); }
td.TdClassName
{
border-color: #EC1137;
}
.TagClassName
{
border-color: #EC1137;
}
</style>