Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Maroon Flush | B3223F | #B3223F | 179, 34, 63 | 70.2, 13.33, 24.71 | 0, 81.01, 64.8, 29.8 | 348, 81.005586592179, 70.196078431373 |
Color #b3223f is Maroon Flush. In RGB: 70.2, 13.33, 24.71. In CMYK: 0, 81.01, 64.8, 29.8.
div { background: #b3223f; color: #000; }
div { background: #b3223f; color: #fff; }
div { background: linear-gradient(to bottom, #950029 0%, #D24256 100%); color: #000; }
div { background: linear-gradient(to bottom, #D24256 0%, #950029 100%); color: #000; }
div { background: linear-gradient(to bottom, #950029 0%, #D24256 100%); color: #fff; }
div { background: linear-gradient(to bottom, #D24256 0%, #950029 100%); color: #fff; }
div { border: 1px solid #b3223f; }
div { border: 5px solid #b3223f; }
div { border: 1px dashed #b3223f; }
div { border: 5px dashed #b3223f; }
div { border: 1px dotted #b3223f; }
div { border: 5px dotted #b3223f; }