Shades of Dark Coral #D1523B
Tints of Dark Coral #D1523B
RGB
CMYK
RGB Variations
Color information
#D1523B (or 0xD1523B) is known color: Dark Coral. HEX triplet: D1, 52 and 3B. RGB value is (209,82,59). Sum of RGB (Red+Green+Blue) = 209+82+59=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1523B is #2EADC4. Grayscale: #757575. Windows color (decimal): -3059141 or 3887825. OLE color: 3887825.
HSL color Cylindrical-coordinate representation of color #D1523B: hue angle of 9.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1523B is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 59 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.18 |
| HSL | 9.2º | 0.62% | 0.53% | - |
| HSV(B) | 9.2º | 0.72% | 0.82% | - |
| XYZ | 30.1 | 19.91 | 6.39 | - |
| YUV | 117.35 | 95.08 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 59 | 0 | 0.61 | 0.72 | 0.18 | 9.2 | 0.62 | 0.53 |
| Hex | D1 | 52 | 3B | 0 | 3D | 48 | 12 | 9 | 3E | 35 |
| Octal | 321 | 122 | 73 | 0 | 75 | 110 | 22 | 11 | 76 | 65 |
| Binary | 11010001 | 1010010 | 111011 | 0 | 111101 | 1001000 | 10010 | 1001 | 111110 | 110101 |
Color Harmonies of #D1523B
Complementary color
Monochromatic Colors of #D1523B
Black with #D1523B
Text Example
Text Example
White with #D1523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1523B; }
p { color: rgb(209,82,59); }
H1.HeaderClassName
{
color: #D1523B;
}
.AnyTagClassName
{
color: #D1523B;
}
</style>
background-color css
<style>
a { background-color: #D1523B; }
a { background-color: rgb(209,82,59); }
div.DivClassName
{
background-color: #D1523B;
}
.BgClassName
{
background-color: #D1523B;
}
</style>
border-color css
<style>
span { border-color: #D1523B; }
span { border-color: rgb(209,82,59); }
td.TdClassName
{
border-color: #D1523B;
}
.TagClassName
{
border-color: #D1523B;
}
</style>