Shades of Crimson #EC1748
Tints of Crimson #EC1748
RGB
CMYK
RGB Variations
Color information
#EC1748 (or 0xEC1748) is known color: Crimson. HEX triplet: EC, 17 and 48. RGB value is (236,23,72). Sum of RGB (Red+Green+Blue) = 236+23+72=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1748 is #13E8B7. Grayscale: #5C5C5C. Windows color (decimal): -1304760 or 4724716. OLE color: 4724716.
HSL color Cylindrical-coordinate representation of color #EC1748: hue angle of 346.2º 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 #EC1748 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 72 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.07 |
| HSL | 346.2º | 0.85% | 0.51% | - |
| HSV(B) | 346.2º | 0.9% | 0.93% | - |
| XYZ | 36.07 | 18.91 | 7.88 | - |
| YUV | 92.27 | 116.57 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 72 | 0 | 0.90 | 0.69 | 0.07 | 346.2 | 0.85 | 0.51 |
| Hex | EC | 17 | 48 | 0 | 5A | 45 | 7 | 15A | 55 | 33 |
| Octal | 354 | 27 | 110 | 0 | 132 | 105 | 7 | 532 | 125 | 63 |
| Binary | 11101100 | 10111 | 1001000 | 0 | 1011010 | 1000101 | 111 | 101011010 | 1010101 | 110011 |
Color Harmonies of #EC1748
Complementary color
Monochromatic Colors of #EC1748
Black with #EC1748
Text Example
Text Example
White with #EC1748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1748; }
p { color: rgb(236,23,72); }
H1.HeaderClassName
{
color: #EC1748;
}
.AnyTagClassName
{
color: #EC1748;
}
</style>
background-color css
<style>
a { background-color: #EC1748; }
a { background-color: rgb(236,23,72); }
div.DivClassName
{
background-color: #EC1748;
}
.BgClassName
{
background-color: #EC1748;
}
</style>
border-color css
<style>
span { border-color: #EC1748; }
span { border-color: rgb(236,23,72); }
td.TdClassName
{
border-color: #EC1748;
}
.TagClassName
{
border-color: #EC1748;
}
</style>