Shades of Dark Coral #D04F41
Tints of Dark Coral #D04F41
RGB
CMYK
RGB Variations
Color information
#D04F41 (or 0xD04F41) is known color: Dark Coral. HEX triplet: D0, 4F and 41. RGB value is (208,79,65). Sum of RGB (Red+Green+Blue) = 208+79+65=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04F41 is #2FB0BE. Grayscale: #747474. Windows color (decimal): -3125439 or 4280272. OLE color: 4280272.
HSL color Cylindrical-coordinate representation of color #D04F41: hue angle of 5.87º degrees, saturation: 0.6, 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 #D04F41 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 65 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.18 |
| HSL | 5.87º | 0.6% | 0.54% | - |
| HSV(B) | 5.87º | 0.69% | 0.82% | - |
| XYZ | 29.76 | 19.38 | 7.17 | - |
| YUV | 115.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 65 | 0 | 0.62 | 0.69 | 0.18 | 5.87 | 0.6 | 0.54 |
| Hex | D0 | 4F | 41 | 0 | 3E | 45 | 12 | 6 | 3C | 36 |
| Octal | 320 | 117 | 101 | 0 | 76 | 105 | 22 | 6 | 74 | 66 |
| Binary | 11010000 | 1001111 | 1000001 | 0 | 111110 | 1000101 | 10010 | 110 | 111100 | 110110 |
Color Harmonies of #D04F41
Complementary color
Monochromatic Colors of #D04F41
Black with #D04F41
Text Example
Text Example
White with #D04F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F41; }
p { color: rgb(208,79,65); }
H1.HeaderClassName
{
color: #D04F41;
}
.AnyTagClassName
{
color: #D04F41;
}
</style>
background-color css
<style>
a { background-color: #D04F41; }
a { background-color: rgb(208,79,65); }
div.DivClassName
{
background-color: #D04F41;
}
.BgClassName
{
background-color: #D04F41;
}
</style>
border-color css
<style>
span { border-color: #D04F41; }
span { border-color: rgb(208,79,65); }
td.TdClassName
{
border-color: #D04F41;
}
.TagClassName
{
border-color: #D04F41;
}
</style>