Shades of Crimson #EC1241
Tints of Crimson #EC1241
RGB
CMYK
RGB Variations
Color information
#EC1241 (or 0xEC1241) is known color: Crimson. HEX triplet: EC, 12 and 41. RGB value is (236,18,65). Sum of RGB (Red+Green+Blue) = 236+18+65=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1241 is #13EDBE. Grayscale: #585858. Windows color (decimal): -1306047 or 4264684. OLE color: 4264684.
HSL color Cylindrical-coordinate representation of color #EC1241: hue angle of 347.06º 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 #EC1241 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 65 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.07 |
| HSL | 347.06º | 0.86% | 0.5% | - |
| HSV(B) | 347.06º | 0.92% | 0.93% | - |
| XYZ | 35.76 | 18.65 | 6.72 | - |
| YUV | 88.54 | 114.72 | 233.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 65 | 0 | 0.92 | 0.72 | 0.07 | 347.06 | 0.86 | 0.5 |
| Hex | EC | 12 | 41 | 0 | 5C | 48 | 7 | 15B | 56 | 32 |
| Octal | 354 | 22 | 101 | 0 | 134 | 110 | 7 | 533 | 126 | 62 |
| Binary | 11101100 | 10010 | 1000001 | 0 | 1011100 | 1001000 | 111 | 101011011 | 1010110 | 110010 |
Color Harmonies of #EC1241
Complementary color
Monochromatic Colors of #EC1241
Black with #EC1241
Text Example
Text Example
White with #EC1241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1241; }
p { color: rgb(236,18,65); }
H1.HeaderClassName
{
color: #EC1241;
}
.AnyTagClassName
{
color: #EC1241;
}
</style>
background-color css
<style>
a { background-color: #EC1241; }
a { background-color: rgb(236,18,65); }
div.DivClassName
{
background-color: #EC1241;
}
.BgClassName
{
background-color: #EC1241;
}
</style>
border-color css
<style>
span { border-color: #EC1241; }
span { border-color: rgb(236,18,65); }
td.TdClassName
{
border-color: #EC1241;
}
.TagClassName
{
border-color: #EC1241;
}
</style>