Shades of Sorbus #D26D3D
Tints of Sorbus #D26D3D
RGB
CMYK
RGB Variations
Color information
#D26D3D (or 0xD26D3D) is known color: Sorbus. HEX triplet: D2, 6D and 3D. RGB value is (210,109,61). Sum of RGB (Red+Green+Blue) = 210+109+61=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26D3D is #2D92C2. Grayscale: #868686. Windows color (decimal): -2986691 or 4025810. OLE color: 4025810.
HSL color Cylindrical-coordinate representation of color #D26D3D: hue angle of 19.33º degrees, saturation: 0.62, 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 #D26D3D is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 61 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.18 |
| HSL | 19.33º | 0.62% | 0.53% | - |
| HSV(B) | 19.33º | 0.71% | 0.82% | - |
| XYZ | 32.89 | 24.98 | 7.5 | - |
| YUV | 133.73 | 86.96 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 61 | 0 | 0.48 | 0.71 | 0.18 | 19.33 | 0.62 | 0.53 |
| Hex | D2 | 6D | 3D | 0 | 30 | 47 | 12 | 13 | 3E | 35 |
| Octal | 322 | 155 | 75 | 0 | 60 | 107 | 22 | 23 | 76 | 65 |
| Binary | 11010010 | 1101101 | 111101 | 0 | 110000 | 1000111 | 10010 | 10011 | 111110 | 110101 |
Color Harmonies of #D26D3D
Complementary color
Monochromatic Colors of #D26D3D
Black with #D26D3D
Text Example
Text Example
White with #D26D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D3D; }
p { color: rgb(210,109,61); }
H1.HeaderClassName
{
color: #D26D3D;
}
.AnyTagClassName
{
color: #D26D3D;
}
</style>
background-color css
<style>
a { background-color: #D26D3D; }
a { background-color: rgb(210,109,61); }
div.DivClassName
{
background-color: #D26D3D;
}
.BgClassName
{
background-color: #D26D3D;
}
</style>
border-color css
<style>
span { border-color: #D26D3D; }
span { border-color: rgb(210,109,61); }
td.TdClassName
{
border-color: #D26D3D;
}
.TagClassName
{
border-color: #D26D3D;
}
</style>