Shades of Crimson #EC0C47
Tints of Crimson #EC0C47
RGB
CMYK
RGB Variations
Color information
#EC0C47 (or 0xEC0C47) is known color: Crimson. HEX triplet: EC, 0C and 47. RGB value is (236,12,71). Sum of RGB (Red+Green+Blue) = 236+12+71=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0C47 is #13F3B8. Grayscale: #555555. Windows color (decimal): -1307577 or 4656364. OLE color: 4656364.
HSL color Cylindrical-coordinate representation of color #EC0C47: hue angle of 344.2º 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 #EC0C47 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 71 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.07 |
| HSL | 344.2º | 0.9% | 0.49% | - |
| HSV(B) | 344.2º | 0.95% | 0.93% | - |
| XYZ | 35.86 | 18.55 | 7.65 | - |
| YUV | 85.7 | 119.71 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 71 | 0 | 0.95 | 0.70 | 0.07 | 344.2 | 0.9 | 0.49 |
| Hex | EC | C | 47 | 0 | 5F | 46 | 7 | 158 | 5A | 31 |
| Octal | 354 | 14 | 107 | 0 | 137 | 106 | 7 | 530 | 132 | 61 |
| Binary | 11101100 | 1100 | 1000111 | 0 | 1011111 | 1000110 | 111 | 101011000 | 1011010 | 110001 |
Color Harmonies of #EC0C47
Complementary color
Monochromatic Colors of #EC0C47
Black with #EC0C47
Text Example
Text Example
White with #EC0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C47; }
p { color: rgb(236,12,71); }
H1.HeaderClassName
{
color: #EC0C47;
}
.AnyTagClassName
{
color: #EC0C47;
}
</style>
background-color css
<style>
a { background-color: #EC0C47; }
a { background-color: rgb(236,12,71); }
div.DivClassName
{
background-color: #EC0C47;
}
.BgClassName
{
background-color: #EC0C47;
}
</style>
border-color css
<style>
span { border-color: #EC0C47; }
span { border-color: rgb(236,12,71); }
td.TdClassName
{
border-color: #EC0C47;
}
.TagClassName
{
border-color: #EC0C47;
}
</style>