Shades of Dark Coral #D94F3E
Tints of Dark Coral #D94F3E
RGB
CMYK
RGB Variations
Color information
#D94F3E (or 0xD94F3E) is known color: Dark Coral. HEX triplet: D9, 4F and 3E. RGB value is (217,79,62). Sum of RGB (Red+Green+Blue) = 217+79+62=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94F3E is #26B0C1. Grayscale: #767676. Windows color (decimal): -2535618 or 4083673. OLE color: 4083673.
HSL color Cylindrical-coordinate representation of color #D94F3E: hue angle of 6.58º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94F3E is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 62 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.15 |
| HSL | 6.58º | 0.67% | 0.55% | - |
| HSV(B) | 6.58º | 0.71% | 0.85% | - |
| XYZ | 32.28 | 20.69 | 6.85 | - |
| YUV | 118.32 | 96.22 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 62 | 0 | 0.64 | 0.71 | 0.15 | 6.58 | 0.67 | 0.55 |
| Hex | D9 | 4F | 3E | 0 | 40 | 47 | F | 7 | 43 | 37 |
| Octal | 331 | 117 | 76 | 0 | 100 | 107 | 17 | 7 | 103 | 67 |
| Binary | 11011001 | 1001111 | 111110 | 0 | 1000000 | 1000111 | 1111 | 111 | 1000011 | 110111 |
Color Harmonies of #D94F3E
Complementary color
Monochromatic Colors of #D94F3E
Black with #D94F3E
Text Example
Text Example
White with #D94F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F3E; }
p { color: rgb(217,79,62); }
H1.HeaderClassName
{
color: #D94F3E;
}
.AnyTagClassName
{
color: #D94F3E;
}
</style>
background-color css
<style>
a { background-color: #D94F3E; }
a { background-color: rgb(217,79,62); }
div.DivClassName
{
background-color: #D94F3E;
}
.BgClassName
{
background-color: #D94F3E;
}
</style>
border-color css
<style>
span { border-color: #D94F3E; }
span { border-color: rgb(217,79,62); }
td.TdClassName
{
border-color: #D94F3E;
}
.TagClassName
{
border-color: #D94F3E;
}
</style>