Shades of Dark Coral #DE563C
Tints of Dark Coral #DE563C
RGB
CMYK
RGB Variations
Color information
#DE563C (or 0xDE563C) is known color: Dark Coral. HEX triplet: DE, 56 and 3C. RGB value is (222,86,60). Sum of RGB (Red+Green+Blue) = 222+86+60=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE563C is #21A9C3. Grayscale: #7B7B7B. Windows color (decimal): -2206148 or 3954398. OLE color: 3954398.
HSL color Cylindrical-coordinate representation of color #DE563C: hue angle of 9.63º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE563C is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 86 | 60 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.13 |
| HSL | 9.63º | 0.71% | 0.55% | - |
| HSV(B) | 9.63º | 0.73% | 0.87% | - |
| XYZ | 34.27 | 22.51 | 6.81 | - |
| YUV | 123.7 | 92.06 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 86 | 60 | 0 | 0.61 | 0.73 | 0.13 | 9.63 | 0.71 | 0.55 |
| Hex | DE | 56 | 3C | 0 | 3D | 49 | D | A | 47 | 37 |
| Octal | 336 | 126 | 74 | 0 | 75 | 111 | 15 | 12 | 107 | 67 |
| Binary | 11011110 | 1010110 | 111100 | 0 | 111101 | 1001001 | 1101 | 1010 | 1000111 | 110111 |
Color Harmonies of #DE563C
Complementary color
Monochromatic Colors of #DE563C
Black with #DE563C
Text Example
Text Example
White with #DE563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE563C; }
p { color: rgb(222,86,60); }
H1.HeaderClassName
{
color: #DE563C;
}
.AnyTagClassName
{
color: #DE563C;
}
</style>
background-color css
<style>
a { background-color: #DE563C; }
a { background-color: rgb(222,86,60); }
div.DivClassName
{
background-color: #DE563C;
}
.BgClassName
{
background-color: #DE563C;
}
</style>
border-color css
<style>
span { border-color: #DE563C; }
span { border-color: rgb(222,86,60); }
td.TdClassName
{
border-color: #DE563C;
}
.TagClassName
{
border-color: #DE563C;
}
</style>