Shades of Dark Coral #D2513F
Tints of Dark Coral #D2513F
RGB
CMYK
RGB Variations
Color information
#D2513F (or 0xD2513F) is known color: Dark Coral. HEX triplet: D2, 51 and 3F. RGB value is (210,81,63). Sum of RGB (Red+Green+Blue) = 210+81+63=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2513F is #2DAEC0. Grayscale: #757575. Windows color (decimal): -2993857 or 4149714. OLE color: 4149714.
HSL color Cylindrical-coordinate representation of color #D2513F: hue angle of 7.35º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2513F is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 63 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.18 |
| HSL | 7.35º | 0.62% | 0.54% | - |
| HSV(B) | 7.35º | 0.7% | 0.82% | - |
| XYZ | 30.42 | 19.95 | 6.95 | - |
| YUV | 117.52 | 97.24 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 63 | 0 | 0.61 | 0.70 | 0.18 | 7.35 | 0.62 | 0.54 |
| Hex | D2 | 51 | 3F | 0 | 3D | 46 | 12 | 7 | 3E | 36 |
| Octal | 322 | 121 | 77 | 0 | 75 | 106 | 22 | 7 | 76 | 66 |
| Binary | 11010010 | 1010001 | 111111 | 0 | 111101 | 1000110 | 10010 | 111 | 111110 | 110110 |
Color Harmonies of #D2513F
Complementary color
Monochromatic Colors of #D2513F
Black with #D2513F
Text Example
Text Example
White with #D2513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2513F; }
p { color: rgb(210,81,63); }
H1.HeaderClassName
{
color: #D2513F;
}
.AnyTagClassName
{
color: #D2513F;
}
</style>
background-color css
<style>
a { background-color: #D2513F; }
a { background-color: rgb(210,81,63); }
div.DivClassName
{
background-color: #D2513F;
}
.BgClassName
{
background-color: #D2513F;
}
</style>
border-color css
<style>
span { border-color: #D2513F; }
span { border-color: rgb(210,81,63); }
td.TdClassName
{
border-color: #D2513F;
}
.TagClassName
{
border-color: #D2513F;
}
</style>