Shades of Dark Coral #D65140
Tints of Dark Coral #D65140
RGB
CMYK
RGB Variations
Color information
#D65140 (or 0xD65140) is known color: Dark Coral. HEX triplet: D6, 51 and 40. RGB value is (214,81,64). Sum of RGB (Red+Green+Blue) = 214+81+64=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D65140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65140 is #29AEBF. Grayscale: #777777. Windows color (decimal): -2731712 or 4215254. OLE color: 4215254.
HSL color Cylindrical-coordinate representation of color #D65140: hue angle of 6.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D65140 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 64 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.16 |
| HSL | 6.8º | 0.65% | 0.55% | - |
| HSV(B) | 6.8º | 0.7% | 0.84% | - |
| XYZ | 31.6 | 20.55 | 7.15 | - |
| YUV | 118.83 | 97.06 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 64 | 0 | 0.62 | 0.70 | 0.16 | 6.8 | 0.65 | 0.55 |
| Hex | D6 | 51 | 40 | 0 | 3E | 46 | 10 | 7 | 41 | 37 |
| Octal | 326 | 121 | 100 | 0 | 76 | 106 | 20 | 7 | 101 | 67 |
| Binary | 11010110 | 1010001 | 1000000 | 0 | 111110 | 1000110 | 10000 | 111 | 1000001 | 110111 |
Color Harmonies of #D65140
Complementary color
Monochromatic Colors of #D65140
Black with #D65140
Text Example
Text Example
White with #D65140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65140; }
p { color: rgb(214,81,64); }
H1.HeaderClassName
{
color: #D65140;
}
.AnyTagClassName
{
color: #D65140;
}
</style>
background-color css
<style>
a { background-color: #D65140; }
a { background-color: rgb(214,81,64); }
div.DivClassName
{
background-color: #D65140;
}
.BgClassName
{
background-color: #D65140;
}
</style>
border-color css
<style>
span { border-color: #D65140; }
span { border-color: rgb(214,81,64); }
td.TdClassName
{
border-color: #D65140;
}
.TagClassName
{
border-color: #D65140;
}
</style>