Shades of Dark Coral #D2583F
Tints of Dark Coral #D2583F
RGB
CMYK
RGB Variations
Color information
#D2583F (or 0xD2583F) is known color: Dark Coral. HEX triplet: D2, 58 and 3F. RGB value is (210,88,63). Sum of RGB (Red+Green+Blue) = 210+88+63=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D2583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2583F is #2DA7C0. Grayscale: #797979. Windows color (decimal): -2992065 or 4151506. OLE color: 4151506.
HSL color Cylindrical-coordinate representation of color #D2583F: hue angle of 10.2º 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 #D2583F is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 63 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.18 |
| HSL | 10.2º | 0.62% | 0.54% | - |
| HSV(B) | 10.2º | 0.7% | 0.82% | - |
| XYZ | 30.97 | 21.04 | 7.13 | - |
| YUV | 121.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 63 | 0 | 0.58 | 0.70 | 0.18 | 10.2 | 0.62 | 0.54 |
| Hex | D2 | 58 | 3F | 0 | 3A | 46 | 12 | A | 3E | 36 |
| Octal | 322 | 130 | 77 | 0 | 72 | 106 | 22 | 12 | 76 | 66 |
| Binary | 11010010 | 1011000 | 111111 | 0 | 111010 | 1000110 | 10010 | 1010 | 111110 | 110110 |
Color Harmonies of #D2583F
Complementary color
Monochromatic Colors of #D2583F
Black with #D2583F
Text Example
Text Example
White with #D2583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2583F; }
p { color: rgb(210,88,63); }
H1.HeaderClassName
{
color: #D2583F;
}
.AnyTagClassName
{
color: #D2583F;
}
</style>
background-color css
<style>
a { background-color: #D2583F; }
a { background-color: rgb(210,88,63); }
div.DivClassName
{
background-color: #D2583F;
}
.BgClassName
{
background-color: #D2583F;
}
</style>
border-color css
<style>
span { border-color: #D2583F; }
span { border-color: rgb(210,88,63); }
td.TdClassName
{
border-color: #D2583F;
}
.TagClassName
{
border-color: #D2583F;
}
</style>