Shades of Dark Coral #D2553D
Tints of Dark Coral #D2553D
RGB
CMYK
RGB Variations
Color information
#D2553D (or 0xD2553D) is known color: Dark Coral. HEX triplet: D2, 55 and 3D. RGB value is (210,85,61). Sum of RGB (Red+Green+Blue) = 210+85+61=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2553D is #2DAAC2. Grayscale: #777777. Windows color (decimal): -2992835 or 4019666. OLE color: 4019666.
HSL color Cylindrical-coordinate representation of color #D2553D: hue angle of 9.66º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2553D is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 61 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.18 |
| HSL | 9.66º | 0.62% | 0.53% | - |
| HSV(B) | 9.66º | 0.71% | 0.82% | - |
| XYZ | 30.67 | 20.54 | 6.76 | - |
| YUV | 119.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 61 | 0 | 0.60 | 0.71 | 0.18 | 9.66 | 0.62 | 0.53 |
| Hex | D2 | 55 | 3D | 0 | 3C | 47 | 12 | A | 3E | 35 |
| Octal | 322 | 125 | 75 | 0 | 74 | 107 | 22 | 12 | 76 | 65 |
| Binary | 11010010 | 1010101 | 111101 | 0 | 111100 | 1000111 | 10010 | 1010 | 111110 | 110101 |
Color Harmonies of #D2553D
Complementary color
Monochromatic Colors of #D2553D
Black with #D2553D
Text Example
Text Example
White with #D2553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2553D; }
p { color: rgb(210,85,61); }
H1.HeaderClassName
{
color: #D2553D;
}
.AnyTagClassName
{
color: #D2553D;
}
</style>
background-color css
<style>
a { background-color: #D2553D; }
a { background-color: rgb(210,85,61); }
div.DivClassName
{
background-color: #D2553D;
}
.BgClassName
{
background-color: #D2553D;
}
</style>
border-color css
<style>
span { border-color: #D2553D; }
span { border-color: rgb(210,85,61); }
td.TdClassName
{
border-color: #D2553D;
}
.TagClassName
{
border-color: #D2553D;
}
</style>