Shades of Dark Coral #D04C41
Tints of Dark Coral #D04C41
RGB
CMYK
RGB Variations
Color information
#D04C41 (or 0xD04C41) is known color: Dark Coral. HEX triplet: D0, 4C and 41. RGB value is (208,76,65). Sum of RGB (Red+Green+Blue) = 208+76+65=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C41 is #2FB3BE. Grayscale: #727272. Windows color (decimal): -3126207 or 4279504. OLE color: 4279504.
HSL color Cylindrical-coordinate representation of color #D04C41: hue angle of 4.62º 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 #D04C41 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 65 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.18 |
| HSL | 4.62º | 0.6% | 0.54% | - |
| HSV(B) | 4.62º | 0.69% | 0.82% | - |
| XYZ | 29.55 | 18.96 | 7.1 | - |
| YUV | 114.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 65 | 0 | 0.63 | 0.69 | 0.18 | 4.62 | 0.6 | 0.54 |
| Hex | D0 | 4C | 41 | 0 | 3F | 45 | 12 | 5 | 3C | 36 |
| Octal | 320 | 114 | 101 | 0 | 77 | 105 | 22 | 5 | 74 | 66 |
| Binary | 11010000 | 1001100 | 1000001 | 0 | 111111 | 1000101 | 10010 | 101 | 111100 | 110110 |
Color Harmonies of #D04C41
Complementary color
Monochromatic Colors of #D04C41
Black with #D04C41
Text Example
Text Example
White with #D04C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C41; }
p { color: rgb(208,76,65); }
H1.HeaderClassName
{
color: #D04C41;
}
.AnyTagClassName
{
color: #D04C41;
}
</style>
background-color css
<style>
a { background-color: #D04C41; }
a { background-color: rgb(208,76,65); }
div.DivClassName
{
background-color: #D04C41;
}
.BgClassName
{
background-color: #D04C41;
}
</style>
border-color css
<style>
span { border-color: #D04C41; }
span { border-color: rgb(208,76,65); }
td.TdClassName
{
border-color: #D04C41;
}
.TagClassName
{
border-color: #D04C41;
}
</style>