Shades of Dark Coral #CE5441
Tints of Dark Coral #CE5441
RGB
CMYK
RGB Variations
Color information
#CE5441 (or 0xCE5441) is known color: Dark Coral. HEX triplet: CE, 54 and 41. RGB value is (206,84,65). Sum of RGB (Red+Green+Blue) = 206+84+65=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5441 is #31ABBE. Grayscale: #767676. Windows color (decimal): -3255231 or 4281550. OLE color: 4281550.
HSL color Cylindrical-coordinate representation of color #CE5441: hue angle of 8.09º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE5441 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 65 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.19 |
| HSL | 8.09º | 0.59% | 0.53% | - |
| HSV(B) | 8.09º | 0.68% | 0.81% | - |
| XYZ | 29.58 | 19.84 | 7.27 | - |
| YUV | 118.31 | 97.92 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 65 | 0 | 0.59 | 0.68 | 0.19 | 8.09 | 0.59 | 0.53 |
| Hex | CE | 54 | 41 | 0 | 3B | 44 | 13 | 8 | 3B | 35 |
| Octal | 316 | 124 | 101 | 0 | 73 | 104 | 23 | 10 | 73 | 65 |
| Binary | 11001110 | 1010100 | 1000001 | 0 | 111011 | 1000100 | 10011 | 1000 | 111011 | 110101 |
Color Harmonies of #CE5441
Complementary color
Monochromatic Colors of #CE5441
Black with #CE5441
Text Example
Text Example
White with #CE5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5441; }
p { color: rgb(206,84,65); }
H1.HeaderClassName
{
color: #CE5441;
}
.AnyTagClassName
{
color: #CE5441;
}
</style>
background-color css
<style>
a { background-color: #CE5441; }
a { background-color: rgb(206,84,65); }
div.DivClassName
{
background-color: #CE5441;
}
.BgClassName
{
background-color: #CE5441;
}
</style>
border-color css
<style>
span { border-color: #CE5441; }
span { border-color: rgb(206,84,65); }
td.TdClassName
{
border-color: #CE5441;
}
.TagClassName
{
border-color: #CE5441;
}
</style>