Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Red Ribbon | E30E39 | #E30E39 | 227, 14, 57 | 89.02, 5.49, 22.35 | 0, 93.83, 74.89, 10.98 | 347.88732394366, 93.832599118943, 89.019607843137 |
Color #e30e39 is Red Ribbon. In RGB: 89.02, 5.49, 22.35. In CMYK: 0, 93.83, 74.89, 10.98.
div { background: #e30e39; color: #000; }
div { background: #e30e39; color: #fff; }
div { background: linear-gradient(to bottom, #C30023 0%, #FF3E50 100%); color: #000; }
div { background: linear-gradient(to bottom, #FF3E50 0%, #C30023 100%); color: #000; }
div { background: linear-gradient(to bottom, #C30023 0%, #FF3E50 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FF3E50 0%, #C30023 100%); color: #fff; }
div { border: 1px solid #e30e39; }
div { border: 5px solid #e30e39; }
div { border: 1px dashed #e30e39; }
div { border: 5px dashed #e30e39; }
div { border: 1px dotted #e30e39; }
div { border: 5px dotted #e30e39; }