Shades of Dark Coral #D25641
Tints of Dark Coral #D25641
RGB
CMYK
RGB Variations
Color information
#D25641 (or 0xD25641) is known color: Dark Coral. HEX triplet: D2, 56 and 41. RGB value is (210,86,65). Sum of RGB (Red+Green+Blue) = 210+86+65=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D25641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25641 is #2DA9BE. Grayscale: #787878. Windows color (decimal): -2992575 or 4282066. OLE color: 4282066.
HSL color Cylindrical-coordinate representation of color #D25641: hue angle of 8.69º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D25641 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 65 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.18 |
| HSL | 8.69º | 0.62% | 0.54% | - |
| HSV(B) | 8.69º | 0.69% | 0.82% | - |
| XYZ | 30.86 | 20.74 | 7.38 | - |
| YUV | 120.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 65 | 0 | 0.59 | 0.69 | 0.18 | 8.69 | 0.62 | 0.54 |
| Hex | D2 | 56 | 41 | 0 | 3B | 45 | 12 | 9 | 3E | 36 |
| Octal | 322 | 126 | 101 | 0 | 73 | 105 | 22 | 11 | 76 | 66 |
| Binary | 11010010 | 1010110 | 1000001 | 0 | 111011 | 1000101 | 10010 | 1001 | 111110 | 110110 |
Color Harmonies of #D25641
Complementary color
Monochromatic Colors of #D25641
Black with #D25641
Text Example
Text Example
White with #D25641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25641; }
p { color: rgb(210,86,65); }
H1.HeaderClassName
{
color: #D25641;
}
.AnyTagClassName
{
color: #D25641;
}
</style>
background-color css
<style>
a { background-color: #D25641; }
a { background-color: rgb(210,86,65); }
div.DivClassName
{
background-color: #D25641;
}
.BgClassName
{
background-color: #D25641;
}
</style>
border-color css
<style>
span { border-color: #D25641; }
span { border-color: rgb(210,86,65); }
td.TdClassName
{
border-color: #D25641;
}
.TagClassName
{
border-color: #D25641;
}
</style>