Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Coral Red | F12C33 | #F12C33 | 241, 44, 51 | 94.51, 17.25, 20 | 0, 81.74, 78.84, 5.49 | 357.86802030457, 81.742738589212, 94.509803921569 |
Color #f12c33 is Coral Red. In RGB: 94.51, 17.25, 20. In CMYK: 0, 81.74, 78.84, 5.49.
div { background: #f12c33; color: #000; }
div { background: #f12c33; color: #fff; }
div { background: linear-gradient(to bottom, #D0001D 0%, #FF4F4A 100%); color: #000; }
div { background: linear-gradient(to bottom, #FF4F4A 0%, #D0001D 100%); color: #000; }
div { background: linear-gradient(to bottom, #D0001D 0%, #FF4F4A 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FF4F4A 0%, #D0001D 100%); color: #fff; }
div { border: 1px solid #f12c33; }
div { border: 5px solid #f12c33; }
div { border: 1px dashed #f12c33; }
div { border: 5px dashed #f12c33; }
div { border: 1px dotted #f12c33; }
div { border: 5px dotted #f12c33; }