Shades of Dark Coral #CF553E
Tints of Dark Coral #CF553E
RGB
CMYK
RGB Variations
Color information
#CF553E (or 0xCF553E) is known color: Dark Coral. HEX triplet: CF, 55 and 3E. RGB value is (207,85,62). Sum of RGB (Red+Green+Blue) = 207+85+62=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF553E is #30AAC1. Grayscale: #777777. Windows color (decimal): -3189442 or 4085199. OLE color: 4085199.
HSL color Cylindrical-coordinate representation of color #CF553E: hue angle of 9.52º 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 #CF553E is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 62 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.19 |
| HSL | 9.52º | 0.6% | 0.53% | - |
| HSV(B) | 9.52º | 0.7% | 0.81% | - |
| XYZ | 29.85 | 20.11 | 6.87 | - |
| YUV | 118.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 62 | 0 | 0.59 | 0.70 | 0.19 | 9.52 | 0.6 | 0.53 |
| Hex | CF | 55 | 3E | 0 | 3B | 46 | 13 | A | 3C | 35 |
| Octal | 317 | 125 | 76 | 0 | 73 | 106 | 23 | 12 | 74 | 65 |
| Binary | 11001111 | 1010101 | 111110 | 0 | 111011 | 1000110 | 10011 | 1010 | 111100 | 110101 |
Color Harmonies of #CF553E
Complementary color
Monochromatic Colors of #CF553E
Black with #CF553E
Text Example
Text Example
White with #CF553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF553E; }
p { color: rgb(207,85,62); }
H1.HeaderClassName
{
color: #CF553E;
}
.AnyTagClassName
{
color: #CF553E;
}
</style>
background-color css
<style>
a { background-color: #CF553E; }
a { background-color: rgb(207,85,62); }
div.DivClassName
{
background-color: #CF553E;
}
.BgClassName
{
background-color: #CF553E;
}
</style>
border-color css
<style>
span { border-color: #CF553E; }
span { border-color: rgb(207,85,62); }
td.TdClassName
{
border-color: #CF553E;
}
.TagClassName
{
border-color: #CF553E;
}
</style>