Shades of Sorbus #D56E3A
Tints of Sorbus #D56E3A
RGB
CMYK
RGB Variations
Color information
#D56E3A (or 0xD56E3A) is known color: Sorbus. HEX triplet: D5, 6E and 3A. RGB value is (213,110,58). Sum of RGB (Red+Green+Blue) = 213+110+58=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56E3A is #2A91C5. Grayscale: #878787. Windows color (decimal): -2789830 or 3829461. OLE color: 3829461.
HSL color Cylindrical-coordinate representation of color #D56E3A: hue angle of 20.13º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D56E3A is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 58 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.16 |
| HSL | 20.13º | 0.65% | 0.53% | - |
| HSV(B) | 20.13º | 0.73% | 0.84% | - |
| XYZ | 33.78 | 25.6 | 7.16 | - |
| YUV | 134.87 | 84.62 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 58 | 0 | 0.48 | 0.73 | 0.16 | 20.13 | 0.65 | 0.53 |
| Hex | D5 | 6E | 3A | 0 | 30 | 49 | 10 | 14 | 41 | 35 |
| Octal | 325 | 156 | 72 | 0 | 60 | 111 | 20 | 24 | 101 | 65 |
| Binary | 11010101 | 1101110 | 111010 | 0 | 110000 | 1001001 | 10000 | 10100 | 1000001 | 110101 |
Color Harmonies of #D56E3A
Complementary color
Monochromatic Colors of #D56E3A
Black with #D56E3A
Text Example
Text Example
White with #D56E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E3A; }
p { color: rgb(213,110,58); }
H1.HeaderClassName
{
color: #D56E3A;
}
.AnyTagClassName
{
color: #D56E3A;
}
</style>
background-color css
<style>
a { background-color: #D56E3A; }
a { background-color: rgb(213,110,58); }
div.DivClassName
{
background-color: #D56E3A;
}
.BgClassName
{
background-color: #D56E3A;
}
</style>
border-color css
<style>
span { border-color: #D56E3A; }
span { border-color: rgb(213,110,58); }
td.TdClassName
{
border-color: #D56E3A;
}
.TagClassName
{
border-color: #D56E3A;
}
</style>