Shades of Dark Coral #CF5240
Tints of Dark Coral #CF5240
RGB
CMYK
RGB Variations
Color information
#CF5240 (or 0xCF5240) is known color: Dark Coral. HEX triplet: CF, 52 and 40. RGB value is (207,82,64). Sum of RGB (Red+Green+Blue) = 207+82+64=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5240 is #30ADBF. Grayscale: #757575. Windows color (decimal): -3190208 or 4215503. OLE color: 4215503.
HSL color Cylindrical-coordinate representation of color #CF5240: hue angle of 7.55º 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 #CF5240 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 64 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.19 |
| HSL | 7.55º | 0.6% | 0.53% | - |
| HSV(B) | 7.55º | 0.69% | 0.81% | - |
| XYZ | 29.67 | 19.67 | 7.08 | - |
| YUV | 117.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 64 | 0 | 0.60 | 0.69 | 0.19 | 7.55 | 0.6 | 0.53 |
| Hex | CF | 52 | 40 | 0 | 3C | 45 | 13 | 8 | 3C | 35 |
| Octal | 317 | 122 | 100 | 0 | 74 | 105 | 23 | 10 | 74 | 65 |
| Binary | 11001111 | 1010010 | 1000000 | 0 | 111100 | 1000101 | 10011 | 1000 | 111100 | 110101 |
Color Harmonies of #CF5240
Complementary color
Monochromatic Colors of #CF5240
Black with #CF5240
Text Example
Text Example
White with #CF5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5240; }
p { color: rgb(207,82,64); }
H1.HeaderClassName
{
color: #CF5240;
}
.AnyTagClassName
{
color: #CF5240;
}
</style>
background-color css
<style>
a { background-color: #CF5240; }
a { background-color: rgb(207,82,64); }
div.DivClassName
{
background-color: #CF5240;
}
.BgClassName
{
background-color: #CF5240;
}
</style>
border-color css
<style>
span { border-color: #CF5240; }
span { border-color: rgb(207,82,64); }
td.TdClassName
{
border-color: #CF5240;
}
.TagClassName
{
border-color: #CF5240;
}
</style>