Shades of Dark Coral #D1553D
Tints of Dark Coral #D1553D
RGB
CMYK
RGB Variations
Color information
#D1553D (or 0xD1553D) is known color: Dark Coral. HEX triplet: D1, 55 and 3D. RGB value is (209,85,61). Sum of RGB (Red+Green+Blue) = 209+85+61=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1553D is #2EAAC2. Grayscale: #777777. Windows color (decimal): -3058371 or 4019665. OLE color: 4019665.
HSL color Cylindrical-coordinate representation of color #D1553D: hue angle of 9.73º 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 #D1553D is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 61 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.18 |
| HSL | 9.73º | 0.62% | 0.53% | - |
| HSV(B) | 9.73º | 0.71% | 0.82% | - |
| XYZ | 30.39 | 20.39 | 6.75 | - |
| YUV | 119.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 61 | 0 | 0.59 | 0.71 | 0.18 | 9.73 | 0.62 | 0.53 |
| Hex | D1 | 55 | 3D | 0 | 3B | 47 | 12 | A | 3E | 35 |
| Octal | 321 | 125 | 75 | 0 | 73 | 107 | 22 | 12 | 76 | 65 |
| Binary | 11010001 | 1010101 | 111101 | 0 | 111011 | 1000111 | 10010 | 1010 | 111110 | 110101 |
Color Harmonies of #D1553D
Complementary color
Monochromatic Colors of #D1553D
Black with #D1553D
Text Example
Text Example
White with #D1553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1553D; }
p { color: rgb(209,85,61); }
H1.HeaderClassName
{
color: #D1553D;
}
.AnyTagClassName
{
color: #D1553D;
}
</style>
background-color css
<style>
a { background-color: #D1553D; }
a { background-color: rgb(209,85,61); }
div.DivClassName
{
background-color: #D1553D;
}
.BgClassName
{
background-color: #D1553D;
}
</style>
border-color css
<style>
span { border-color: #D1553D; }
span { border-color: rgb(209,85,61); }
td.TdClassName
{
border-color: #D1553D;
}
.TagClassName
{
border-color: #D1553D;
}
</style>