Shades of Dark Coral #D65F47
Tints of Dark Coral #D65F47
RGB
CMYK
RGB Variations
Color information
#D65F47 (or 0xD65F47) is known color: Dark Coral. HEX triplet: D6, 5F and 47. RGB value is (214,95,71). Sum of RGB (Red+Green+Blue) = 214+95+71=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F47 is #29A0B8. Grayscale: #808080. Windows color (decimal): -2728121 or 4677590. OLE color: 4677590.
HSL color Cylindrical-coordinate representation of color #D65F47: hue angle of 10.07º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D65F47 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 71 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.16 |
| HSL | 10.07º | 0.64% | 0.56% | - |
| HSV(B) | 10.07º | 0.67% | 0.84% | - |
| XYZ | 32.96 | 22.94 | 8.65 | - |
| YUV | 127.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 71 | 0 | 0.56 | 0.67 | 0.16 | 10.07 | 0.64 | 0.56 |
| Hex | D6 | 5F | 47 | 0 | 38 | 43 | 10 | A | 40 | 38 |
| Octal | 326 | 137 | 107 | 0 | 70 | 103 | 20 | 12 | 100 | 70 |
| Binary | 11010110 | 1011111 | 1000111 | 0 | 111000 | 1000011 | 10000 | 1010 | 1000000 | 111000 |
Color Harmonies of #D65F47
Complementary color
Monochromatic Colors of #D65F47
Black with #D65F47
Text Example
Text Example
White with #D65F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F47; }
p { color: rgb(214,95,71); }
H1.HeaderClassName
{
color: #D65F47;
}
.AnyTagClassName
{
color: #D65F47;
}
</style>
background-color css
<style>
a { background-color: #D65F47; }
a { background-color: rgb(214,95,71); }
div.DivClassName
{
background-color: #D65F47;
}
.BgClassName
{
background-color: #D65F47;
}
</style>
border-color css
<style>
span { border-color: #D65F47; }
span { border-color: rgb(214,95,71); }
td.TdClassName
{
border-color: #D65F47;
}
.TagClassName
{
border-color: #D65F47;
}
</style>