Shades of Dark Coral #D04F43
Tints of Dark Coral #D04F43
RGB
CMYK
RGB Variations
Color information
#D04F43 (or 0xD04F43) is known color: Dark Coral. HEX triplet: D0, 4F and 43. RGB value is (208,79,67). Sum of RGB (Red+Green+Blue) = 208+79+67=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04F43 is #2FB0BC. Grayscale: #747474. Windows color (decimal): -3125437 or 4411344. OLE color: 4411344.
HSL color Cylindrical-coordinate representation of color #D04F43: hue angle of 5.11º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04F43 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 67 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.18 |
| HSL | 5.11º | 0.6% | 0.54% | - |
| HSV(B) | 5.11º | 0.68% | 0.82% | - |
| XYZ | 29.82 | 19.41 | 7.48 | - |
| YUV | 116.2 | 100.24 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 67 | 0 | 0.62 | 0.68 | 0.18 | 5.11 | 0.6 | 0.54 |
| Hex | D0 | 4F | 43 | 0 | 3E | 44 | 12 | 5 | 3C | 36 |
| Octal | 320 | 117 | 103 | 0 | 76 | 104 | 22 | 5 | 74 | 66 |
| Binary | 11010000 | 1001111 | 1000011 | 0 | 111110 | 1000100 | 10010 | 101 | 111100 | 110110 |
Color Harmonies of #D04F43
Complementary color
Monochromatic Colors of #D04F43
Black with #D04F43
Text Example
Text Example
White with #D04F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F43; }
p { color: rgb(208,79,67); }
H1.HeaderClassName
{
color: #D04F43;
}
.AnyTagClassName
{
color: #D04F43;
}
</style>
background-color css
<style>
a { background-color: #D04F43; }
a { background-color: rgb(208,79,67); }
div.DivClassName
{
background-color: #D04F43;
}
.BgClassName
{
background-color: #D04F43;
}
</style>
border-color css
<style>
span { border-color: #D04F43; }
span { border-color: rgb(208,79,67); }
td.TdClassName
{
border-color: #D04F43;
}
.TagClassName
{
border-color: #D04F43;
}
</style>