Shades of Dark Coral #D7543B
Tints of Dark Coral #D7543B
RGB
CMYK
RGB Variations
Color information
#D7543B (or 0xD7543B) is known color: Dark Coral. HEX triplet: D7, 54 and 3B. RGB value is (215,84,59). Sum of RGB (Red+Green+Blue) = 215+84+59=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7543B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7543B is #28ABC4. Grayscale: #787878. Windows color (decimal): -2665413 or 3888343. OLE color: 3888343.
HSL color Cylindrical-coordinate representation of color #D7543B: hue angle of 9.62º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7543B is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 59 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.16 |
| HSL | 9.62º | 0.66% | 0.54% | - |
| HSV(B) | 9.62º | 0.73% | 0.84% | - |
| XYZ | 31.98 | 21.1 | 6.53 | - |
| YUV | 120.32 | 93.4 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 59 | 0 | 0.61 | 0.73 | 0.16 | 9.62 | 0.66 | 0.54 |
| Hex | D7 | 54 | 3B | 0 | 3D | 49 | 10 | A | 42 | 36 |
| Octal | 327 | 124 | 73 | 0 | 75 | 111 | 20 | 12 | 102 | 66 |
| Binary | 11010111 | 1010100 | 111011 | 0 | 111101 | 1001001 | 10000 | 1010 | 1000010 | 110110 |
Color Harmonies of #D7543B
Complementary color
Monochromatic Colors of #D7543B
Black with #D7543B
Text Example
Text Example
White with #D7543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7543B; }
p { color: rgb(215,84,59); }
H1.HeaderClassName
{
color: #D7543B;
}
.AnyTagClassName
{
color: #D7543B;
}
</style>
background-color css
<style>
a { background-color: #D7543B; }
a { background-color: rgb(215,84,59); }
div.DivClassName
{
background-color: #D7543B;
}
.BgClassName
{
background-color: #D7543B;
}
</style>
border-color css
<style>
span { border-color: #D7543B; }
span { border-color: rgb(215,84,59); }
td.TdClassName
{
border-color: #D7543B;
}
.TagClassName
{
border-color: #D7543B;
}
</style>