Shades of Dark Coral #D26147
Tints of Dark Coral #D26147
RGB
CMYK
RGB Variations
Color information
#D26147 (or 0xD26147) is known color: Dark Coral. HEX triplet: D2, 61 and 47. RGB value is (210,97,71). Sum of RGB (Red+Green+Blue) = 210+97+71=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D26147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26147 is #2D9EB8. Grayscale: #808080. Windows color (decimal): -2989753 or 4678098. OLE color: 4678098.
HSL color Cylindrical-coordinate representation of color #D26147: hue angle of 11.22º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D26147 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 71 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.18 |
| HSL | 11.22º | 0.61% | 0.55% | - |
| HSV(B) | 11.22º | 0.66% | 0.82% | - |
| XYZ | 31.99 | 22.71 | 8.66 | - |
| YUV | 127.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 71 | 0 | 0.54 | 0.66 | 0.18 | 11.22 | 0.61 | 0.55 |
| Hex | D2 | 61 | 47 | 0 | 36 | 42 | 12 | B | 3D | 37 |
| Octal | 322 | 141 | 107 | 0 | 66 | 102 | 22 | 13 | 75 | 67 |
| Binary | 11010010 | 1100001 | 1000111 | 0 | 110110 | 1000010 | 10010 | 1011 | 111101 | 110111 |
Color Harmonies of #D26147
Complementary color
Monochromatic Colors of #D26147
Black with #D26147
Text Example
Text Example
White with #D26147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26147; }
p { color: rgb(210,97,71); }
H1.HeaderClassName
{
color: #D26147;
}
.AnyTagClassName
{
color: #D26147;
}
</style>
background-color css
<style>
a { background-color: #D26147; }
a { background-color: rgb(210,97,71); }
div.DivClassName
{
background-color: #D26147;
}
.BgClassName
{
background-color: #D26147;
}
</style>
border-color css
<style>
span { border-color: #D26147; }
span { border-color: rgb(210,97,71); }
td.TdClassName
{
border-color: #D26147;
}
.TagClassName
{
border-color: #D26147;
}
</style>