Shades of Dark Coral #CE5545
Tints of Dark Coral #CE5545
RGB
CMYK
RGB Variations
Color information
#CE5545 (or 0xCE5545) is known color: Dark Coral. HEX triplet: CE, 55 and 45. RGB value is (206,85,69). Sum of RGB (Red+Green+Blue) = 206+85+69=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5545 is #31AABA. Grayscale: #777777. Windows color (decimal): -3254971 or 4543950. OLE color: 4543950.
HSL color Cylindrical-coordinate representation of color #CE5545: hue angle of 7.01º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE5545 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 69 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.19 |
| HSL | 7.01º | 0.58% | 0.54% | - |
| HSV(B) | 7.01º | 0.67% | 0.81% | - |
| XYZ | 29.78 | 20.05 | 7.93 | - |
| YUV | 119.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 69 | 0 | 0.59 | 0.67 | 0.19 | 7.01 | 0.58 | 0.54 |
| Hex | CE | 55 | 45 | 0 | 3B | 43 | 13 | 7 | 3A | 36 |
| Octal | 316 | 125 | 105 | 0 | 73 | 103 | 23 | 7 | 72 | 66 |
| Binary | 11001110 | 1010101 | 1000101 | 0 | 111011 | 1000011 | 10011 | 111 | 111010 | 110110 |
Color Harmonies of #CE5545
Complementary color
Monochromatic Colors of #CE5545
Black with #CE5545
Text Example
Text Example
White with #CE5545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5545; }
p { color: rgb(206,85,69); }
H1.HeaderClassName
{
color: #CE5545;
}
.AnyTagClassName
{
color: #CE5545;
}
</style>
background-color css
<style>
a { background-color: #CE5545; }
a { background-color: rgb(206,85,69); }
div.DivClassName
{
background-color: #CE5545;
}
.BgClassName
{
background-color: #CE5545;
}
</style>
border-color css
<style>
span { border-color: #CE5545; }
span { border-color: rgb(206,85,69); }
td.TdClassName
{
border-color: #CE5545;
}
.TagClassName
{
border-color: #CE5545;
}
</style>