Shades of Dark Coral #CF583E
Tints of Dark Coral #CF583E
RGB
CMYK
RGB Variations
Color information
#CF583E (or 0xCF583E) is known color: Dark Coral. HEX triplet: CF, 58 and 3E. RGB value is (207,88,62). Sum of RGB (Red+Green+Blue) = 207+88+62=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF583E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF583E is #30A7C1. Grayscale: #787878. Windows color (decimal): -3188674 or 4085967. OLE color: 4085967.
HSL color Cylindrical-coordinate representation of color #CF583E: hue angle of 10.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF583E is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 62 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.19 |
| HSL | 10.76º | 0.6% | 0.53% | - |
| HSV(B) | 10.76º | 0.7% | 0.81% | - |
| XYZ | 30.09 | 20.59 | 6.95 | - |
| YUV | 120.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 62 | 0 | 0.57 | 0.70 | 0.19 | 10.76 | 0.6 | 0.53 |
| Hex | CF | 58 | 3E | 0 | 39 | 46 | 13 | B | 3C | 35 |
| Octal | 317 | 130 | 76 | 0 | 71 | 106 | 23 | 13 | 74 | 65 |
| Binary | 11001111 | 1011000 | 111110 | 0 | 111001 | 1000110 | 10011 | 1011 | 111100 | 110101 |
Color Harmonies of #CF583E
Complementary color
Monochromatic Colors of #CF583E
Black with #CF583E
Text Example
Text Example
White with #CF583E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF583E; }
p { color: rgb(207,88,62); }
H1.HeaderClassName
{
color: #CF583E;
}
.AnyTagClassName
{
color: #CF583E;
}
</style>
background-color css
<style>
a { background-color: #CF583E; }
a { background-color: rgb(207,88,62); }
div.DivClassName
{
background-color: #CF583E;
}
.BgClassName
{
background-color: #CF583E;
}
</style>
border-color css
<style>
span { border-color: #CF583E; }
span { border-color: rgb(207,88,62); }
td.TdClassName
{
border-color: #CF583E;
}
.TagClassName
{
border-color: #CF583E;
}
</style>