Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
firebrick | B71929 | #B71929 | 183, 25, 41 | 71.76, 9.8, 16.08 | 0, 86.34, 77.6, 28.24 | 353.92405063291, 86.338797814208, 71.764705882353 |
Color #b71929 is firebrick. In RGB: 71.76, 9.8, 16.08. In CMYK: 0, 86.34, 77.6, 28.24.
div { background: #b71929; color: #000; }
div { background: #b71929; color: #fff; }
div { background: linear-gradient(to bottom, #980014 0%, #D63C3F 100%); color: #000; }
div { background: linear-gradient(to bottom, #D63C3F 0%, #980014 100%); color: #000; }
div { background: linear-gradient(to bottom, #980014 0%, #D63C3F 100%); color: #fff; }
div { background: linear-gradient(to bottom, #D63C3F 0%, #980014 100%); color: #fff; }
div { border: 1px solid #b71929; }
div { border: 5px solid #b71929; }
div { border: 1px dashed #b71929; }
div { border: 5px dashed #b71929; }
div { border: 1px dotted #b71929; }
div { border: 5px dotted #b71929; }