Shades of Sorbus #D26D3F
Tints of Sorbus #D26D3F
RGB
CMYK
RGB Variations
Color information
#D26D3F (or 0xD26D3F) is known color: Sorbus. HEX triplet: D2, 6D and 3F. RGB value is (210,109,63). Sum of RGB (Red+Green+Blue) = 210+109+63=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26D3F is #2D92C0. Grayscale: #868686. Windows color (decimal): -2986689 or 4156882. OLE color: 4156882.
HSL color Cylindrical-coordinate representation of color #D26D3F: hue angle of 18.78º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D26D3F is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 63 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.18 |
| HSL | 18.78º | 0.62% | 0.54% | - |
| HSV(B) | 18.78º | 0.7% | 0.82% | - |
| XYZ | 32.94 | 25 | 7.79 | - |
| YUV | 133.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 63 | 0 | 0.48 | 0.70 | 0.18 | 18.78 | 0.62 | 0.54 |
| Hex | D2 | 6D | 3F | 0 | 30 | 46 | 12 | 13 | 3E | 36 |
| Octal | 322 | 155 | 77 | 0 | 60 | 106 | 22 | 23 | 76 | 66 |
| Binary | 11010010 | 1101101 | 111111 | 0 | 110000 | 1000110 | 10010 | 10011 | 111110 | 110110 |
Color Harmonies of #D26D3F
Complementary color
Monochromatic Colors of #D26D3F
Black with #D26D3F
Text Example
Text Example
White with #D26D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D3F; }
p { color: rgb(210,109,63); }
H1.HeaderClassName
{
color: #D26D3F;
}
.AnyTagClassName
{
color: #D26D3F;
}
</style>
background-color css
<style>
a { background-color: #D26D3F; }
a { background-color: rgb(210,109,63); }
div.DivClassName
{
background-color: #D26D3F;
}
.BgClassName
{
background-color: #D26D3F;
}
</style>
border-color css
<style>
span { border-color: #D26D3F; }
span { border-color: rgb(210,109,63); }
td.TdClassName
{
border-color: #D26D3F;
}
.TagClassName
{
border-color: #D26D3F;
}
</style>