Shades of Dark Coral #CF593D
Tints of Dark Coral #CF593D
RGB
CMYK
RGB Variations
Color information
#CF593D (or 0xCF593D) is known color: Dark Coral. HEX triplet: CF, 59 and 3D. RGB value is (207,89,61). Sum of RGB (Red+Green+Blue) = 207+89+61=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF593D is #30A6C2. Grayscale: #797979. Windows color (decimal): -3188419 or 4020687. OLE color: 4020687.
HSL color Cylindrical-coordinate representation of color #CF593D: hue angle of 11.51º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF593D is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 61 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.19 |
| HSL | 11.51º | 0.6% | 0.53% | - |
| HSV(B) | 11.51º | 0.71% | 0.81% | - |
| XYZ | 30.15 | 20.75 | 6.83 | - |
| YUV | 121.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 61 | 0 | 0.57 | 0.71 | 0.19 | 11.51 | 0.6 | 0.53 |
| Hex | CF | 59 | 3D | 0 | 39 | 47 | 13 | C | 3C | 35 |
| Octal | 317 | 131 | 75 | 0 | 71 | 107 | 23 | 14 | 74 | 65 |
| Binary | 11001111 | 1011001 | 111101 | 0 | 111001 | 1000111 | 10011 | 1100 | 111100 | 110101 |
Color Harmonies of #CF593D
Complementary color
Monochromatic Colors of #CF593D
Black with #CF593D
Text Example
Text Example
White with #CF593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF593D; }
p { color: rgb(207,89,61); }
H1.HeaderClassName
{
color: #CF593D;
}
.AnyTagClassName
{
color: #CF593D;
}
</style>
background-color css
<style>
a { background-color: #CF593D; }
a { background-color: rgb(207,89,61); }
div.DivClassName
{
background-color: #CF593D;
}
.BgClassName
{
background-color: #CF593D;
}
</style>
border-color css
<style>
span { border-color: #CF593D; }
span { border-color: rgb(207,89,61); }
td.TdClassName
{
border-color: #CF593D;
}
.TagClassName
{
border-color: #CF593D;
}
</style>