Shades of Crimson #EC0C40
Tints of Crimson #EC0C40
RGB
CMYK
RGB Variations
Color information
#EC0C40 (or 0xEC0C40) is known color: Crimson. HEX triplet: EC, 0C and 40. RGB value is (236,12,64). Sum of RGB (Red+Green+Blue) = 236+12+64=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0C40 is #13F3BF. Grayscale: #545454. Windows color (decimal): -1307584 or 4197612. OLE color: 4197612.
HSL color Cylindrical-coordinate representation of color #EC0C40: hue angle of 346.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C40 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 64 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.07 |
| HSL | 346.07º | 0.9% | 0.49% | - |
| HSV(B) | 346.07º | 0.95% | 0.93% | - |
| XYZ | 35.65 | 18.47 | 6.54 | - |
| YUV | 84.9 | 116.21 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 64 | 0 | 0.95 | 0.73 | 0.07 | 346.07 | 0.9 | 0.49 |
| Hex | EC | C | 40 | 0 | 5F | 49 | 7 | 15A | 5A | 31 |
| Octal | 354 | 14 | 100 | 0 | 137 | 111 | 7 | 532 | 132 | 61 |
| Binary | 11101100 | 1100 | 1000000 | 0 | 1011111 | 1001001 | 111 | 101011010 | 1011010 | 110001 |
Color Harmonies of #EC0C40
Complementary color
Monochromatic Colors of #EC0C40
Black with #EC0C40
Text Example
Text Example
White with #EC0C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C40; }
p { color: rgb(236,12,64); }
H1.HeaderClassName
{
color: #EC0C40;
}
.AnyTagClassName
{
color: #EC0C40;
}
</style>
background-color css
<style>
a { background-color: #EC0C40; }
a { background-color: rgb(236,12,64); }
div.DivClassName
{
background-color: #EC0C40;
}
.BgClassName
{
background-color: #EC0C40;
}
</style>
border-color css
<style>
span { border-color: #EC0C40; }
span { border-color: rgb(236,12,64); }
td.TdClassName
{
border-color: #EC0C40;
}
.TagClassName
{
border-color: #EC0C40;
}
</style>