Shades of Dark Coral #D25E3F
Tints of Dark Coral #D25E3F
RGB
CMYK
RGB Variations
Color information
#D25E3F (or 0xD25E3F) is known color: Dark Coral. HEX triplet: D2, 5E and 3F. RGB value is (210,94,63). Sum of RGB (Red+Green+Blue) = 210+94+63=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25E3F is #2DA1C0. Grayscale: #7D7D7D. Windows color (decimal): -2990529 or 4153042. OLE color: 4153042.
HSL color Cylindrical-coordinate representation of color #D25E3F: hue angle of 12.65º 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 #D25E3F is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 63 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.18 |
| HSL | 12.65º | 0.62% | 0.54% | - |
| HSV(B) | 12.65º | 0.7% | 0.82% | - |
| XYZ | 31.48 | 22.07 | 7.3 | - |
| YUV | 125.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 63 | 0 | 0.55 | 0.70 | 0.18 | 12.65 | 0.62 | 0.54 |
| Hex | D2 | 5E | 3F | 0 | 37 | 46 | 12 | D | 3E | 36 |
| Octal | 322 | 136 | 77 | 0 | 67 | 106 | 22 | 15 | 76 | 66 |
| Binary | 11010010 | 1011110 | 111111 | 0 | 110111 | 1000110 | 10010 | 1101 | 111110 | 110110 |
Color Harmonies of #D25E3F
Complementary color
Monochromatic Colors of #D25E3F
Black with #D25E3F
Text Example
Text Example
White with #D25E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E3F; }
p { color: rgb(210,94,63); }
H1.HeaderClassName
{
color: #D25E3F;
}
.AnyTagClassName
{
color: #D25E3F;
}
</style>
background-color css
<style>
a { background-color: #D25E3F; }
a { background-color: rgb(210,94,63); }
div.DivClassName
{
background-color: #D25E3F;
}
.BgClassName
{
background-color: #D25E3F;
}
</style>
border-color css
<style>
span { border-color: #D25E3F; }
span { border-color: rgb(210,94,63); }
td.TdClassName
{
border-color: #D25E3F;
}
.TagClassName
{
border-color: #D25E3F;
}
</style>