Shades of Dark Coral #D1553C
Tints of Dark Coral #D1553C
RGB
CMYK
RGB Variations
Color information
#D1553C (or 0xD1553C) is known color: Dark Coral. HEX triplet: D1, 55 and 3C. RGB value is (209,85,60). Sum of RGB (Red+Green+Blue) = 209+85+60=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1553C is #2EAAC3. Grayscale: #777777. Windows color (decimal): -3058372 or 3954129. OLE color: 3954129.
HSL color Cylindrical-coordinate representation of color #D1553C: hue angle of 10.07º 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 #D1553C is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 60 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.18 |
| HSL | 10.07º | 0.62% | 0.53% | - |
| HSV(B) | 10.07º | 0.71% | 0.82% | - |
| XYZ | 30.36 | 20.38 | 6.61 | - |
| YUV | 119.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 60 | 0 | 0.59 | 0.71 | 0.18 | 10.07 | 0.62 | 0.53 |
| Hex | D1 | 55 | 3C | 0 | 3B | 47 | 12 | A | 3E | 35 |
| Octal | 321 | 125 | 74 | 0 | 73 | 107 | 22 | 12 | 76 | 65 |
| Binary | 11010001 | 1010101 | 111100 | 0 | 111011 | 1000111 | 10010 | 1010 | 111110 | 110101 |
Color Harmonies of #D1553C
Complementary color
Monochromatic Colors of #D1553C
Black with #D1553C
Text Example
Text Example
White with #D1553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1553C; }
p { color: rgb(209,85,60); }
H1.HeaderClassName
{
color: #D1553C;
}
.AnyTagClassName
{
color: #D1553C;
}
</style>
background-color css
<style>
a { background-color: #D1553C; }
a { background-color: rgb(209,85,60); }
div.DivClassName
{
background-color: #D1553C;
}
.BgClassName
{
background-color: #D1553C;
}
</style>
border-color css
<style>
span { border-color: #D1553C; }
span { border-color: rgb(209,85,60); }
td.TdClassName
{
border-color: #D1553C;
}
.TagClassName
{
border-color: #D1553C;
}
</style>