What is the RGB code for dark coral?
The CSS color dark coral in RGB format is rgb(207, 82, 78). Use this value directly in CSS, SVG, and most design tools.
How do I use dark coral in CSS?
To apply dark coral in CSS:
- Text color: color: rgb(207, 82, 78);
- Background: background-color: rgb(207, 82, 78);
- Border: border-color: rgb(207, 82, 78);
What are all the color format values for dark coral?
| Format | Value |
|---|---|
| HEX | #cf524e |
| RGB | rgb(207, 82, 78) |
| HSL | hsl(1.9, 57.3%, 55.9%) |
| CMYK | cmyk(0%, 60.4%, 62.3%, 18.8%) |
How do I convert dark coral to RGB?
Select dark coral from the color name list in our color converter. The RGB value — rgb(207, 82, 78) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark coral belong to?
dark coral belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 1.9°, saturation 57.3%, lightness 55.9%.
How do I create lighter and darker shades of dark coral?
Lighter variant (lightness 70.9%): #df8d8a. Darker variant (lightness 40.9%): #a4302d. 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.