Shades of Dark Coral #D25542
Tints of Dark Coral #D25542
RGB
CMYK
RGB Variations
Color information
#D25542 (or 0xD25542) is known color: Dark Coral. HEX triplet: D2, 55 and 42. RGB value is (210,85,66). Sum of RGB (Red+Green+Blue) = 210+85+66=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D25542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25542 is #2DAABD. Grayscale: #787878. Windows color (decimal): -2992830 or 4347346. OLE color: 4347346.
HSL color Cylindrical-coordinate representation of color #D25542: hue angle of 7.92º 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 #D25542 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 66 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.18 |
| HSL | 7.92º | 0.62% | 0.54% | - |
| HSV(B) | 7.92º | 0.69% | 0.82% | - |
| XYZ | 30.81 | 20.59 | 7.51 | - |
| YUV | 120.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 66 | 0 | 0.60 | 0.69 | 0.18 | 7.92 | 0.62 | 0.54 |
| Hex | D2 | 55 | 42 | 0 | 3C | 45 | 12 | 8 | 3E | 36 |
| Octal | 322 | 125 | 102 | 0 | 74 | 105 | 22 | 10 | 76 | 66 |
| Binary | 11010010 | 1010101 | 1000010 | 0 | 111100 | 1000101 | 10010 | 1000 | 111110 | 110110 |
Color Harmonies of #D25542
Complementary color
Monochromatic Colors of #D25542
Black with #D25542
Text Example
Text Example
White with #D25542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25542; }
p { color: rgb(210,85,66); }
H1.HeaderClassName
{
color: #D25542;
}
.AnyTagClassName
{
color: #D25542;
}
</style>
background-color css
<style>
a { background-color: #D25542; }
a { background-color: rgb(210,85,66); }
div.DivClassName
{
background-color: #D25542;
}
.BgClassName
{
background-color: #D25542;
}
</style>
border-color css
<style>
span { border-color: #D25542; }
span { border-color: rgb(210,85,66); }
td.TdClassName
{
border-color: #D25542;
}
.TagClassName
{
border-color: #D25542;
}
</style>