Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Pomegranate | FC4C1C | #FC4C1C | 252, 76, 28 | 98.82, 29.8, 10.98 | 0, 69.84, 88.89, 1.18 | 12.857142857143, 88.888888888889, 98.823529411765 |
Color #fc4c1c is Pomegranate. In RGB: 98.82, 29.8, 10.98. In CMYK: 0, 69.84, 88.89, 1.18.
div { background: #fc4c1c; color: #000; }
div { background: #fc4c1c; color: #fff; }
div { background: linear-gradient(to bottom, #DB2B00 0%, #FF6936 100%); color: #000; }
div { background: linear-gradient(to bottom, #FF6936 0%, #DB2B00 100%); color: #000; }
div { background: linear-gradient(to bottom, #DB2B00 0%, #FF6936 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FF6936 0%, #DB2B00 100%); color: #fff; }
div { border: 1px solid #fc4c1c; }
div { border: 5px solid #fc4c1c; }
div { border: 1px dashed #fc4c1c; }
div { border: 5px dashed #fc4c1c; }
div { border: 1px dotted #fc4c1c; }
div { border: 5px dotted #fc4c1c; }