Colors

The Colors of the text elements on Lists and Certificates can be adjusted. By default all texts are shown in RGB-black.

RACE RESULT 12 supports RGB colors as well as CMYK colors.

The colors of the columns in a list can be edited in the Extended Column Settings. You can use the following formats:

In Certificates, both RGB and CYMK colors can be set via the tool bar at the top of the screen.

With the help of Dynamic Formatting, fields can be formatted differently for each data record.

The following website is useful for picking colours and can convert between HTML, RGB and CMYK: https://html-color-codes.info/

CMYK Colors

CMYK is a color space for defining colors in the print area. In four-color print (4C), all colors are put together out of the components cyan (C), magenta (M), yellow (Y) and black (K). A CMYK color code has four values between 0 and 100 which describe the intensity of the primary color. 0 means that nothing of that color is used, whereas 100 means that the color is used to maximum strength.

RGB colors

RGB is a color space for screen colors. The colors on your monitor are put together by the components R=red, G=green and B=blue. An RGB color value consists of three values between 0 and 255 which are often specified as hexadecimals between 00 and FF. The higher the value, the stronger the color - white has the value #FFFFFF or (255,255,255) and black has the value #000000 (0,0,0).