Shades of Dark Coral #D14F3F
Tints of Dark Coral #D14F3F
RGB
CMYK
RGB Variations
Color information
#D14F3F (or 0xD14F3F) is known color: Dark Coral. HEX triplet: D1, 4F and 3F. RGB value is (209,79,63). Sum of RGB (Red+Green+Blue) = 209+79+63=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F3F is #2EB0C0. Grayscale: #747474. Windows color (decimal): -3059905 or 4149201. OLE color: 4149201.
HSL color Cylindrical-coordinate representation of color #D14F3F: hue angle of 6.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D14F3F is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 63 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.18 |
| HSL | 6.58º | 0.61% | 0.53% | - |
| HSV(B) | 6.58º | 0.7% | 0.82% | - |
| XYZ | 29.99 | 19.51 | 6.89 | - |
| YUV | 116.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 63 | 0 | 0.62 | 0.70 | 0.18 | 6.58 | 0.61 | 0.53 |
| Hex | D1 | 4F | 3F | 0 | 3E | 46 | 12 | 7 | 3D | 35 |
| Octal | 321 | 117 | 77 | 0 | 76 | 106 | 22 | 7 | 75 | 65 |
| Binary | 11010001 | 1001111 | 111111 | 0 | 111110 | 1000110 | 10010 | 111 | 111101 | 110101 |
Color Harmonies of #D14F3F
Complementary color
Monochromatic Colors of #D14F3F
Black with #D14F3F
Text Example
Text Example
White with #D14F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F3F; }
p { color: rgb(209,79,63); }
H1.HeaderClassName
{
color: #D14F3F;
}
.AnyTagClassName
{
color: #D14F3F;
}
</style>
background-color css
<style>
a { background-color: #D14F3F; }
a { background-color: rgb(209,79,63); }
div.DivClassName
{
background-color: #D14F3F;
}
.BgClassName
{
background-color: #D14F3F;
}
</style>
border-color css
<style>
span { border-color: #D14F3F; }
span { border-color: rgb(209,79,63); }
td.TdClassName
{
border-color: #D14F3F;
}
.TagClassName
{
border-color: #D14F3F;
}
</style>