Shades of Dark Coral #D25040
Tints of Dark Coral #D25040
RGB
CMYK
RGB Variations
Color information
#D25040 (or 0xD25040) is known color: Dark Coral. HEX triplet: D2, 50 and 40. RGB value is (210,80,64). Sum of RGB (Red+Green+Blue) = 210+80+64=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D25040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25040 is #2DAFBF. Grayscale: #757575. Windows color (decimal): -2994112 or 4214994. OLE color: 4214994.
HSL color Cylindrical-coordinate representation of color #D25040: hue angle of 6.58º 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 #D25040 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 64 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.18 |
| HSL | 6.58º | 0.62% | 0.54% | - |
| HSV(B) | 6.58º | 0.7% | 0.82% | - |
| XYZ | 30.37 | 19.81 | 7.07 | - |
| YUV | 117.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 64 | 0 | 0.62 | 0.70 | 0.18 | 6.58 | 0.62 | 0.54 |
| Hex | D2 | 50 | 40 | 0 | 3E | 46 | 12 | 7 | 3E | 36 |
| Octal | 322 | 120 | 100 | 0 | 76 | 106 | 22 | 7 | 76 | 66 |
| Binary | 11010010 | 1010000 | 1000000 | 0 | 111110 | 1000110 | 10010 | 111 | 111110 | 110110 |
Color Harmonies of #D25040
Complementary color
Monochromatic Colors of #D25040
Black with #D25040
Text Example
Text Example
White with #D25040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25040; }
p { color: rgb(210,80,64); }
H1.HeaderClassName
{
color: #D25040;
}
.AnyTagClassName
{
color: #D25040;
}
</style>
background-color css
<style>
a { background-color: #D25040; }
a { background-color: rgb(210,80,64); }
div.DivClassName
{
background-color: #D25040;
}
.BgClassName
{
background-color: #D25040;
}
</style>
border-color css
<style>
span { border-color: #D25040; }
span { border-color: rgb(210,80,64); }
td.TdClassName
{
border-color: #D25040;
}
.TagClassName
{
border-color: #D25040;
}
</style>