Shades of Dark Coral #CE5340
Tints of Dark Coral #CE5340
RGB
CMYK
RGB Variations
Color information
#CE5340 (or 0xCE5340) is known color: Dark Coral. HEX triplet: CE, 53 and 40. RGB value is (206,83,64). Sum of RGB (Red+Green+Blue) = 206+83+64=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5340 is #31ACBF. Grayscale: #757575. Windows color (decimal): -3255488 or 4215758. OLE color: 4215758.
HSL color Cylindrical-coordinate representation of color #CE5340: hue angle of 8.03º 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 #CE5340 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 64 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.19 |
| HSL | 8.03º | 0.59% | 0.53% | - |
| HSV(B) | 8.03º | 0.69% | 0.81% | - |
| XYZ | 29.47 | 19.68 | 7.1 | - |
| YUV | 117.61 | 97.75 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 64 | 0 | 0.60 | 0.69 | 0.19 | 8.03 | 0.59 | 0.53 |
| Hex | CE | 53 | 40 | 0 | 3C | 45 | 13 | 8 | 3B | 35 |
| Octal | 316 | 123 | 100 | 0 | 74 | 105 | 23 | 10 | 73 | 65 |
| Binary | 11001110 | 1010011 | 1000000 | 0 | 111100 | 1000101 | 10011 | 1000 | 111011 | 110101 |
Color Harmonies of #CE5340
Complementary color
Monochromatic Colors of #CE5340
Black with #CE5340
Text Example
Text Example
White with #CE5340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5340; }
p { color: rgb(206,83,64); }
H1.HeaderClassName
{
color: #CE5340;
}
.AnyTagClassName
{
color: #CE5340;
}
</style>
background-color css
<style>
a { background-color: #CE5340; }
a { background-color: rgb(206,83,64); }
div.DivClassName
{
background-color: #CE5340;
}
.BgClassName
{
background-color: #CE5340;
}
</style>
border-color css
<style>
span { border-color: #CE5340; }
span { border-color: rgb(206,83,64); }
td.TdClassName
{
border-color: #CE5340;
}
.TagClassName
{
border-color: #CE5340;
}
</style>