Shades of Dark Coral #CE553D
Tints of Dark Coral #CE553D
RGB
CMYK
RGB Variations
Color information
#CE553D (or 0xCE553D) is known color: Dark Coral. HEX triplet: CE, 55 and 3D. RGB value is (206,85,61). Sum of RGB (Red+Green+Blue) = 206+85+61=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE553D is #31AAC2. Grayscale: #767676. Windows color (decimal): -3254979 or 4019662. OLE color: 4019662.
HSL color Cylindrical-coordinate representation of color #CE553D: hue angle of 9.93º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE553D is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 61 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.19 |
| HSL | 9.93º | 0.6% | 0.52% | - |
| HSV(B) | 9.93º | 0.7% | 0.81% | - |
| XYZ | 29.54 | 19.96 | 6.71 | - |
| YUV | 118.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 61 | 0 | 0.59 | 0.70 | 0.19 | 9.93 | 0.6 | 0.52 |
| Hex | CE | 55 | 3D | 0 | 3B | 46 | 13 | A | 3C | 34 |
| Octal | 316 | 125 | 75 | 0 | 73 | 106 | 23 | 12 | 74 | 64 |
| Binary | 11001110 | 1010101 | 111101 | 0 | 111011 | 1000110 | 10011 | 1010 | 111100 | 110100 |
Color Harmonies of #CE553D
Complementary color
Monochromatic Colors of #CE553D
Black with #CE553D
Text Example
Text Example
White with #CE553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE553D; }
p { color: rgb(206,85,61); }
H1.HeaderClassName
{
color: #CE553D;
}
.AnyTagClassName
{
color: #CE553D;
}
</style>
background-color css
<style>
a { background-color: #CE553D; }
a { background-color: rgb(206,85,61); }
div.DivClassName
{
background-color: #CE553D;
}
.BgClassName
{
background-color: #CE553D;
}
</style>
border-color css
<style>
span { border-color: #CE553D; }
span { border-color: rgb(206,85,61); }
td.TdClassName
{
border-color: #CE553D;
}
.TagClassName
{
border-color: #CE553D;
}
</style>