Shades of Dark Coral #CE553F
Tints of Dark Coral #CE553F
RGB
CMYK
RGB Variations
Color information
#CE553F (or 0xCE553F) is known color: Dark Coral. HEX triplet: CE, 55 and 3F. RGB value is (206,85,63). Sum of RGB (Red+Green+Blue) = 206+85+63=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE553F is #31AAC0. Grayscale: #767676. Windows color (decimal): -3254977 or 4150734. OLE color: 4150734.
HSL color Cylindrical-coordinate representation of color #CE553F: hue angle of 9.23º degrees, saturation: 0.59, 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 #CE553F is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 63 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.19 |
| HSL | 9.23º | 0.59% | 0.53% | - |
| HSV(B) | 9.23º | 0.69% | 0.81% | - |
| XYZ | 29.6 | 19.98 | 7 | - |
| YUV | 118.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 63 | 0 | 0.59 | 0.69 | 0.19 | 9.23 | 0.59 | 0.53 |
| Hex | CE | 55 | 3F | 0 | 3B | 45 | 13 | 9 | 3B | 35 |
| Octal | 316 | 125 | 77 | 0 | 73 | 105 | 23 | 11 | 73 | 65 |
| Binary | 11001110 | 1010101 | 111111 | 0 | 111011 | 1000101 | 10011 | 1001 | 111011 | 110101 |
Color Harmonies of #CE553F
Complementary color
Monochromatic Colors of #CE553F
Black with #CE553F
Text Example
Text Example
White with #CE553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE553F; }
p { color: rgb(206,85,63); }
H1.HeaderClassName
{
color: #CE553F;
}
.AnyTagClassName
{
color: #CE553F;
}
</style>
background-color css
<style>
a { background-color: #CE553F; }
a { background-color: rgb(206,85,63); }
div.DivClassName
{
background-color: #CE553F;
}
.BgClassName
{
background-color: #CE553F;
}
</style>
border-color css
<style>
span { border-color: #CE553F; }
span { border-color: rgb(206,85,63); }
td.TdClassName
{
border-color: #CE553F;
}
.TagClassName
{
border-color: #CE553F;
}
</style>