Shades of Dark Coral #D15341
Tints of Dark Coral #D15341
RGB
CMYK
RGB Variations
Color information
#D15341 (or 0xD15341) is known color: Dark Coral. HEX triplet: D1, 53 and 41. RGB value is (209,83,65). Sum of RGB (Red+Green+Blue) = 209+83+65=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D15341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15341 is #2EACBE. Grayscale: #767676. Windows color (decimal): -3058879 or 4281297. OLE color: 4281297.
HSL color Cylindrical-coordinate representation of color #D15341: hue angle of 7.5º 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 #D15341 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 65 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.18 |
| HSL | 7.5º | 0.61% | 0.54% | - |
| HSV(B) | 7.5º | 0.69% | 0.82% | - |
| XYZ | 30.34 | 20.12 | 7.29 | - |
| YUV | 118.62 | 97.74 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 65 | 0 | 0.60 | 0.69 | 0.18 | 7.5 | 0.61 | 0.54 |
| Hex | D1 | 53 | 41 | 0 | 3C | 45 | 12 | 8 | 3D | 36 |
| Octal | 321 | 123 | 101 | 0 | 74 | 105 | 22 | 10 | 75 | 66 |
| Binary | 11010001 | 1010011 | 1000001 | 0 | 111100 | 1000101 | 10010 | 1000 | 111101 | 110110 |
Color Harmonies of #D15341
Complementary color
Monochromatic Colors of #D15341
Black with #D15341
Text Example
Text Example
White with #D15341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15341; }
p { color: rgb(209,83,65); }
H1.HeaderClassName
{
color: #D15341;
}
.AnyTagClassName
{
color: #D15341;
}
</style>
background-color css
<style>
a { background-color: #D15341; }
a { background-color: rgb(209,83,65); }
div.DivClassName
{
background-color: #D15341;
}
.BgClassName
{
background-color: #D15341;
}
</style>
border-color css
<style>
span { border-color: #D15341; }
span { border-color: rgb(209,83,65); }
td.TdClassName
{
border-color: #D15341;
}
.TagClassName
{
border-color: #D15341;
}
</style>