Shades of Dark Coral #CF4E40
Tints of Dark Coral #CF4E40
RGB
CMYK
RGB Variations
Color information
#CF4E40 (or 0xCF4E40) is known color: Dark Coral. HEX triplet: CF, 4E and 40. RGB value is (207,78,64). Sum of RGB (Red+Green+Blue) = 207+78+64=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4E40 is #30B1BF. Grayscale: #737373. Windows color (decimal): -3191232 or 4214479. OLE color: 4214479.
HSL color Cylindrical-coordinate representation of color #CF4E40: hue angle of 5.87º 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 #CF4E40 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 64 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.19 |
| HSL | 5.87º | 0.6% | 0.53% | - |
| HSV(B) | 5.87º | 0.69% | 0.81% | - |
| XYZ | 29.38 | 19.08 | 6.99 | - |
| YUV | 114.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 64 | 0 | 0.62 | 0.69 | 0.19 | 5.87 | 0.6 | 0.53 |
| Hex | CF | 4E | 40 | 0 | 3E | 45 | 13 | 6 | 3C | 35 |
| Octal | 317 | 116 | 100 | 0 | 76 | 105 | 23 | 6 | 74 | 65 |
| Binary | 11001111 | 1001110 | 1000000 | 0 | 111110 | 1000101 | 10011 | 110 | 111100 | 110101 |
Color Harmonies of #CF4E40
Complementary color
Monochromatic Colors of #CF4E40
Black with #CF4E40
Text Example
Text Example
White with #CF4E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E40; }
p { color: rgb(207,78,64); }
H1.HeaderClassName
{
color: #CF4E40;
}
.AnyTagClassName
{
color: #CF4E40;
}
</style>
background-color css
<style>
a { background-color: #CF4E40; }
a { background-color: rgb(207,78,64); }
div.DivClassName
{
background-color: #CF4E40;
}
.BgClassName
{
background-color: #CF4E40;
}
</style>
border-color css
<style>
span { border-color: #CF4E40; }
span { border-color: rgb(207,78,64); }
td.TdClassName
{
border-color: #CF4E40;
}
.TagClassName
{
border-color: #CF4E40;
}
</style>