Shades of Dark Coral #D0543C
Tints of Dark Coral #D0543C
RGB
CMYK
RGB Variations
Color information
#D0543C (or 0xD0543C) is known color: Dark Coral. HEX triplet: D0, 54 and 3C. RGB value is (208,84,60). Sum of RGB (Red+Green+Blue) = 208+84+60=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0543C is #2FABC3. Grayscale: #767676. Windows color (decimal): -3124164 or 3953872. OLE color: 3953872.
HSL color Cylindrical-coordinate representation of color #D0543C: hue angle of 9.73º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0543C is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 84 | 60 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.18 |
| HSL | 9.73º | 0.61% | 0.53% | - |
| HSV(B) | 9.73º | 0.71% | 0.82% | - |
| XYZ | 30 | 20.08 | 6.57 | - |
| YUV | 118.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 60 | 0 | 0.60 | 0.71 | 0.18 | 9.73 | 0.61 | 0.53 |
| Hex | D0 | 54 | 3C | 0 | 3C | 47 | 12 | A | 3D | 35 |
| Octal | 320 | 124 | 74 | 0 | 74 | 107 | 22 | 12 | 75 | 65 |
| Binary | 11010000 | 1010100 | 111100 | 0 | 111100 | 1000111 | 10010 | 1010 | 111101 | 110101 |
Color Harmonies of #D0543C
Complementary color
Monochromatic Colors of #D0543C
Black with #D0543C
Text Example
Text Example
White with #D0543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0543C; }
p { color: rgb(208,84,60); }
H1.HeaderClassName
{
color: #D0543C;
}
.AnyTagClassName
{
color: #D0543C;
}
</style>
background-color css
<style>
a { background-color: #D0543C; }
a { background-color: rgb(208,84,60); }
div.DivClassName
{
background-color: #D0543C;
}
.BgClassName
{
background-color: #D0543C;
}
</style>
border-color css
<style>
span { border-color: #D0543C; }
span { border-color: rgb(208,84,60); }
td.TdClassName
{
border-color: #D0543C;
}
.TagClassName
{
border-color: #D0543C;
}
</style>