Shades of Dark Coral #D64F3B
Tints of Dark Coral #D64F3B
RGB
CMYK
RGB Variations
Color information
#D64F3B (or 0xD64F3B) is known color: Dark Coral. HEX triplet: D6, 4F and 3B. RGB value is (214,79,59). Sum of RGB (Red+Green+Blue) = 214+79+59=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F3B is #29B0C4. Grayscale: #757575. Windows color (decimal): -2732229 or 3887062. OLE color: 3887062.
HSL color Cylindrical-coordinate representation of color #D64F3B: hue angle of 7.74º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D64F3B is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 59 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.16 |
| HSL | 7.74º | 0.65% | 0.54% | - |
| HSV(B) | 7.74º | 0.72% | 0.84% | - |
| XYZ | 31.32 | 20.2 | 6.39 | - |
| YUV | 117.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 59 | 0 | 0.63 | 0.72 | 0.16 | 7.74 | 0.65 | 0.54 |
| Hex | D6 | 4F | 3B | 0 | 3F | 48 | 10 | 8 | 41 | 36 |
| Octal | 326 | 117 | 73 | 0 | 77 | 110 | 20 | 10 | 101 | 66 |
| Binary | 11010110 | 1001111 | 111011 | 0 | 111111 | 1001000 | 10000 | 1000 | 1000001 | 110110 |
Color Harmonies of #D64F3B
Complementary color
Monochromatic Colors of #D64F3B
Black with #D64F3B
Text Example
Text Example
White with #D64F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F3B; }
p { color: rgb(214,79,59); }
H1.HeaderClassName
{
color: #D64F3B;
}
.AnyTagClassName
{
color: #D64F3B;
}
</style>
background-color css
<style>
a { background-color: #D64F3B; }
a { background-color: rgb(214,79,59); }
div.DivClassName
{
background-color: #D64F3B;
}
.BgClassName
{
background-color: #D64F3B;
}
</style>
border-color css
<style>
span { border-color: #D64F3B; }
span { border-color: rgb(214,79,59); }
td.TdClassName
{
border-color: #D64F3B;
}
.TagClassName
{
border-color: #D64F3B;
}
</style>