Shades of Dark Coral #CF5140
Tints of Dark Coral #CF5140
RGB
CMYK
RGB Variations
Color information
#CF5140 (or 0xCF5140) is known color: Dark Coral. HEX triplet: CF, 51 and 40. RGB value is (207,81,64). Sum of RGB (Red+Green+Blue) = 207+81+64=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5140 is #30AEBF. Grayscale: #747474. Windows color (decimal): -3190464 or 4215247. OLE color: 4215247.
HSL color Cylindrical-coordinate representation of color #CF5140: hue angle of 7.13º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF5140 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 64 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.19 |
| HSL | 7.13º | 0.6% | 0.53% | - |
| HSV(B) | 7.13º | 0.69% | 0.81% | - |
| XYZ | 29.6 | 19.52 | 7.06 | - |
| YUV | 116.74 | 98.24 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 64 | 0 | 0.61 | 0.69 | 0.19 | 7.13 | 0.6 | 0.53 |
| Hex | CF | 51 | 40 | 0 | 3D | 45 | 13 | 7 | 3C | 35 |
| Octal | 317 | 121 | 100 | 0 | 75 | 105 | 23 | 7 | 74 | 65 |
| Binary | 11001111 | 1010001 | 1000000 | 0 | 111101 | 1000101 | 10011 | 111 | 111100 | 110101 |
Color Harmonies of #CF5140
Complementary color
Monochromatic Colors of #CF5140
Black with #CF5140
Text Example
Text Example
White with #CF5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5140; }
p { color: rgb(207,81,64); }
H1.HeaderClassName
{
color: #CF5140;
}
.AnyTagClassName
{
color: #CF5140;
}
</style>
background-color css
<style>
a { background-color: #CF5140; }
a { background-color: rgb(207,81,64); }
div.DivClassName
{
background-color: #CF5140;
}
.BgClassName
{
background-color: #CF5140;
}
</style>
border-color css
<style>
span { border-color: #CF5140; }
span { border-color: rgb(207,81,64); }
td.TdClassName
{
border-color: #CF5140;
}
.TagClassName
{
border-color: #CF5140;
}
</style>