Shades of Dark Coral #CF5D3D
Tints of Dark Coral #CF5D3D
RGB
CMYK
RGB Variations
Color information
#CF5D3D (or 0xCF5D3D) is known color: Dark Coral. HEX triplet: CF, 5D and 3D. RGB value is (207,93,61). Sum of RGB (Red+Green+Blue) = 207+93+61=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D3D is #30A2C2. Grayscale: #7B7B7B. Windows color (decimal): -3187395 or 4021711. OLE color: 4021711.
HSL color Cylindrical-coordinate representation of color #CF5D3D: hue angle of 13.15º 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 #CF5D3D is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 61 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.19 |
| HSL | 13.15º | 0.6% | 0.53% | - |
| HSV(B) | 13.15º | 0.71% | 0.81% | - |
| XYZ | 30.49 | 21.43 | 6.94 | - |
| YUV | 123.44 | 92.77 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 61 | 0 | 0.55 | 0.71 | 0.19 | 13.15 | 0.6 | 0.53 |
| Hex | CF | 5D | 3D | 0 | 37 | 47 | 13 | D | 3C | 35 |
| Octal | 317 | 135 | 75 | 0 | 67 | 107 | 23 | 15 | 74 | 65 |
| Binary | 11001111 | 1011101 | 111101 | 0 | 110111 | 1000111 | 10011 | 1101 | 111100 | 110101 |
Color Harmonies of #CF5D3D
Complementary color
Monochromatic Colors of #CF5D3D
Black with #CF5D3D
Text Example
Text Example
White with #CF5D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D3D; }
p { color: rgb(207,93,61); }
H1.HeaderClassName
{
color: #CF5D3D;
}
.AnyTagClassName
{
color: #CF5D3D;
}
</style>
background-color css
<style>
a { background-color: #CF5D3D; }
a { background-color: rgb(207,93,61); }
div.DivClassName
{
background-color: #CF5D3D;
}
.BgClassName
{
background-color: #CF5D3D;
}
</style>
border-color css
<style>
span { border-color: #CF5D3D; }
span { border-color: rgb(207,93,61); }
td.TdClassName
{
border-color: #CF5D3D;
}
.TagClassName
{
border-color: #CF5D3D;
}
</style>