Shades of Dark Coral #D65841
Tints of Dark Coral #D65841
RGB
CMYK
RGB Variations
Color information
#D65841 (or 0xD65841) is known color: Dark Coral. HEX triplet: D6, 58 and 41. RGB value is (214,88,65). Sum of RGB (Red+Green+Blue) = 214+88+65=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D65841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65841 is #29A7BE. Grayscale: #7B7B7B. Windows color (decimal): -2729919 or 4282582. OLE color: 4282582.
HSL color Cylindrical-coordinate representation of color #D65841: hue angle of 9.26º 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 #D65841 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 65 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.16 |
| HSL | 9.26º | 0.65% | 0.55% | - |
| HSV(B) | 9.26º | 0.7% | 0.84% | - |
| XYZ | 32.18 | 21.66 | 7.49 | - |
| YUV | 123.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 65 | 0 | 0.59 | 0.70 | 0.16 | 9.26 | 0.65 | 0.55 |
| Hex | D6 | 58 | 41 | 0 | 3B | 46 | 10 | 9 | 41 | 37 |
| Octal | 326 | 130 | 101 | 0 | 73 | 106 | 20 | 11 | 101 | 67 |
| Binary | 11010110 | 1011000 | 1000001 | 0 | 111011 | 1000110 | 10000 | 1001 | 1000001 | 110111 |
Color Harmonies of #D65841
Complementary color
Monochromatic Colors of #D65841
Black with #D65841
Text Example
Text Example
White with #D65841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65841; }
p { color: rgb(214,88,65); }
H1.HeaderClassName
{
color: #D65841;
}
.AnyTagClassName
{
color: #D65841;
}
</style>
background-color css
<style>
a { background-color: #D65841; }
a { background-color: rgb(214,88,65); }
div.DivClassName
{
background-color: #D65841;
}
.BgClassName
{
background-color: #D65841;
}
</style>
border-color css
<style>
span { border-color: #D65841; }
span { border-color: rgb(214,88,65); }
td.TdClassName
{
border-color: #D65841;
}
.TagClassName
{
border-color: #D65841;
}
</style>