Shades of Crimson #EC1041
Tints of Crimson #EC1041
RGB
CMYK
RGB Variations
Color information
#EC1041 (or 0xEC1041) is known color: Crimson. HEX triplet: EC, 10 and 41. RGB value is (236,16,65). Sum of RGB (Red+Green+Blue) = 236+16+65=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1041 is #13EFBE. Grayscale: #575757. Windows color (decimal): -1306559 or 4264172. OLE color: 4264172.
HSL color Cylindrical-coordinate representation of color #EC1041: hue angle of 346.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1041 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 65 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.07 |
| HSL | 346.64º | 0.87% | 0.49% | - |
| HSV(B) | 346.64º | 0.93% | 0.93% | - |
| XYZ | 35.73 | 18.59 | 6.71 | - |
| YUV | 87.37 | 115.39 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 65 | 0 | 0.93 | 0.72 | 0.07 | 346.64 | 0.87 | 0.49 |
| Hex | EC | 10 | 41 | 0 | 5D | 48 | 7 | 15B | 57 | 31 |
| Octal | 354 | 20 | 101 | 0 | 135 | 110 | 7 | 533 | 127 | 61 |
| Binary | 11101100 | 10000 | 1000001 | 0 | 1011101 | 1001000 | 111 | 101011011 | 1010111 | 110001 |
Color Harmonies of #EC1041
Complementary color
Monochromatic Colors of #EC1041
Black with #EC1041
Text Example
Text Example
White with #EC1041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1041; }
p { color: rgb(236,16,65); }
H1.HeaderClassName
{
color: #EC1041;
}
.AnyTagClassName
{
color: #EC1041;
}
</style>
background-color css
<style>
a { background-color: #EC1041; }
a { background-color: rgb(236,16,65); }
div.DivClassName
{
background-color: #EC1041;
}
.BgClassName
{
background-color: #EC1041;
}
</style>
border-color css
<style>
span { border-color: #EC1041; }
span { border-color: rgb(236,16,65); }
td.TdClassName
{
border-color: #EC1041;
}
.TagClassName
{
border-color: #EC1041;
}
</style>