Shades of Dark Coral #D05949
Tints of Dark Coral #D05949
RGB
CMYK
RGB Variations
Color information
#D05949 (or 0xD05949) is known color: Dark Coral. HEX triplet: D0, 59 and 49. RGB value is (208,89,73). Sum of RGB (Red+Green+Blue) = 208+89+73=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D05949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05949 is #2FA6B6. Grayscale: #7A7A7A. Windows color (decimal): -3122871 or 4807120. OLE color: 4807120.
HSL color Cylindrical-coordinate representation of color #D05949: hue angle of 7.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D05949 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 73 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.18 |
| HSL | 7.11º | 0.59% | 0.55% | - |
| HSV(B) | 7.11º | 0.65% | 0.82% | - |
| XYZ | 30.79 | 21.04 | 8.74 | - |
| YUV | 122.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 73 | 0 | 0.57 | 0.65 | 0.18 | 7.11 | 0.59 | 0.55 |
| Hex | D0 | 59 | 49 | 0 | 39 | 41 | 12 | 7 | 3B | 37 |
| Octal | 320 | 131 | 111 | 0 | 71 | 101 | 22 | 7 | 73 | 67 |
| Binary | 11010000 | 1011001 | 1001001 | 0 | 111001 | 1000001 | 10010 | 111 | 111011 | 110111 |
Color Harmonies of #D05949
Complementary color
Monochromatic Colors of #D05949
Black with #D05949
Text Example
Text Example
White with #D05949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05949; }
p { color: rgb(208,89,73); }
H1.HeaderClassName
{
color: #D05949;
}
.AnyTagClassName
{
color: #D05949;
}
</style>
background-color css
<style>
a { background-color: #D05949; }
a { background-color: rgb(208,89,73); }
div.DivClassName
{
background-color: #D05949;
}
.BgClassName
{
background-color: #D05949;
}
</style>
border-color css
<style>
span { border-color: #D05949; }
span { border-color: rgb(208,89,73); }
td.TdClassName
{
border-color: #D05949;
}
.TagClassName
{
border-color: #D05949;
}
</style>