Shades of Dark Coral #D2523D
Tints of Dark Coral #D2523D
RGB
CMYK
RGB Variations
Color information
#D2523D (or 0xD2523D) is known color: Dark Coral. HEX triplet: D2, 52 and 3D. RGB value is (210,82,61). Sum of RGB (Red+Green+Blue) = 210+82+61=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2523D is #2DADC2. Grayscale: #767676. Windows color (decimal): -2993603 or 4018898. OLE color: 4018898.
HSL color Cylindrical-coordinate representation of color #D2523D: hue angle of 8.46º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2523D is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 61 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.18 |
| HSL | 8.46º | 0.62% | 0.53% | - |
| HSV(B) | 8.46º | 0.71% | 0.82% | - |
| XYZ | 30.44 | 20.07 | 6.69 | - |
| YUV | 117.88 | 95.91 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 61 | 0 | 0.61 | 0.71 | 0.18 | 8.46 | 0.62 | 0.53 |
| Hex | D2 | 52 | 3D | 0 | 3D | 47 | 12 | 8 | 3E | 35 |
| Octal | 322 | 122 | 75 | 0 | 75 | 107 | 22 | 10 | 76 | 65 |
| Binary | 11010010 | 1010010 | 111101 | 0 | 111101 | 1000111 | 10010 | 1000 | 111110 | 110101 |
Color Harmonies of #D2523D
Complementary color
Monochromatic Colors of #D2523D
Black with #D2523D
Text Example
Text Example
White with #D2523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2523D; }
p { color: rgb(210,82,61); }
H1.HeaderClassName
{
color: #D2523D;
}
.AnyTagClassName
{
color: #D2523D;
}
</style>
background-color css
<style>
a { background-color: #D2523D; }
a { background-color: rgb(210,82,61); }
div.DivClassName
{
background-color: #D2523D;
}
.BgClassName
{
background-color: #D2523D;
}
</style>
border-color css
<style>
span { border-color: #D2523D; }
span { border-color: rgb(210,82,61); }
td.TdClassName
{
border-color: #D2523D;
}
.TagClassName
{
border-color: #D2523D;
}
</style>