Shades of Dark Coral #D2583E
Tints of Dark Coral #D2583E
RGB
CMYK
RGB Variations
Color information
#D2583E (or 0xD2583E) is known color: Dark Coral. HEX triplet: D2, 58 and 3E. RGB value is (210,88,62). Sum of RGB (Red+Green+Blue) = 210+88+62=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2583E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2583E is #2DA7C1. Grayscale: #797979. Windows color (decimal): -2992066 or 4085970. OLE color: 4085970.
HSL color Cylindrical-coordinate representation of color #D2583E: hue angle of 10.54º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2583E is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 62 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.18 |
| HSL | 10.54º | 0.62% | 0.53% | - |
| HSV(B) | 10.54º | 0.7% | 0.82% | - |
| XYZ | 30.94 | 21.03 | 6.99 | - |
| YUV | 121.51 | 94.42 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 62 | 0 | 0.58 | 0.70 | 0.18 | 10.54 | 0.62 | 0.53 |
| Hex | D2 | 58 | 3E | 0 | 3A | 46 | 12 | B | 3E | 35 |
| Octal | 322 | 130 | 76 | 0 | 72 | 106 | 22 | 13 | 76 | 65 |
| Binary | 11010010 | 1011000 | 111110 | 0 | 111010 | 1000110 | 10010 | 1011 | 111110 | 110101 |
Color Harmonies of #D2583E
Complementary color
Monochromatic Colors of #D2583E
Black with #D2583E
Text Example
Text Example
White with #D2583E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2583E; }
p { color: rgb(210,88,62); }
H1.HeaderClassName
{
color: #D2583E;
}
.AnyTagClassName
{
color: #D2583E;
}
</style>
background-color css
<style>
a { background-color: #D2583E; }
a { background-color: rgb(210,88,62); }
div.DivClassName
{
background-color: #D2583E;
}
.BgClassName
{
background-color: #D2583E;
}
</style>
border-color css
<style>
span { border-color: #D2583E; }
span { border-color: rgb(210,88,62); }
td.TdClassName
{
border-color: #D2583E;
}
.TagClassName
{
border-color: #D2583E;
}
</style>