Shades of Dark Coral #D65541
Tints of Dark Coral #D65541
RGB
CMYK
RGB Variations
Color information
#D65541 (or 0xD65541) is known color: Dark Coral. HEX triplet: D6, 55 and 41. RGB value is (214,85,65). Sum of RGB (Red+Green+Blue) = 214+85+65=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D65541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65541 is #29AABE. Grayscale: #797979. Windows color (decimal): -2730687 or 4281814. OLE color: 4281814.
HSL color Cylindrical-coordinate representation of color #D65541: hue angle of 8.05º 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 #D65541 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 65 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.16 |
| HSL | 8.05º | 0.65% | 0.55% | - |
| HSV(B) | 8.05º | 0.7% | 0.84% | - |
| XYZ | 31.93 | 21.17 | 7.41 | - |
| YUV | 121.29 | 96.24 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 65 | 0 | 0.60 | 0.70 | 0.16 | 8.05 | 0.65 | 0.55 |
| Hex | D6 | 55 | 41 | 0 | 3C | 46 | 10 | 8 | 41 | 37 |
| Octal | 326 | 125 | 101 | 0 | 74 | 106 | 20 | 10 | 101 | 67 |
| Binary | 11010110 | 1010101 | 1000001 | 0 | 111100 | 1000110 | 10000 | 1000 | 1000001 | 110111 |
Color Harmonies of #D65541
Complementary color
Monochromatic Colors of #D65541
Black with #D65541
Text Example
Text Example
White with #D65541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65541; }
p { color: rgb(214,85,65); }
H1.HeaderClassName
{
color: #D65541;
}
.AnyTagClassName
{
color: #D65541;
}
</style>
background-color css
<style>
a { background-color: #D65541; }
a { background-color: rgb(214,85,65); }
div.DivClassName
{
background-color: #D65541;
}
.BgClassName
{
background-color: #D65541;
}
</style>
border-color css
<style>
span { border-color: #D65541; }
span { border-color: rgb(214,85,65); }
td.TdClassName
{
border-color: #D65541;
}
.TagClassName
{
border-color: #D65541;
}
</style>