Shades of Dark Coral #D2513D
Tints of Dark Coral #D2513D
RGB
CMYK
RGB Variations
Color information
#D2513D (or 0xD2513D) is known color: Dark Coral. HEX triplet: D2, 51 and 3D. RGB value is (210,81,61). Sum of RGB (Red+Green+Blue) = 210+81+61=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2513D is #2DAEC2. Grayscale: #757575. Windows color (decimal): -2993859 or 4018642. OLE color: 4018642.
HSL color Cylindrical-coordinate representation of color #D2513D: hue angle of 8.05º 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 #D2513D is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 61 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.18 |
| HSL | 8.05º | 0.62% | 0.53% | - |
| HSV(B) | 8.05º | 0.71% | 0.82% | - |
| XYZ | 30.36 | 19.92 | 6.66 | - |
| YUV | 117.29 | 96.24 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 61 | 0 | 0.61 | 0.71 | 0.18 | 8.05 | 0.62 | 0.53 |
| Hex | D2 | 51 | 3D | 0 | 3D | 47 | 12 | 8 | 3E | 35 |
| Octal | 322 | 121 | 75 | 0 | 75 | 107 | 22 | 10 | 76 | 65 |
| Binary | 11010010 | 1010001 | 111101 | 0 | 111101 | 1000111 | 10010 | 1000 | 111110 | 110101 |
Color Harmonies of #D2513D
Complementary color
Monochromatic Colors of #D2513D
Black with #D2513D
Text Example
Text Example
White with #D2513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2513D; }
p { color: rgb(210,81,61); }
H1.HeaderClassName
{
color: #D2513D;
}
.AnyTagClassName
{
color: #D2513D;
}
</style>
background-color css
<style>
a { background-color: #D2513D; }
a { background-color: rgb(210,81,61); }
div.DivClassName
{
background-color: #D2513D;
}
.BgClassName
{
background-color: #D2513D;
}
</style>
border-color css
<style>
span { border-color: #D2513D; }
span { border-color: rgb(210,81,61); }
td.TdClassName
{
border-color: #D2513D;
}
.TagClassName
{
border-color: #D2513D;
}
</style>