Shades of Dark Coral #D25D3F
Tints of Dark Coral #D25D3F
RGB
CMYK
RGB Variations
Color information
#D25D3F (or 0xD25D3F) is known color: Dark Coral. HEX triplet: D2, 5D and 3F. RGB value is (210,93,63). Sum of RGB (Red+Green+Blue) = 210+93+63=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25D3F is #2DA2C0. Grayscale: #7C7C7C. Windows color (decimal): -2990785 or 4152786. OLE color: 4152786.
HSL color Cylindrical-coordinate representation of color #D25D3F: hue angle of 12.24º 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 #D25D3F is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 63 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.18 |
| HSL | 12.24º | 0.62% | 0.54% | - |
| HSV(B) | 12.24º | 0.7% | 0.82% | - |
| XYZ | 31.39 | 21.89 | 7.27 | - |
| YUV | 124.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 63 | 0 | 0.56 | 0.70 | 0.18 | 12.24 | 0.62 | 0.54 |
| Hex | D2 | 5D | 3F | 0 | 38 | 46 | 12 | C | 3E | 36 |
| Octal | 322 | 135 | 77 | 0 | 70 | 106 | 22 | 14 | 76 | 66 |
| Binary | 11010010 | 1011101 | 111111 | 0 | 111000 | 1000110 | 10010 | 1100 | 111110 | 110110 |
Color Harmonies of #D25D3F
Complementary color
Monochromatic Colors of #D25D3F
Black with #D25D3F
Text Example
Text Example
White with #D25D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D3F; }
p { color: rgb(210,93,63); }
H1.HeaderClassName
{
color: #D25D3F;
}
.AnyTagClassName
{
color: #D25D3F;
}
</style>
background-color css
<style>
a { background-color: #D25D3F; }
a { background-color: rgb(210,93,63); }
div.DivClassName
{
background-color: #D25D3F;
}
.BgClassName
{
background-color: #D25D3F;
}
</style>
border-color css
<style>
span { border-color: #D25D3F; }
span { border-color: rgb(210,93,63); }
td.TdClassName
{
border-color: #D25D3F;
}
.TagClassName
{
border-color: #D25D3F;
}
</style>