Shades of Dark Coral #D1523C
Tints of Dark Coral #D1523C
RGB
CMYK
RGB Variations
Color information
#D1523C (or 0xD1523C) is known color: Dark Coral. HEX triplet: D1, 52 and 3C. RGB value is (209,82,60). Sum of RGB (Red+Green+Blue) = 209+82+60=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1523C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1523C is #2EADC3. Grayscale: #757575. Windows color (decimal): -3059140 or 3953361. OLE color: 3953361.
HSL color Cylindrical-coordinate representation of color #D1523C: hue angle of 8.86º 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 #D1523C is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 60 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.18 |
| HSL | 8.86º | 0.62% | 0.53% | - |
| HSV(B) | 8.86º | 0.71% | 0.82% | - |
| XYZ | 30.13 | 19.92 | 6.53 | - |
| YUV | 117.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 60 | 0 | 0.61 | 0.71 | 0.18 | 8.86 | 0.62 | 0.53 |
| Hex | D1 | 52 | 3C | 0 | 3D | 47 | 12 | 9 | 3E | 35 |
| Octal | 321 | 122 | 74 | 0 | 75 | 107 | 22 | 11 | 76 | 65 |
| Binary | 11010001 | 1010010 | 111100 | 0 | 111101 | 1000111 | 10010 | 1001 | 111110 | 110101 |
Color Harmonies of #D1523C
Complementary color
Monochromatic Colors of #D1523C
Black with #D1523C
Text Example
Text Example
White with #D1523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1523C; }
p { color: rgb(209,82,60); }
H1.HeaderClassName
{
color: #D1523C;
}
.AnyTagClassName
{
color: #D1523C;
}
</style>
background-color css
<style>
a { background-color: #D1523C; }
a { background-color: rgb(209,82,60); }
div.DivClassName
{
background-color: #D1523C;
}
.BgClassName
{
background-color: #D1523C;
}
</style>
border-color css
<style>
span { border-color: #D1523C; }
span { border-color: rgb(209,82,60); }
td.TdClassName
{
border-color: #D1523C;
}
.TagClassName
{
border-color: #D1523C;
}
</style>