What is the HEX code for dark coral?
The CSS color dark coral in HEX format is #cf524e. 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: #cf524e;
- Background: background-color: #cf524e;
- Border: border-color: #cf524e;
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 HEX?
Select dark coral from the color name list in our color converter. The HEX value — #cf524e — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.