Shades of Dark Coral #D4603F
Tints of Dark Coral #D4603F
RGB
CMYK
RGB Variations
Color information
#D4603F (or 0xD4603F) is known color: Dark Coral. HEX triplet: D4, 60 and 3F. RGB value is (212,96,63). Sum of RGB (Red+Green+Blue) = 212+96+63=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4603F is #2B9FC0. Grayscale: #7F7F7F. Windows color (decimal): -2858945 or 4153556. OLE color: 4153556.
HSL color Cylindrical-coordinate representation of color #D4603F: hue angle of 13.29º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4603F is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 63 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.17 |
| HSL | 13.29º | 0.63% | 0.54% | - |
| HSV(B) | 13.29º | 0.7% | 0.83% | - |
| XYZ | 32.23 | 22.72 | 7.39 | - |
| YUV | 126.92 | 91.93 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 63 | 0 | 0.55 | 0.70 | 0.17 | 13.29 | 0.63 | 0.54 |
| Hex | D4 | 60 | 3F | 0 | 37 | 46 | 11 | D | 3F | 36 |
| Octal | 324 | 140 | 77 | 0 | 67 | 106 | 21 | 15 | 77 | 66 |
| Binary | 11010100 | 1100000 | 111111 | 0 | 110111 | 1000110 | 10001 | 1101 | 111111 | 110110 |
Color Harmonies of #D4603F
Complementary color
Monochromatic Colors of #D4603F
Black with #D4603F
Text Example
Text Example
White with #D4603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4603F; }
p { color: rgb(212,96,63); }
H1.HeaderClassName
{
color: #D4603F;
}
.AnyTagClassName
{
color: #D4603F;
}
</style>
background-color css
<style>
a { background-color: #D4603F; }
a { background-color: rgb(212,96,63); }
div.DivClassName
{
background-color: #D4603F;
}
.BgClassName
{
background-color: #D4603F;
}
</style>
border-color css
<style>
span { border-color: #D4603F; }
span { border-color: rgb(212,96,63); }
td.TdClassName
{
border-color: #D4603F;
}
.TagClassName
{
border-color: #D4603F;
}
</style>