UNHCR color red.

red provides the preferred color of unhcr_pal_red (as an atomic HEX character value) and is defined as unhcr_pal_red[[5]].

See https://media.unhcr.org/archive/Data-visualisation-colour-palette-2CZ7A2HOVFP9.html for details.

unhcr_red

Format

An object of class character of length 1.

See also

unhcr_pal_red for the corresponding color palette; unhcr_pal for the UNHCR default color palette with all 5 colors of unhcr_pal_blue; unhcr_pal_primary for a UNHCR color palette with primary colors; seecol to show color palettes; usecol to use color palettes.

Other preferred colors: unhcr_black, unhcr_blue, unhcr_darkblue, unhcr_green, unhcr_grey, unhcr_white, unhcr_yellow

Examples

{ unhcr_red # HEX character "#EF4A60" (as value) all.equal(unhcr_red, unhcr_pal_red[[5]]) # TRUE (same HEX values) seecol(unhcr_red) # view color and details }