Shades of Dark Coral #D76248
Tints of Dark Coral #D76248
RGB
CMYK
RGB Variations
Color information
#D76248 (or 0xD76248) is known color: Dark Coral. HEX triplet: D7, 62 and 48. RGB value is (215,98,72). Sum of RGB (Red+Green+Blue) = 215+98+72=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D76248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76248 is #289DB7. Grayscale: #828282. Windows color (decimal): -2661816 or 4743895. OLE color: 4743895.
HSL color Cylindrical-coordinate representation of color #D76248: hue angle of 10.91º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D76248 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 72 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.16 |
| HSL | 10.91º | 0.64% | 0.56% | - |
| HSV(B) | 10.91º | 0.67% | 0.84% | - |
| XYZ | 33.56 | 23.65 | 8.93 | - |
| YUV | 130.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 72 | 0 | 0.54 | 0.67 | 0.16 | 10.91 | 0.64 | 0.56 |
| Hex | D7 | 62 | 48 | 0 | 36 | 43 | 10 | B | 40 | 38 |
| Octal | 327 | 142 | 110 | 0 | 66 | 103 | 20 | 13 | 100 | 70 |
| Binary | 11010111 | 1100010 | 1001000 | 0 | 110110 | 1000011 | 10000 | 1011 | 1000000 | 111000 |
Color Harmonies of #D76248
Complementary color
Monochromatic Colors of #D76248
Black with #D76248
Text Example
Text Example
White with #D76248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76248; }
p { color: rgb(215,98,72); }
H1.HeaderClassName
{
color: #D76248;
}
.AnyTagClassName
{
color: #D76248;
}
</style>
background-color css
<style>
a { background-color: #D76248; }
a { background-color: rgb(215,98,72); }
div.DivClassName
{
background-color: #D76248;
}
.BgClassName
{
background-color: #D76248;
}
</style>
border-color css
<style>
span { border-color: #D76248; }
span { border-color: rgb(215,98,72); }
td.TdClassName
{
border-color: #D76248;
}
.TagClassName
{
border-color: #D76248;
}
</style>