Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
crimson | CE0E2E | #CE0E2E | 206, 14, 46 | 80.78, 5.49, 18.04 | 0, 93.2, 77.67, 19.22 | 350, 93.203883495146, 80.78431372549 |
Color #ce0e2e is crimson. In RGB: 80.78, 5.49, 18.04. In CMYK: 0, 93.2, 77.67, 19.22.
div { background: #ce0e2e; color: #000; }
div { background: #ce0e2e; color: #fff; }
div { background: linear-gradient(to bottom, #AE0019 0%, #EE3A44 100%); color: #000; }
div { background: linear-gradient(to bottom, #EE3A44 0%, #AE0019 100%); color: #000; }
div { background: linear-gradient(to bottom, #AE0019 0%, #EE3A44 100%); color: #fff; }
div { background: linear-gradient(to bottom, #EE3A44 0%, #AE0019 100%); color: #fff; }
div { border: 1px solid #ce0e2e; }
div { border: 5px solid #ce0e2e; }
div { border: 1px dashed #ce0e2e; }
div { border: 5px dashed #ce0e2e; }
div { border: 1px dotted #ce0e2e; }
div { border: 5px dotted #ce0e2e; }