Shades of Dark Coral #CE4D42
Tints of Dark Coral #CE4D42
RGB
CMYK
RGB Variations
Color information
#CE4D42 (or 0xCE4D42) is known color: Dark Coral. HEX triplet: CE, 4D and 42. RGB value is (206,77,66). Sum of RGB (Red+Green+Blue) = 206+77+66=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D42 is #31B2BD. Grayscale: #727272. Windows color (decimal): -3257022 or 4345294. OLE color: 4345294.
HSL color Cylindrical-coordinate representation of color #CE4D42: hue angle of 4.71º 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 #CE4D42 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 66 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.19 |
| HSL | 4.71º | 0.59% | 0.53% | - |
| HSV(B) | 4.71º | 0.68% | 0.81% | - |
| XYZ | 29.09 | 18.82 | 7.25 | - |
| YUV | 114.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 66 | 0 | 0.63 | 0.68 | 0.19 | 4.71 | 0.59 | 0.53 |
| Hex | CE | 4D | 42 | 0 | 3F | 44 | 13 | 5 | 3B | 35 |
| Octal | 316 | 115 | 102 | 0 | 77 | 104 | 23 | 5 | 73 | 65 |
| Binary | 11001110 | 1001101 | 1000010 | 0 | 111111 | 1000100 | 10011 | 101 | 111011 | 110101 |
Color Harmonies of #CE4D42
Complementary color
Monochromatic Colors of #CE4D42
Black with #CE4D42
Text Example
Text Example
White with #CE4D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D42; }
p { color: rgb(206,77,66); }
H1.HeaderClassName
{
color: #CE4D42;
}
.AnyTagClassName
{
color: #CE4D42;
}
</style>
background-color css
<style>
a { background-color: #CE4D42; }
a { background-color: rgb(206,77,66); }
div.DivClassName
{
background-color: #CE4D42;
}
.BgClassName
{
background-color: #CE4D42;
}
</style>
border-color css
<style>
span { border-color: #CE4D42; }
span { border-color: rgb(206,77,66); }
td.TdClassName
{
border-color: #CE4D42;
}
.TagClassName
{
border-color: #CE4D42;
}
</style>