Shades of Dark Coral #D74F3E
Tints of Dark Coral #D74F3E
RGB
CMYK
RGB Variations
Color information
#D74F3E (or 0xD74F3E) is known color: Dark Coral. HEX triplet: D7, 4F and 3E. RGB value is (215,79,62). Sum of RGB (Red+Green+Blue) = 215+79+62=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F3E is #28B0C1. Grayscale: #757575. Windows color (decimal): -2666690 or 4083671. OLE color: 4083671.
HSL color Cylindrical-coordinate representation of color #D74F3E: hue angle of 6.67º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D74F3E is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 62 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.16 |
| HSL | 6.67º | 0.66% | 0.54% | - |
| HSV(B) | 6.67º | 0.71% | 0.84% | - |
| XYZ | 31.69 | 20.39 | 6.82 | - |
| YUV | 117.73 | 96.56 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 62 | 0 | 0.63 | 0.71 | 0.16 | 6.67 | 0.66 | 0.54 |
| Hex | D7 | 4F | 3E | 0 | 3F | 47 | 10 | 7 | 42 | 36 |
| Octal | 327 | 117 | 76 | 0 | 77 | 107 | 20 | 7 | 102 | 66 |
| Binary | 11010111 | 1001111 | 111110 | 0 | 111111 | 1000111 | 10000 | 111 | 1000010 | 110110 |
Color Harmonies of #D74F3E
Complementary color
Monochromatic Colors of #D74F3E
Black with #D74F3E
Text Example
Text Example
White with #D74F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F3E; }
p { color: rgb(215,79,62); }
H1.HeaderClassName
{
color: #D74F3E;
}
.AnyTagClassName
{
color: #D74F3E;
}
</style>
background-color css
<style>
a { background-color: #D74F3E; }
a { background-color: rgb(215,79,62); }
div.DivClassName
{
background-color: #D74F3E;
}
.BgClassName
{
background-color: #D74F3E;
}
</style>
border-color css
<style>
span { border-color: #D74F3E; }
span { border-color: rgb(215,79,62); }
td.TdClassName
{
border-color: #D74F3E;
}
.TagClassName
{
border-color: #D74F3E;
}
</style>