Shades of Dark Coral #D1553F
Tints of Dark Coral #D1553F
RGB
CMYK
RGB Variations
Color information
#D1553F (or 0xD1553F) is known color: Dark Coral. HEX triplet: D1, 55 and 3F. RGB value is (209,85,63). Sum of RGB (Red+Green+Blue) = 209+85+63=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1553F is #2EAAC0. Grayscale: #777777. Windows color (decimal): -3058369 or 4150737. OLE color: 4150737.
HSL color Cylindrical-coordinate representation of color #D1553F: hue angle of 9.04º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1553F is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 63 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.18 |
| HSL | 9.04º | 0.61% | 0.53% | - |
| HSV(B) | 9.04º | 0.7% | 0.82% | - |
| XYZ | 30.44 | 20.41 | 7.04 | - |
| YUV | 119.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 63 | 0 | 0.59 | 0.70 | 0.18 | 9.04 | 0.61 | 0.53 |
| Hex | D1 | 55 | 3F | 0 | 3B | 46 | 12 | 9 | 3D | 35 |
| Octal | 321 | 125 | 77 | 0 | 73 | 106 | 22 | 11 | 75 | 65 |
| Binary | 11010001 | 1010101 | 111111 | 0 | 111011 | 1000110 | 10010 | 1001 | 111101 | 110101 |
Color Harmonies of #D1553F
Complementary color
Monochromatic Colors of #D1553F
Black with #D1553F
Text Example
Text Example
White with #D1553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1553F; }
p { color: rgb(209,85,63); }
H1.HeaderClassName
{
color: #D1553F;
}
.AnyTagClassName
{
color: #D1553F;
}
</style>
background-color css
<style>
a { background-color: #D1553F; }
a { background-color: rgb(209,85,63); }
div.DivClassName
{
background-color: #D1553F;
}
.BgClassName
{
background-color: #D1553F;
}
</style>
border-color css
<style>
span { border-color: #D1553F; }
span { border-color: rgb(209,85,63); }
td.TdClassName
{
border-color: #D1553F;
}
.TagClassName
{
border-color: #D1553F;
}
</style>