UNHCR red color palette. RED: CMYK 0 87 52 0 / RGB 239 74 96 / HEX #EF4A60

pal_red provides an additional UNHCR color palette as a data frame containing 6 colors (shades of unhcr_red).

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

unhcr_pal_red

Format

An object of class data.frame with 1 rows and 6 columns.

See also

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 color palettes: unhcr_pal_blue, unhcr_pal_darkblue, unhcr_pal_graphic, unhcr_pal_green, unhcr_pal_grey, unhcr_pal_primary, unhcr_pal_yellow, unhcr_pal

Examples

{ unhcr_pal_red dim(unhcr_pal_red) # 1 6 unhcr_pal_red[5] # preferred (named) color "red5" unhcr_pal_red[[5]] # preferred color "red5" OR "#EF4A60" # Plotting palette: seecol(unhcr_pal_red) }