Shades of Dark Coral #D75441
Tints of Dark Coral #D75441
RGB
CMYK
RGB Variations
Color information
#D75441 (or 0xD75441) is known color: Dark Coral. HEX triplet: D7, 54 and 41. RGB value is (215,84,65). Sum of RGB (Red+Green+Blue) = 215+84+65=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D75441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75441 is #28ABBE. Grayscale: #797979. Windows color (decimal): -2665407 or 4281559. OLE color: 4281559.
HSL color Cylindrical-coordinate representation of color #D75441: hue angle of 7.6º 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 #D75441 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 65 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.16 |
| HSL | 7.6º | 0.65% | 0.55% | - |
| HSV(B) | 7.6º | 0.7% | 0.84% | - |
| XYZ | 32.15 | 21.17 | 7.39 | - |
| YUV | 121 | 96.4 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 65 | 0 | 0.61 | 0.70 | 0.16 | 7.6 | 0.65 | 0.55 |
| Hex | D7 | 54 | 41 | 0 | 3D | 46 | 10 | 8 | 41 | 37 |
| Octal | 327 | 124 | 101 | 0 | 75 | 106 | 20 | 10 | 101 | 67 |
| Binary | 11010111 | 1010100 | 1000001 | 0 | 111101 | 1000110 | 10000 | 1000 | 1000001 | 110111 |
Color Harmonies of #D75441
Complementary color
Monochromatic Colors of #D75441
Black with #D75441
Text Example
Text Example
White with #D75441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75441; }
p { color: rgb(215,84,65); }
H1.HeaderClassName
{
color: #D75441;
}
.AnyTagClassName
{
color: #D75441;
}
</style>
background-color css
<style>
a { background-color: #D75441; }
a { background-color: rgb(215,84,65); }
div.DivClassName
{
background-color: #D75441;
}
.BgClassName
{
background-color: #D75441;
}
</style>
border-color css
<style>
span { border-color: #D75441; }
span { border-color: rgb(215,84,65); }
td.TdClassName
{
border-color: #D75441;
}
.TagClassName
{
border-color: #D75441;
}
</style>