Shades of Dark Coral #D2553F
Tints of Dark Coral #D2553F
RGB
CMYK
RGB Variations
Color information
#D2553F (or 0xD2553F) is known color: Dark Coral. HEX triplet: D2, 55 and 3F. RGB value is (210,85,63). Sum of RGB (Red+Green+Blue) = 210+85+63=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2553F is #2DAAC0. Grayscale: #787878. Windows color (decimal): -2992833 or 4150738. OLE color: 4150738.
HSL color Cylindrical-coordinate representation of color #D2553F: hue angle of 8.98º 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 #D2553F is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 63 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.18 |
| HSL | 8.98º | 0.62% | 0.54% | - |
| HSV(B) | 8.98º | 0.7% | 0.82% | - |
| XYZ | 30.72 | 20.56 | 7.05 | - |
| YUV | 119.87 | 95.91 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 63 | 0 | 0.60 | 0.70 | 0.18 | 8.98 | 0.62 | 0.54 |
| Hex | D2 | 55 | 3F | 0 | 3C | 46 | 12 | 9 | 3E | 36 |
| Octal | 322 | 125 | 77 | 0 | 74 | 106 | 22 | 11 | 76 | 66 |
| Binary | 11010010 | 1010101 | 111111 | 0 | 111100 | 1000110 | 10010 | 1001 | 111110 | 110110 |
Color Harmonies of #D2553F
Complementary color
Monochromatic Colors of #D2553F
Black with #D2553F
Text Example
Text Example
White with #D2553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2553F; }
p { color: rgb(210,85,63); }
H1.HeaderClassName
{
color: #D2553F;
}
.AnyTagClassName
{
color: #D2553F;
}
</style>
background-color css
<style>
a { background-color: #D2553F; }
a { background-color: rgb(210,85,63); }
div.DivClassName
{
background-color: #D2553F;
}
.BgClassName
{
background-color: #D2553F;
}
</style>
border-color css
<style>
span { border-color: #D2553F; }
span { border-color: rgb(210,85,63); }
td.TdClassName
{
border-color: #D2553F;
}
.TagClassName
{
border-color: #D2553F;
}
</style>