Shades of Dark Coral #D75C44
Tints of Dark Coral #D75C44
RGB
CMYK
RGB Variations
Color information
#D75C44 (or 0xD75C44) is known color: Dark Coral. HEX triplet: D7, 5C and 44. RGB value is (215,92,68). Sum of RGB (Red+Green+Blue) = 215+92+68=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75C44 is #28A3BB. Grayscale: #7E7E7E. Windows color (decimal): -2663356 or 4480215. OLE color: 4480215.
HSL color Cylindrical-coordinate representation of color #D75C44: hue angle of 9.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D75C44 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 68 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.16 |
| HSL | 9.8º | 0.65% | 0.55% | - |
| HSV(B) | 9.8º | 0.68% | 0.84% | - |
| XYZ | 32.89 | 22.52 | 8.08 | - |
| YUV | 126.04 | 95.25 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 68 | 0 | 0.57 | 0.68 | 0.16 | 9.8 | 0.65 | 0.55 |
| Hex | D7 | 5C | 44 | 0 | 39 | 44 | 10 | A | 41 | 37 |
| Octal | 327 | 134 | 104 | 0 | 71 | 104 | 20 | 12 | 101 | 67 |
| Binary | 11010111 | 1011100 | 1000100 | 0 | 111001 | 1000100 | 10000 | 1010 | 1000001 | 110111 |
Color Harmonies of #D75C44
Complementary color
Monochromatic Colors of #D75C44
Black with #D75C44
Text Example
Text Example
White with #D75C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C44; }
p { color: rgb(215,92,68); }
H1.HeaderClassName
{
color: #D75C44;
}
.AnyTagClassName
{
color: #D75C44;
}
</style>
background-color css
<style>
a { background-color: #D75C44; }
a { background-color: rgb(215,92,68); }
div.DivClassName
{
background-color: #D75C44;
}
.BgClassName
{
background-color: #D75C44;
}
</style>
border-color css
<style>
span { border-color: #D75C44; }
span { border-color: rgb(215,92,68); }
td.TdClassName
{
border-color: #D75C44;
}
.TagClassName
{
border-color: #D75C44;
}
</style>