Shades of Dark Coral #CE4F40
Tints of Dark Coral #CE4F40
RGB
CMYK
RGB Variations
Color information
#CE4F40 (or 0xCE4F40) is known color: Dark Coral. HEX triplet: CE, 4F and 40. RGB value is (206,79,64). Sum of RGB (Red+Green+Blue) = 206+79+64=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4F40 is #31B0BF. Grayscale: #737373. Windows color (decimal): -3256512 or 4214734. OLE color: 4214734.
HSL color Cylindrical-coordinate representation of color #CE4F40: hue angle of 6.34º 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 #CE4F40 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 64 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.19 |
| HSL | 6.34º | 0.59% | 0.53% | - |
| HSV(B) | 6.34º | 0.69% | 0.81% | - |
| XYZ | 29.18 | 19.08 | 7 | - |
| YUV | 115.26 | 99.08 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 64 | 0 | 0.62 | 0.69 | 0.19 | 6.34 | 0.59 | 0.53 |
| Hex | CE | 4F | 40 | 0 | 3E | 45 | 13 | 6 | 3B | 35 |
| Octal | 316 | 117 | 100 | 0 | 76 | 105 | 23 | 6 | 73 | 65 |
| Binary | 11001110 | 1001111 | 1000000 | 0 | 111110 | 1000101 | 10011 | 110 | 111011 | 110101 |
Color Harmonies of #CE4F40
Complementary color
Monochromatic Colors of #CE4F40
Black with #CE4F40
Text Example
Text Example
White with #CE4F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F40; }
p { color: rgb(206,79,64); }
H1.HeaderClassName
{
color: #CE4F40;
}
.AnyTagClassName
{
color: #CE4F40;
}
</style>
background-color css
<style>
a { background-color: #CE4F40; }
a { background-color: rgb(206,79,64); }
div.DivClassName
{
background-color: #CE4F40;
}
.BgClassName
{
background-color: #CE4F40;
}
</style>
border-color css
<style>
span { border-color: #CE4F40; }
span { border-color: rgb(206,79,64); }
td.TdClassName
{
border-color: #CE4F40;
}
.TagClassName
{
border-color: #CE4F40;
}
</style>