Shades of Dark Coral #D65743
Tints of Dark Coral #D65743
RGB
CMYK
RGB Variations
Color information
#D65743 (or 0xD65743) is known color: Dark Coral. HEX triplet: D6, 57 and 43. RGB value is (214,87,67). Sum of RGB (Red+Green+Blue) = 214+87+67=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D65743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65743 is #29A8BC. Grayscale: #7A7A7A. Windows color (decimal): -2730173 or 4413398. OLE color: 4413398.
HSL color Cylindrical-coordinate representation of color #D65743: hue angle of 8.16º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D65743 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 67 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.16 |
| HSL | 8.16º | 0.64% | 0.55% | - |
| HSV(B) | 8.16º | 0.69% | 0.84% | - |
| XYZ | 32.15 | 21.52 | 7.77 | - |
| YUV | 122.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 67 | 0 | 0.59 | 0.69 | 0.16 | 8.16 | 0.64 | 0.55 |
| Hex | D6 | 57 | 43 | 0 | 3B | 45 | 10 | 8 | 40 | 37 |
| Octal | 326 | 127 | 103 | 0 | 73 | 105 | 20 | 10 | 100 | 67 |
| Binary | 11010110 | 1010111 | 1000011 | 0 | 111011 | 1000101 | 10000 | 1000 | 1000000 | 110111 |
Color Harmonies of #D65743
Complementary color
Monochromatic Colors of #D65743
Black with #D65743
Text Example
Text Example
White with #D65743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65743; }
p { color: rgb(214,87,67); }
H1.HeaderClassName
{
color: #D65743;
}
.AnyTagClassName
{
color: #D65743;
}
</style>
background-color css
<style>
a { background-color: #D65743; }
a { background-color: rgb(214,87,67); }
div.DivClassName
{
background-color: #D65743;
}
.BgClassName
{
background-color: #D65743;
}
</style>
border-color css
<style>
span { border-color: #D65743; }
span { border-color: rgb(214,87,67); }
td.TdClassName
{
border-color: #D65743;
}
.TagClassName
{
border-color: #D65743;
}
</style>