Shades of Dark Coral #CE543F
Tints of Dark Coral #CE543F
RGB
CMYK
RGB Variations
Color information
#CE543F (or 0xCE543F) is known color: Dark Coral. HEX triplet: CE, 54 and 3F. RGB value is (206,84,63). Sum of RGB (Red+Green+Blue) = 206+84+63=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE543F is #31ABC0. Grayscale: #767676. Windows color (decimal): -3255233 or 4150478. OLE color: 4150478.
HSL color Cylindrical-coordinate representation of color #CE543F: hue angle of 8.81º 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 #CE543F is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 63 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.19 |
| HSL | 8.81º | 0.59% | 0.53% | - |
| HSV(B) | 8.81º | 0.69% | 0.81% | - |
| XYZ | 29.52 | 19.82 | 6.97 | - |
| YUV | 118.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 63 | 0 | 0.59 | 0.69 | 0.19 | 8.81 | 0.59 | 0.53 |
| Hex | CE | 54 | 3F | 0 | 3B | 45 | 13 | 9 | 3B | 35 |
| Octal | 316 | 124 | 77 | 0 | 73 | 105 | 23 | 11 | 73 | 65 |
| Binary | 11001110 | 1010100 | 111111 | 0 | 111011 | 1000101 | 10011 | 1001 | 111011 | 110101 |
Color Harmonies of #CE543F
Complementary color
Monochromatic Colors of #CE543F
Black with #CE543F
Text Example
Text Example
White with #CE543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE543F; }
p { color: rgb(206,84,63); }
H1.HeaderClassName
{
color: #CE543F;
}
.AnyTagClassName
{
color: #CE543F;
}
</style>
background-color css
<style>
a { background-color: #CE543F; }
a { background-color: rgb(206,84,63); }
div.DivClassName
{
background-color: #CE543F;
}
.BgClassName
{
background-color: #CE543F;
}
</style>
border-color css
<style>
span { border-color: #CE543F; }
span { border-color: rgb(206,84,63); }
td.TdClassName
{
border-color: #CE543F;
}
.TagClassName
{
border-color: #CE543F;
}
</style>