Shades of Sorbus #D56D3F
Tints of Sorbus #D56D3F
RGB
CMYK
RGB Variations
Color information
#D56D3F (or 0xD56D3F) is known color: Sorbus. HEX triplet: D5, 6D and 3F. RGB value is (213,109,63). Sum of RGB (Red+Green+Blue) = 213+109+63=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56D3F is #2A92C0. Grayscale: #878787. Windows color (decimal): -2790081 or 4156885. OLE color: 4156885.
HSL color Cylindrical-coordinate representation of color #D56D3F: hue angle of 18.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D56D3F is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 63 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.16 |
| HSL | 18.4º | 0.64% | 0.54% | - |
| HSV(B) | 18.4º | 0.7% | 0.84% | - |
| XYZ | 33.81 | 25.44 | 7.83 | - |
| YUV | 134.85 | 87.46 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 63 | 0 | 0.49 | 0.70 | 0.16 | 18.4 | 0.64 | 0.54 |
| Hex | D5 | 6D | 3F | 0 | 31 | 46 | 10 | 12 | 40 | 36 |
| Octal | 325 | 155 | 77 | 0 | 61 | 106 | 20 | 22 | 100 | 66 |
| Binary | 11010101 | 1101101 | 111111 | 0 | 110001 | 1000110 | 10000 | 10010 | 1000000 | 110110 |
Color Harmonies of #D56D3F
Complementary color
Monochromatic Colors of #D56D3F
Black with #D56D3F
Text Example
Text Example
White with #D56D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56D3F; }
p { color: rgb(213,109,63); }
H1.HeaderClassName
{
color: #D56D3F;
}
.AnyTagClassName
{
color: #D56D3F;
}
</style>
background-color css
<style>
a { background-color: #D56D3F; }
a { background-color: rgb(213,109,63); }
div.DivClassName
{
background-color: #D56D3F;
}
.BgClassName
{
background-color: #D56D3F;
}
</style>
border-color css
<style>
span { border-color: #D56D3F; }
span { border-color: rgb(213,109,63); }
td.TdClassName
{
border-color: #D56D3F;
}
.TagClassName
{
border-color: #D56D3F;
}
</style>