Shades of Crimson #EC1448
Tints of Crimson #EC1448
RGB
CMYK
RGB Variations
Color information
#EC1448 (or 0xEC1448) is known color: Crimson. HEX triplet: EC, 14 and 48. RGB value is (236,20,72). Sum of RGB (Red+Green+Blue) = 236+20+72=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1448 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1448 is #13EBB7. Grayscale: #5A5A5A. Windows color (decimal): -1305528 or 4723948. OLE color: 4723948.
HSL color Cylindrical-coordinate representation of color #EC1448: hue angle of 345.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1448 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 72 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.07 |
| HSL | 345.56º | 0.85% | 0.5% | - |
| HSV(B) | 345.56º | 0.92% | 0.93% | - |
| XYZ | 36.01 | 18.8 | 7.86 | - |
| YUV | 90.51 | 117.56 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 72 | 0 | 0.92 | 0.69 | 0.07 | 345.56 | 0.85 | 0.5 |
| Hex | EC | 14 | 48 | 0 | 5C | 45 | 7 | 15A | 55 | 32 |
| Octal | 354 | 24 | 110 | 0 | 134 | 105 | 7 | 532 | 125 | 62 |
| Binary | 11101100 | 10100 | 1001000 | 0 | 1011100 | 1000101 | 111 | 101011010 | 1010101 | 110010 |
Color Harmonies of #EC1448
Complementary color
Monochromatic Colors of #EC1448
Black with #EC1448
Text Example
Text Example
White with #EC1448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1448; }
p { color: rgb(236,20,72); }
H1.HeaderClassName
{
color: #EC1448;
}
.AnyTagClassName
{
color: #EC1448;
}
</style>
background-color css
<style>
a { background-color: #EC1448; }
a { background-color: rgb(236,20,72); }
div.DivClassName
{
background-color: #EC1448;
}
.BgClassName
{
background-color: #EC1448;
}
</style>
border-color css
<style>
span { border-color: #EC1448; }
span { border-color: rgb(236,20,72); }
td.TdClassName
{
border-color: #EC1448;
}
.TagClassName
{
border-color: #EC1448;
}
</style>