Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Milano Red | BF250C | #BF250C | 191, 37, 12 | 74.9, 14.51, 4.71 | 0, 80.63, 93.72, 25.1 | 8.3798882681564, 93.717277486911, 74.901960784314 |
Color #bf250c is Milano Red. In RGB: 74.9, 14.51, 4.71. In CMYK: 0, 80.63, 93.72, 25.1.
div { background: #bf250c; color: #000; }
div { background: #bf250c; color: #fff; }
div { background: linear-gradient(to bottom, #9F0000 0%, #DF4525 100%); color: #000; }
div { background: linear-gradient(to bottom, #DF4525 0%, #9F0000 100%); color: #000; }
div { background: linear-gradient(to bottom, #9F0000 0%, #DF4525 100%); color: #fff; }
div { background: linear-gradient(to bottom, #DF4525 0%, #9F0000 100%); color: #fff; }
div { border: 1px solid #bf250c; }
div { border: 5px solid #bf250c; }
div { border: 1px dashed #bf250c; }
div { border: 5px dashed #bf250c; }
div { border: 1px dotted #bf250c; }
div { border: 5px dotted #bf250c; }