Shades of Crimson #EC1747
Tints of Crimson #EC1747
RGB
CMYK
RGB Variations
Color information
#EC1747 (or 0xEC1747) is known color: Crimson. HEX triplet: EC, 17 and 47. RGB value is (236,23,71). Sum of RGB (Red+Green+Blue) = 236+23+71=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1747 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1747 is #13E8B8. Grayscale: #5C5C5C. Windows color (decimal): -1304761 or 4659180. OLE color: 4659180.
HSL color Cylindrical-coordinate representation of color #EC1747: hue angle of 346.48º 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 #EC1747 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 71 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.07 |
| HSL | 346.48º | 0.85% | 0.51% | - |
| HSV(B) | 346.48º | 0.9% | 0.93% | - |
| XYZ | 36.04 | 18.9 | 7.71 | - |
| YUV | 92.16 | 116.07 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 71 | 0 | 0.90 | 0.70 | 0.07 | 346.48 | 0.85 | 0.51 |
| Hex | EC | 17 | 47 | 0 | 5A | 46 | 7 | 15A | 55 | 33 |
| Octal | 354 | 27 | 107 | 0 | 132 | 106 | 7 | 532 | 125 | 63 |
| Binary | 11101100 | 10111 | 1000111 | 0 | 1011010 | 1000110 | 111 | 101011010 | 1010101 | 110011 |
Color Harmonies of #EC1747
Complementary color
Monochromatic Colors of #EC1747
Black with #EC1747
Text Example
Text Example
White with #EC1747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1747; }
p { color: rgb(236,23,71); }
H1.HeaderClassName
{
color: #EC1747;
}
.AnyTagClassName
{
color: #EC1747;
}
</style>
background-color css
<style>
a { background-color: #EC1747; }
a { background-color: rgb(236,23,71); }
div.DivClassName
{
background-color: #EC1747;
}
.BgClassName
{
background-color: #EC1747;
}
</style>
border-color css
<style>
span { border-color: #EC1747; }
span { border-color: rgb(236,23,71); }
td.TdClassName
{
border-color: #EC1747;
}
.TagClassName
{
border-color: #EC1747;
}
</style>