Shades of Dark Coral #D04E42
Tints of Dark Coral #D04E42
RGB
CMYK
RGB Variations
Color information
#D04E42 (or 0xD04E42) is known color: Dark Coral. HEX triplet: D0, 4E and 42. RGB value is (208,78,66). Sum of RGB (Red+Green+Blue) = 208+78+66=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04E42 is #2FB1BD. Grayscale: #737373. Windows color (decimal): -3125694 or 4345552. OLE color: 4345552.
HSL color Cylindrical-coordinate representation of color #D04E42: hue angle of 5.07º 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 #D04E42 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 66 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.18 |
| HSL | 5.07º | 0.6% | 0.54% | - |
| HSV(B) | 5.07º | 0.68% | 0.82% | - |
| XYZ | 29.72 | 19.25 | 7.3 | - |
| YUV | 115.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 66 | 0 | 0.62 | 0.68 | 0.18 | 5.07 | 0.6 | 0.54 |
| Hex | D0 | 4E | 42 | 0 | 3E | 44 | 12 | 5 | 3C | 36 |
| Octal | 320 | 116 | 102 | 0 | 76 | 104 | 22 | 5 | 74 | 66 |
| Binary | 11010000 | 1001110 | 1000010 | 0 | 111110 | 1000100 | 10010 | 101 | 111100 | 110110 |
Color Harmonies of #D04E42
Complementary color
Monochromatic Colors of #D04E42
Black with #D04E42
Text Example
Text Example
White with #D04E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E42; }
p { color: rgb(208,78,66); }
H1.HeaderClassName
{
color: #D04E42;
}
.AnyTagClassName
{
color: #D04E42;
}
</style>
background-color css
<style>
a { background-color: #D04E42; }
a { background-color: rgb(208,78,66); }
div.DivClassName
{
background-color: #D04E42;
}
.BgClassName
{
background-color: #D04E42;
}
</style>
border-color css
<style>
span { border-color: #D04E42; }
span { border-color: rgb(208,78,66); }
td.TdClassName
{
border-color: #D04E42;
}
.TagClassName
{
border-color: #D04E42;
}
</style>