Shades of Crimson #EC1237
Tints of Crimson #EC1237
RGB
CMYK
RGB Variations
Color information
#EC1237 (or 0xEC1237) is known color: Crimson. HEX triplet: EC, 12 and 37. RGB value is (236,18,55). Sum of RGB (Red+Green+Blue) = 236+18+55=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1237 is #13EDC8. Grayscale: #575757. Windows color (decimal): -1306057 or 3609324. OLE color: 3609324.
HSL color Cylindrical-coordinate representation of color #EC1237: hue angle of 349.82º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1237 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 55 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.07 |
| HSL | 349.82º | 0.86% | 0.5% | - |
| HSV(B) | 349.82º | 0.92% | 0.93% | - |
| XYZ | 35.5 | 18.54 | 5.32 | - |
| YUV | 87.4 | 109.72 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 55 | 0 | 0.92 | 0.77 | 0.07 | 349.82 | 0.86 | 0.5 |
| Hex | EC | 12 | 37 | 0 | 5C | 4D | 7 | 15E | 56 | 32 |
| Octal | 354 | 22 | 67 | 0 | 134 | 115 | 7 | 536 | 126 | 62 |
| Binary | 11101100 | 10010 | 110111 | 0 | 1011100 | 1001101 | 111 | 101011110 | 1010110 | 110010 |
Color Harmonies of #EC1237
Complementary color
Monochromatic Colors of #EC1237
Black with #EC1237
Text Example
Text Example
White with #EC1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1237; }
p { color: rgb(236,18,55); }
H1.HeaderClassName
{
color: #EC1237;
}
.AnyTagClassName
{
color: #EC1237;
}
</style>
background-color css
<style>
a { background-color: #EC1237; }
a { background-color: rgb(236,18,55); }
div.DivClassName
{
background-color: #EC1237;
}
.BgClassName
{
background-color: #EC1237;
}
</style>
border-color css
<style>
span { border-color: #EC1237; }
span { border-color: rgb(236,18,55); }
td.TdClassName
{
border-color: #EC1237;
}
.TagClassName
{
border-color: #EC1237;
}
</style>