Shades of Dark Coral #D65139
Tints of Dark Coral #D65139
RGB
CMYK
RGB Variations
Color information
#D65139 (or 0xD65139) is known color: Dark Coral. HEX triplet: D6, 51 and 39. RGB value is (214,81,57). Sum of RGB (Red+Green+Blue) = 214+81+57=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D65139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65139 is #29AEC6. Grayscale: #767676. Windows color (decimal): -2731719 or 3756502. OLE color: 3756502.
HSL color Cylindrical-coordinate representation of color #D65139: hue angle of 9.17º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D65139 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 57 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.16 |
| HSL | 9.17º | 0.66% | 0.53% | - |
| HSV(B) | 9.17º | 0.73% | 0.84% | - |
| XYZ | 31.41 | 20.48 | 6.17 | - |
| YUV | 118.03 | 93.56 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 57 | 0 | 0.62 | 0.73 | 0.16 | 9.17 | 0.66 | 0.53 |
| Hex | D6 | 51 | 39 | 0 | 3E | 49 | 10 | 9 | 42 | 35 |
| Octal | 326 | 121 | 71 | 0 | 76 | 111 | 20 | 11 | 102 | 65 |
| Binary | 11010110 | 1010001 | 111001 | 0 | 111110 | 1001001 | 10000 | 1001 | 1000010 | 110101 |
Color Harmonies of #D65139
Complementary color
Monochromatic Colors of #D65139
Black with #D65139
Text Example
Text Example
White with #D65139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65139; }
p { color: rgb(214,81,57); }
H1.HeaderClassName
{
color: #D65139;
}
.AnyTagClassName
{
color: #D65139;
}
</style>
background-color css
<style>
a { background-color: #D65139; }
a { background-color: rgb(214,81,57); }
div.DivClassName
{
background-color: #D65139;
}
.BgClassName
{
background-color: #D65139;
}
</style>
border-color css
<style>
span { border-color: #D65139; }
span { border-color: rgb(214,81,57); }
td.TdClassName
{
border-color: #D65139;
}
.TagClassName
{
border-color: #D65139;
}
</style>