Shades of Crimson #EC0541
Tints of Crimson #EC0541
RGB
CMYK
RGB Variations
Color information
#EC0541 (or 0xEC0541) is known color: Crimson. HEX triplet: EC, 05 and 41. RGB value is (236,5,65). Sum of RGB (Red+Green+Blue) = 236+5+65=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0541 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0541 is #13FABE. Grayscale: #505050. Windows color (decimal): -1309375 or 4261356. OLE color: 4261356.
HSL color Cylindrical-coordinate representation of color #EC0541: hue angle of 344.42º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0541 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 65 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.07 |
| HSL | 344.42º | 0.96% | 0.47% | - |
| HSV(B) | 344.42º | 0.98% | 0.93% | - |
| XYZ | 35.6 | 18.32 | 6.66 | - |
| YUV | 80.91 | 119.03 | 238.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 65 | 0 | 0.98 | 0.72 | 0.07 | 344.42 | 0.96 | 0.47 |
| Hex | EC | 5 | 41 | 0 | 62 | 48 | 7 | 158 | 60 | 2F |
| Octal | 354 | 5 | 101 | 0 | 142 | 110 | 7 | 530 | 140 | 57 |
| Binary | 11101100 | 101 | 1000001 | 0 | 1100010 | 1001000 | 111 | 101011000 | 1100000 | 101111 |
Color Harmonies of #EC0541
Complementary color
Monochromatic Colors of #EC0541
Black with #EC0541
Text Example
Text Example
White with #EC0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0541; }
p { color: rgb(236,5,65); }
H1.HeaderClassName
{
color: #EC0541;
}
.AnyTagClassName
{
color: #EC0541;
}
</style>
background-color css
<style>
a { background-color: #EC0541; }
a { background-color: rgb(236,5,65); }
div.DivClassName
{
background-color: #EC0541;
}
.BgClassName
{
background-color: #EC0541;
}
</style>
border-color css
<style>
span { border-color: #EC0541; }
span { border-color: rgb(236,5,65); }
td.TdClassName
{
border-color: #EC0541;
}
.TagClassName
{
border-color: #EC0541;
}
</style>