Shades of Crimson #EC1236
Tints of Crimson #EC1236
RGB
CMYK
RGB Variations
Color information
#EC1236 (or 0xEC1236) is known color: Crimson. HEX triplet: EC, 12 and 36. RGB value is (236,18,54). Sum of RGB (Red+Green+Blue) = 236+18+54=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1236 is #13EDC9. Grayscale: #575757. Windows color (decimal): -1306058 or 3543788. OLE color: 3543788.
HSL color Cylindrical-coordinate representation of color #EC1236: hue angle of 350.09º 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 #EC1236 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 54 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.07 |
| HSL | 350.09º | 0.86% | 0.5% | - |
| HSV(B) | 350.09º | 0.92% | 0.93% | - |
| XYZ | 35.47 | 18.53 | 5.2 | - |
| YUV | 87.29 | 109.22 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 54 | 0 | 0.92 | 0.77 | 0.07 | 350.09 | 0.86 | 0.5 |
| Hex | EC | 12 | 36 | 0 | 5C | 4D | 7 | 15E | 56 | 32 |
| Octal | 354 | 22 | 66 | 0 | 134 | 115 | 7 | 536 | 126 | 62 |
| Binary | 11101100 | 10010 | 110110 | 0 | 1011100 | 1001101 | 111 | 101011110 | 1010110 | 110010 |
Color Harmonies of #EC1236
Complementary color
Monochromatic Colors of #EC1236
Black with #EC1236
Text Example
Text Example
White with #EC1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1236; }
p { color: rgb(236,18,54); }
H1.HeaderClassName
{
color: #EC1236;
}
.AnyTagClassName
{
color: #EC1236;
}
</style>
background-color css
<style>
a { background-color: #EC1236; }
a { background-color: rgb(236,18,54); }
div.DivClassName
{
background-color: #EC1236;
}
.BgClassName
{
background-color: #EC1236;
}
</style>
border-color css
<style>
span { border-color: #EC1236; }
span { border-color: rgb(236,18,54); }
td.TdClassName
{
border-color: #EC1236;
}
.TagClassName
{
border-color: #EC1236;
}
</style>