Shades of Dark Coral #CF4D3F
Tints of Dark Coral #CF4D3F
RGB
CMYK
RGB Variations
Color information
#CF4D3F (or 0xCF4D3F) is known color: Dark Coral. HEX triplet: CF, 4D and 3F. RGB value is (207,77,63). Sum of RGB (Red+Green+Blue) = 207+77+63=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4D3F is #30B2C0. Grayscale: #727272. Windows color (decimal): -3191489 or 4148687. OLE color: 4148687.
HSL color Cylindrical-coordinate representation of color #CF4D3F: hue angle of 5.83º 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 #CF4D3F is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 63 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.19 |
| HSL | 5.83º | 0.6% | 0.53% | - |
| HSV(B) | 5.83º | 0.7% | 0.81% | - |
| XYZ | 29.28 | 18.93 | 6.81 | - |
| YUV | 114.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 63 | 0 | 0.63 | 0.70 | 0.19 | 5.83 | 0.6 | 0.53 |
| Hex | CF | 4D | 3F | 0 | 3F | 46 | 13 | 6 | 3C | 35 |
| Octal | 317 | 115 | 77 | 0 | 77 | 106 | 23 | 6 | 74 | 65 |
| Binary | 11001111 | 1001101 | 111111 | 0 | 111111 | 1000110 | 10011 | 110 | 111100 | 110101 |
Color Harmonies of #CF4D3F
Complementary color
Monochromatic Colors of #CF4D3F
Black with #CF4D3F
Text Example
Text Example
White with #CF4D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D3F; }
p { color: rgb(207,77,63); }
H1.HeaderClassName
{
color: #CF4D3F;
}
.AnyTagClassName
{
color: #CF4D3F;
}
</style>
background-color css
<style>
a { background-color: #CF4D3F; }
a { background-color: rgb(207,77,63); }
div.DivClassName
{
background-color: #CF4D3F;
}
.BgClassName
{
background-color: #CF4D3F;
}
</style>
border-color css
<style>
span { border-color: #CF4D3F; }
span { border-color: rgb(207,77,63); }
td.TdClassName
{
border-color: #CF4D3F;
}
.TagClassName
{
border-color: #CF4D3F;
}
</style>