Shades of Dark Coral #CE4D3F
Tints of Dark Coral #CE4D3F
RGB
CMYK
RGB Variations
Color information
#CE4D3F (or 0xCE4D3F) is known color: Dark Coral. HEX triplet: CE, 4D and 3F. RGB value is (206,77,63). Sum of RGB (Red+Green+Blue) = 206+77+63=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D3F is #31B2C0. Grayscale: #727272. Windows color (decimal): -3257025 or 4148686. OLE color: 4148686.
HSL color Cylindrical-coordinate representation of color #CE4D3F: hue angle of 5.87º 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 #CE4D3F is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 63 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.19 |
| HSL | 5.87º | 0.59% | 0.53% | - |
| HSV(B) | 5.87º | 0.69% | 0.81% | - |
| XYZ | 29 | 18.79 | 6.8 | - |
| YUV | 113.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 63 | 0 | 0.63 | 0.69 | 0.19 | 5.87 | 0.59 | 0.53 |
| Hex | CE | 4D | 3F | 0 | 3F | 45 | 13 | 6 | 3B | 35 |
| Octal | 316 | 115 | 77 | 0 | 77 | 105 | 23 | 6 | 73 | 65 |
| Binary | 11001110 | 1001101 | 111111 | 0 | 111111 | 1000101 | 10011 | 110 | 111011 | 110101 |
Color Harmonies of #CE4D3F
Complementary color
Monochromatic Colors of #CE4D3F
Black with #CE4D3F
Text Example
Text Example
White with #CE4D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D3F; }
p { color: rgb(206,77,63); }
H1.HeaderClassName
{
color: #CE4D3F;
}
.AnyTagClassName
{
color: #CE4D3F;
}
</style>
background-color css
<style>
a { background-color: #CE4D3F; }
a { background-color: rgb(206,77,63); }
div.DivClassName
{
background-color: #CE4D3F;
}
.BgClassName
{
background-color: #CE4D3F;
}
</style>
border-color css
<style>
span { border-color: #CE4D3F; }
span { border-color: rgb(206,77,63); }
td.TdClassName
{
border-color: #CE4D3F;
}
.TagClassName
{
border-color: #CE4D3F;
}
</style>