Shades of Dark Coral #D65342
Tints of Dark Coral #D65342
RGB
CMYK
RGB Variations
Color information
#D65342 (or 0xD65342) is known color: Dark Coral. HEX triplet: D6, 53 and 42. RGB value is (214,83,66). Sum of RGB (Red+Green+Blue) = 214+83+66=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D65342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65342 is #29ACBD. Grayscale: #787878. Windows color (decimal): -2731198 or 4346838. OLE color: 4346838.
HSL color Cylindrical-coordinate representation of color #D65342: hue angle of 6.89º 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 #D65342 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 66 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.16 |
| HSL | 6.89º | 0.64% | 0.55% | - |
| HSV(B) | 6.89º | 0.69% | 0.84% | - |
| XYZ | 31.81 | 20.88 | 7.51 | - |
| YUV | 120.23 | 97.4 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 66 | 0 | 0.61 | 0.69 | 0.16 | 6.89 | 0.64 | 0.55 |
| Hex | D6 | 53 | 42 | 0 | 3D | 45 | 10 | 7 | 40 | 37 |
| Octal | 326 | 123 | 102 | 0 | 75 | 105 | 20 | 7 | 100 | 67 |
| Binary | 11010110 | 1010011 | 1000010 | 0 | 111101 | 1000101 | 10000 | 111 | 1000000 | 110111 |
Color Harmonies of #D65342
Complementary color
Monochromatic Colors of #D65342
Black with #D65342
Text Example
Text Example
White with #D65342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65342; }
p { color: rgb(214,83,66); }
H1.HeaderClassName
{
color: #D65342;
}
.AnyTagClassName
{
color: #D65342;
}
</style>
background-color css
<style>
a { background-color: #D65342; }
a { background-color: rgb(214,83,66); }
div.DivClassName
{
background-color: #D65342;
}
.BgClassName
{
background-color: #D65342;
}
</style>
border-color css
<style>
span { border-color: #D65342; }
span { border-color: rgb(214,83,66); }
td.TdClassName
{
border-color: #D65342;
}
.TagClassName
{
border-color: #D65342;
}
</style>