Shades of Dark Coral #CE4E3E
Tints of Dark Coral #CE4E3E
RGB
CMYK
RGB Variations
Color information
#CE4E3E (or 0xCE4E3E) is known color: Dark Coral. HEX triplet: CE, 4E and 3E. RGB value is (206,78,62). Sum of RGB (Red+Green+Blue) = 206+78+62=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4E3E is #31B1C1. Grayscale: #727272. Windows color (decimal): -3256770 or 4083406. OLE color: 4083406.
HSL color Cylindrical-coordinate representation of color #CE4E3E: hue angle of 6.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE4E3E is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 62 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.19 |
| HSL | 6.67º | 0.6% | 0.53% | - |
| HSV(B) | 6.67º | 0.7% | 0.81% | - |
| XYZ | 29.05 | 18.92 | 6.68 | - |
| YUV | 114.45 | 98.41 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 62 | 0 | 0.62 | 0.70 | 0.19 | 6.67 | 0.6 | 0.53 |
| Hex | CE | 4E | 3E | 0 | 3E | 46 | 13 | 7 | 3C | 35 |
| Octal | 316 | 116 | 76 | 0 | 76 | 106 | 23 | 7 | 74 | 65 |
| Binary | 11001110 | 1001110 | 111110 | 0 | 111110 | 1000110 | 10011 | 111 | 111100 | 110101 |
Color Harmonies of #CE4E3E
Complementary color
Monochromatic Colors of #CE4E3E
Black with #CE4E3E
Text Example
Text Example
White with #CE4E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E3E; }
p { color: rgb(206,78,62); }
H1.HeaderClassName
{
color: #CE4E3E;
}
.AnyTagClassName
{
color: #CE4E3E;
}
</style>
background-color css
<style>
a { background-color: #CE4E3E; }
a { background-color: rgb(206,78,62); }
div.DivClassName
{
background-color: #CE4E3E;
}
.BgClassName
{
background-color: #CE4E3E;
}
</style>
border-color css
<style>
span { border-color: #CE4E3E; }
span { border-color: rgb(206,78,62); }
td.TdClassName
{
border-color: #CE4E3E;
}
.TagClassName
{
border-color: #CE4E3E;
}
</style>