Shades of Dark Coral #CE513F
Tints of Dark Coral #CE513F
RGB
CMYK
RGB Variations
Color information
#CE513F (or 0xCE513F) is known color: Dark Coral. HEX triplet: CE, 51 and 3F. RGB value is (206,81,63). Sum of RGB (Red+Green+Blue) = 206+81+63=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE513F is #31AEC0. Grayscale: #747474. Windows color (decimal): -3256001 or 4149710. OLE color: 4149710.
HSL color Cylindrical-coordinate representation of color #CE513F: hue angle of 7.55º 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 #CE513F is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 63 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.19 |
| HSL | 7.55º | 0.59% | 0.53% | - |
| HSV(B) | 7.55º | 0.69% | 0.81% | - |
| XYZ | 29.29 | 19.37 | 6.9 | - |
| YUV | 116.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 63 | 0 | 0.61 | 0.69 | 0.19 | 7.55 | 0.59 | 0.53 |
| Hex | CE | 51 | 3F | 0 | 3D | 45 | 13 | 8 | 3B | 35 |
| Octal | 316 | 121 | 77 | 0 | 75 | 105 | 23 | 10 | 73 | 65 |
| Binary | 11001110 | 1010001 | 111111 | 0 | 111101 | 1000101 | 10011 | 1000 | 111011 | 110101 |
Color Harmonies of #CE513F
Complementary color
Monochromatic Colors of #CE513F
Black with #CE513F
Text Example
Text Example
White with #CE513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE513F; }
p { color: rgb(206,81,63); }
H1.HeaderClassName
{
color: #CE513F;
}
.AnyTagClassName
{
color: #CE513F;
}
</style>
background-color css
<style>
a { background-color: #CE513F; }
a { background-color: rgb(206,81,63); }
div.DivClassName
{
background-color: #CE513F;
}
.BgClassName
{
background-color: #CE513F;
}
</style>
border-color css
<style>
span { border-color: #CE513F; }
span { border-color: rgb(206,81,63); }
td.TdClassName
{
border-color: #CE513F;
}
.TagClassName
{
border-color: #CE513F;
}
</style>