Cherry to RGB — Color Code

RGB

rgb(207, 2, 52)

Format Value
HEX #cf0234
RGB rgb(207, 2, 52)
HSL hsl(345.4, 98.1%, 41%)
CMYK cmyk(0%, 99%, 74.9%, 18.8%)

What is the RGB code for cherry?

The CSS color cherry in RGB format is rgb(207, 2, 52). Use this value directly in CSS, SVG, and most design tools.

How do I use cherry in CSS?

To apply cherry in CSS:

  • Text color: color: rgb(207, 2, 52);
  • Background: background-color: rgb(207, 2, 52);
  • Border: border-color: rgb(207, 2, 52);

What are all the color format values for cherry?

FormatValue
HEX#cf0234
RGBrgb(207, 2, 52)
HSLhsl(345.4, 98.1%, 41%)
CMYKcmyk(0%, 99%, 74.9%, 18.8%)

How do I convert cherry to RGB?

Select cherry from the color name list in our color converter. The RGB value — rgb(207, 2, 52) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does cherry belong to?

cherry belongs to the red color family. It is a medium, vivid color with HSL values: hue 345.4°, saturation 98.1%, lightness 41%.

How do I create lighter and darker shades of cherry?

Lighter variant (lightness 56%): #fd2156. Darker variant (lightness 26%): #830121. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.