Shades of Dark Coral #CE4E40
Tints of Dark Coral #CE4E40
RGB
CMYK
RGB Variations
Color information
#CE4E40 (or 0xCE4E40) is known color: Dark Coral. HEX triplet: CE, 4E and 40. RGB value is (206,78,64). Sum of RGB (Red+Green+Blue) = 206+78+64=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4E40 is #31B1BF. Grayscale: #727272. Windows color (decimal): -3256768 or 4214478. OLE color: 4214478.
HSL color Cylindrical-coordinate representation of color #CE4E40: hue angle of 5.92º 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 #CE4E40 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 64 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.19 |
| HSL | 5.92º | 0.59% | 0.53% | - |
| HSV(B) | 5.92º | 0.69% | 0.81% | - |
| XYZ | 29.1 | 18.94 | 6.97 | - |
| YUV | 114.68 | 99.41 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 64 | 0 | 0.62 | 0.69 | 0.19 | 5.92 | 0.59 | 0.53 |
| Hex | CE | 4E | 40 | 0 | 3E | 45 | 13 | 6 | 3B | 35 |
| Octal | 316 | 116 | 100 | 0 | 76 | 105 | 23 | 6 | 73 | 65 |
| Binary | 11001110 | 1001110 | 1000000 | 0 | 111110 | 1000101 | 10011 | 110 | 111011 | 110101 |
Color Harmonies of #CE4E40
Complementary color
Monochromatic Colors of #CE4E40
Black with #CE4E40
Text Example
Text Example
White with #CE4E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E40; }
p { color: rgb(206,78,64); }
H1.HeaderClassName
{
color: #CE4E40;
}
.AnyTagClassName
{
color: #CE4E40;
}
</style>
background-color css
<style>
a { background-color: #CE4E40; }
a { background-color: rgb(206,78,64); }
div.DivClassName
{
background-color: #CE4E40;
}
.BgClassName
{
background-color: #CE4E40;
}
</style>
border-color css
<style>
span { border-color: #CE4E40; }
span { border-color: rgb(206,78,64); }
td.TdClassName
{
border-color: #CE4E40;
}
.TagClassName
{
border-color: #CE4E40;
}
</style>