1. Convert a CMYK print red
Graphic designerBackground
A designer has a print red defined in CMYK and needs matching values for a digital design brief.
Problem
The CMYK value must be translated into common web color formats.
How to use
Enter `cmyk(0%, 100%, 100%, 0%)`, select CMYK as the input format, and leave precision at 0.
Input format: CMYK; Precision: 0Outcome
The tool returns `#FF0000`, `rgb(255, 0, 0)`, `hsl(0, 100%, 50%)`, and `cmyk(0%, 100%, 100%, 0%)`.