Shades of Dark Coral #CF583D
Tints of Dark Coral #CF583D
RGB
CMYK
RGB Variations
Color information
#CF583D (or 0xCF583D) is known color: Dark Coral. HEX triplet: CF, 58 and 3D. RGB value is (207,88,61). Sum of RGB (Red+Green+Blue) = 207+88+61=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF583D is #30A7C2. Grayscale: #787878. Windows color (decimal): -3188675 or 4020431. OLE color: 4020431.
HSL color Cylindrical-coordinate representation of color #CF583D: hue angle of 11.1º 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 #CF583D is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 61 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.19 |
| HSL | 11.1º | 0.6% | 0.53% | - |
| HSV(B) | 11.1º | 0.71% | 0.81% | - |
| XYZ | 30.06 | 20.58 | 6.8 | - |
| YUV | 120.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 61 | 0 | 0.57 | 0.71 | 0.19 | 11.1 | 0.6 | 0.53 |
| Hex | CF | 58 | 3D | 0 | 39 | 47 | 13 | B | 3C | 35 |
| Octal | 317 | 130 | 75 | 0 | 71 | 107 | 23 | 13 | 74 | 65 |
| Binary | 11001111 | 1011000 | 111101 | 0 | 111001 | 1000111 | 10011 | 1011 | 111100 | 110101 |
Color Harmonies of #CF583D
Complementary color
Monochromatic Colors of #CF583D
Black with #CF583D
Text Example
Text Example
White with #CF583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF583D; }
p { color: rgb(207,88,61); }
H1.HeaderClassName
{
color: #CF583D;
}
.AnyTagClassName
{
color: #CF583D;
}
</style>
background-color css
<style>
a { background-color: #CF583D; }
a { background-color: rgb(207,88,61); }
div.DivClassName
{
background-color: #CF583D;
}
.BgClassName
{
background-color: #CF583D;
}
</style>
border-color css
<style>
span { border-color: #CF583D; }
span { border-color: rgb(207,88,61); }
td.TdClassName
{
border-color: #CF583D;
}
.TagClassName
{
border-color: #CF583D;
}
</style>