Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Guardsman Red | C31802 | #C31802 | 195, 24, 2 | 76.47, 9.41, 0.78 | 0, 87.69, 98.97, 23.53 | 6.839378238342, 98.974358974359, 76.470588235294 |
Color #c31802 is Guardsman Red. In RGB: 76.47, 9.41, 0.78. In CMYK: 0, 87.69, 98.97, 23.53.
div { background: #c31802; color: #000; }
div { background: #c31802; color: #fff; }
div { background: linear-gradient(to bottom, #A30000 0%, #E43D1E 100%); color: #000; }
div { background: linear-gradient(to bottom, #E43D1E 0%, #A30000 100%); color: #000; }
div { background: linear-gradient(to bottom, #A30000 0%, #E43D1E 100%); color: #fff; }
div { background: linear-gradient(to bottom, #E43D1E 0%, #A30000 100%); color: #fff; }
div { border: 1px solid #c31802; }
div { border: 5px solid #c31802; }
div { border: 1px dashed #c31802; }
div { border: 5px dashed #c31802; }
div { border: 1px dotted #c31802; }
div { border: 5px dotted #c31802; }