Shades of Crimson #EC1839
Tints of Crimson #EC1839
RGB
CMYK
RGB Variations
Color information
#EC1839 (or 0xEC1839) is known color: Crimson. HEX triplet: EC, 18 and 39. RGB value is (236,24,57). Sum of RGB (Red+Green+Blue) = 236+24+57=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1839 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1839 is #13E7C6. Grayscale: #5B5B5B. Windows color (decimal): -1304519 or 3741932. OLE color: 3741932.
HSL color Cylindrical-coordinate representation of color #EC1839: hue angle of 350.66º 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 #EC1839 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 57 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.07 |
| HSL | 350.66º | 0.85% | 0.51% | - |
| HSV(B) | 350.66º | 0.9% | 0.93% | - |
| XYZ | 35.66 | 18.78 | 5.62 | - |
| YUV | 91.15 | 108.74 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 57 | 0 | 0.90 | 0.76 | 0.07 | 350.66 | 0.85 | 0.51 |
| Hex | EC | 18 | 39 | 0 | 5A | 4C | 7 | 15F | 55 | 33 |
| Octal | 354 | 30 | 71 | 0 | 132 | 114 | 7 | 537 | 125 | 63 |
| Binary | 11101100 | 11000 | 111001 | 0 | 1011010 | 1001100 | 111 | 101011111 | 1010101 | 110011 |
Color Harmonies of #EC1839
Complementary color
Monochromatic Colors of #EC1839
Black with #EC1839
Text Example
Text Example
White with #EC1839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1839; }
p { color: rgb(236,24,57); }
H1.HeaderClassName
{
color: #EC1839;
}
.AnyTagClassName
{
color: #EC1839;
}
</style>
background-color css
<style>
a { background-color: #EC1839; }
a { background-color: rgb(236,24,57); }
div.DivClassName
{
background-color: #EC1839;
}
.BgClassName
{
background-color: #EC1839;
}
</style>
border-color css
<style>
span { border-color: #EC1839; }
span { border-color: rgb(236,24,57); }
td.TdClassName
{
border-color: #EC1839;
}
.TagClassName
{
border-color: #EC1839;
}
</style>