Shades of Crimson #EC1841
Tints of Crimson #EC1841
RGB
CMYK
RGB Variations
Color information
#EC1841 (or 0xEC1841) is known color: Crimson. HEX triplet: EC, 18 and 41. RGB value is (236,24,65). Sum of RGB (Red+Green+Blue) = 236+24+65=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1841 is #13E7BE. Grayscale: #5C5C5C. Windows color (decimal): -1304511 or 4266220. OLE color: 4266220.
HSL color Cylindrical-coordinate representation of color #EC1841: hue angle of 348.4º 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 #EC1841 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 65 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.07 |
| HSL | 348.4º | 0.85% | 0.51% | - |
| HSV(B) | 348.4º | 0.9% | 0.93% | - |
| XYZ | 35.87 | 18.87 | 6.75 | - |
| YUV | 92.06 | 112.74 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 65 | 0 | 0.90 | 0.72 | 0.07 | 348.4 | 0.85 | 0.51 |
| Hex | EC | 18 | 41 | 0 | 5A | 48 | 7 | 15C | 55 | 33 |
| Octal | 354 | 30 | 101 | 0 | 132 | 110 | 7 | 534 | 125 | 63 |
| Binary | 11101100 | 11000 | 1000001 | 0 | 1011010 | 1001000 | 111 | 101011100 | 1010101 | 110011 |
Color Harmonies of #EC1841
Complementary color
Monochromatic Colors of #EC1841
Black with #EC1841
Text Example
Text Example
White with #EC1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1841; }
p { color: rgb(236,24,65); }
H1.HeaderClassName
{
color: #EC1841;
}
.AnyTagClassName
{
color: #EC1841;
}
</style>
background-color css
<style>
a { background-color: #EC1841; }
a { background-color: rgb(236,24,65); }
div.DivClassName
{
background-color: #EC1841;
}
.BgClassName
{
background-color: #EC1841;
}
</style>
border-color css
<style>
span { border-color: #EC1841; }
span { border-color: rgb(236,24,65); }
td.TdClassName
{
border-color: #EC1841;
}
.TagClassName
{
border-color: #EC1841;
}
</style>