Shades of Dark Coral #D36046
Tints of Dark Coral #D36046
RGB
CMYK
RGB Variations
Color information
#D36046 (or 0xD36046) is known color: Dark Coral. HEX triplet: D3, 60 and 46. RGB value is (211,96,70). Sum of RGB (Red+Green+Blue) = 211+96+70=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D36046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36046 is #2C9FB9. Grayscale: #7F7F7F. Windows color (decimal): -2924474 or 4612307. OLE color: 4612307.
HSL color Cylindrical-coordinate representation of color #D36046: hue angle of 11.06º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D36046 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 70 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.17 |
| HSL | 11.06º | 0.62% | 0.55% | - |
| HSV(B) | 11.06º | 0.67% | 0.83% | - |
| XYZ | 32.15 | 22.66 | 8.47 | - |
| YUV | 127.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 70 | 0 | 0.55 | 0.67 | 0.17 | 11.06 | 0.62 | 0.55 |
| Hex | D3 | 60 | 46 | 0 | 37 | 43 | 11 | B | 3E | 37 |
| Octal | 323 | 140 | 106 | 0 | 67 | 103 | 21 | 13 | 76 | 67 |
| Binary | 11010011 | 1100000 | 1000110 | 0 | 110111 | 1000011 | 10001 | 1011 | 111110 | 110111 |
Color Harmonies of #D36046
Complementary color
Monochromatic Colors of #D36046
Black with #D36046
Text Example
Text Example
White with #D36046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36046; }
p { color: rgb(211,96,70); }
H1.HeaderClassName
{
color: #D36046;
}
.AnyTagClassName
{
color: #D36046;
}
</style>
background-color css
<style>
a { background-color: #D36046; }
a { background-color: rgb(211,96,70); }
div.DivClassName
{
background-color: #D36046;
}
.BgClassName
{
background-color: #D36046;
}
</style>
border-color css
<style>
span { border-color: #D36046; }
span { border-color: rgb(211,96,70); }
td.TdClassName
{
border-color: #D36046;
}
.TagClassName
{
border-color: #D36046;
}
</style>