Shades of Dark Coral #D15244
Tints of Dark Coral #D15244
RGB
CMYK
RGB Variations
Color information
#D15244 (or 0xD15244) is known color: Dark Coral. HEX triplet: D1, 52 and 44. RGB value is (209,82,68). Sum of RGB (Red+Green+Blue) = 209+82+68=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D15244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15244 is #2EADBB. Grayscale: #767676. Windows color (decimal): -3059132 or 4477649. OLE color: 4477649.
HSL color Cylindrical-coordinate representation of color #D15244: hue angle of 5.96º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D15244 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 68 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.18 |
| HSL | 5.96º | 0.61% | 0.54% | - |
| HSV(B) | 5.96º | 0.67% | 0.82% | - |
| XYZ | 30.36 | 20.01 | 7.73 | - |
| YUV | 118.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 68 | 0 | 0.61 | 0.67 | 0.18 | 5.96 | 0.61 | 0.54 |
| Hex | D1 | 52 | 44 | 0 | 3D | 43 | 12 | 6 | 3D | 36 |
| Octal | 321 | 122 | 104 | 0 | 75 | 103 | 22 | 6 | 75 | 66 |
| Binary | 11010001 | 1010010 | 1000100 | 0 | 111101 | 1000011 | 10010 | 110 | 111101 | 110110 |
Color Harmonies of #D15244
Complementary color
Monochromatic Colors of #D15244
Black with #D15244
Text Example
Text Example
White with #D15244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15244; }
p { color: rgb(209,82,68); }
H1.HeaderClassName
{
color: #D15244;
}
.AnyTagClassName
{
color: #D15244;
}
</style>
background-color css
<style>
a { background-color: #D15244; }
a { background-color: rgb(209,82,68); }
div.DivClassName
{
background-color: #D15244;
}
.BgClassName
{
background-color: #D15244;
}
</style>
border-color css
<style>
span { border-color: #D15244; }
span { border-color: rgb(209,82,68); }
td.TdClassName
{
border-color: #D15244;
}
.TagClassName
{
border-color: #D15244;
}
</style>