Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Scarlet | F4300C | #F4300C | 244, 48, 12 | 95.69, 18.82, 4.71 | 0, 80.33, 95.08, 4.31 | 9.3103448275862, 95.081967213115, 95.686274509804 |
Color #f4300c is Scarlet. In RGB: 95.69, 18.82, 4.71. In CMYK: 0, 80.33, 95.08, 4.31.
div { background: #f4300c; color: #000; }
div { background: #f4300c; color: #fff; }
div { background: linear-gradient(to bottom, #D30000 0%, #FF5229 100%); color: #000; }
div { background: linear-gradient(to bottom, #FF5229 0%, #D30000 100%); color: #000; }
div { background: linear-gradient(to bottom, #D30000 0%, #FF5229 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FF5229 0%, #D30000 100%); color: #fff; }
div { border: 1px solid #f4300c; }
div { border: 5px solid #f4300c; }
div { border: 1px dashed #f4300c; }
div { border: 5px dashed #f4300c; }
div { border: 1px dotted #f4300c; }
div { border: 5px dotted #f4300c; }