Shades of Dark Coral #CE5140
Tints of Dark Coral #CE5140
RGB
CMYK
RGB Variations
Color information
#CE5140 (or 0xCE5140) is known color: Dark Coral. HEX triplet: CE, 51 and 40. RGB value is (206,81,64). Sum of RGB (Red+Green+Blue) = 206+81+64=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5140 is #31AEBF. Grayscale: #747474. Windows color (decimal): -3256000 or 4215246. OLE color: 4215246.
HSL color Cylindrical-coordinate representation of color #CE5140: hue angle of 7.18º 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 #CE5140 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 64 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.19 |
| HSL | 7.18º | 0.59% | 0.53% | - |
| HSV(B) | 7.18º | 0.69% | 0.81% | - |
| XYZ | 29.32 | 19.38 | 7.05 | - |
| YUV | 116.44 | 98.41 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 64 | 0 | 0.61 | 0.69 | 0.19 | 7.18 | 0.59 | 0.53 |
| Hex | CE | 51 | 40 | 0 | 3D | 45 | 13 | 7 | 3B | 35 |
| Octal | 316 | 121 | 100 | 0 | 75 | 105 | 23 | 7 | 73 | 65 |
| Binary | 11001110 | 1010001 | 1000000 | 0 | 111101 | 1000101 | 10011 | 111 | 111011 | 110101 |
Color Harmonies of #CE5140
Complementary color
Monochromatic Colors of #CE5140
Black with #CE5140
Text Example
Text Example
White with #CE5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5140; }
p { color: rgb(206,81,64); }
H1.HeaderClassName
{
color: #CE5140;
}
.AnyTagClassName
{
color: #CE5140;
}
</style>
background-color css
<style>
a { background-color: #CE5140; }
a { background-color: rgb(206,81,64); }
div.DivClassName
{
background-color: #CE5140;
}
.BgClassName
{
background-color: #CE5140;
}
</style>
border-color css
<style>
span { border-color: #CE5140; }
span { border-color: rgb(206,81,64); }
td.TdClassName
{
border-color: #CE5140;
}
.TagClassName
{
border-color: #CE5140;
}
</style>