Shades of Dark Coral #D15241
Tints of Dark Coral #D15241
RGB
CMYK
RGB Variations
Color information
#D15241 (or 0xD15241) is known color: Dark Coral. HEX triplet: D1, 52 and 41. RGB value is (209,82,65). Sum of RGB (Red+Green+Blue) = 209+82+65=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D15241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15241 is #2EADBE. Grayscale: #767676. Windows color (decimal): -3059135 or 4281041. OLE color: 4281041.
HSL color Cylindrical-coordinate representation of color #D15241: hue angle of 7.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D15241 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 65 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.18 |
| HSL | 7.08º | 0.61% | 0.54% | - |
| HSV(B) | 7.08º | 0.69% | 0.82% | - |
| XYZ | 30.27 | 19.97 | 7.26 | - |
| YUV | 118.04 | 98.08 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 65 | 0 | 0.61 | 0.69 | 0.18 | 7.08 | 0.61 | 0.54 |
| Hex | D1 | 52 | 41 | 0 | 3D | 45 | 12 | 7 | 3D | 36 |
| Octal | 321 | 122 | 101 | 0 | 75 | 105 | 22 | 7 | 75 | 66 |
| Binary | 11010001 | 1010010 | 1000001 | 0 | 111101 | 1000101 | 10010 | 111 | 111101 | 110110 |
Color Harmonies of #D15241
Complementary color
Monochromatic Colors of #D15241
Black with #D15241
Text Example
Text Example
White with #D15241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15241; }
p { color: rgb(209,82,65); }
H1.HeaderClassName
{
color: #D15241;
}
.AnyTagClassName
{
color: #D15241;
}
</style>
background-color css
<style>
a { background-color: #D15241; }
a { background-color: rgb(209,82,65); }
div.DivClassName
{
background-color: #D15241;
}
.BgClassName
{
background-color: #D15241;
}
</style>
border-color css
<style>
span { border-color: #D15241; }
span { border-color: rgb(209,82,65); }
td.TdClassName
{
border-color: #D15241;
}
.TagClassName
{
border-color: #D15241;
}
</style>