Shades of Sorbus #D26C3C
Tints of Sorbus #D26C3C
RGB
CMYK
RGB Variations
Color information
#D26C3C (or 0xD26C3C) is known color: Sorbus. HEX triplet: D2, 6C and 3C. RGB value is (210,108,60). Sum of RGB (Red+Green+Blue) = 210+108+60=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C3C is #2D93C3. Grayscale: #858585. Windows color (decimal): -2986948 or 3960018. OLE color: 3960018.
HSL color Cylindrical-coordinate representation of color #D26C3C: hue angle of 19.2º 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 #D26C3C is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 60 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.18 |
| HSL | 19.2º | 0.63% | 0.53% | - |
| HSV(B) | 19.2º | 0.71% | 0.82% | - |
| XYZ | 32.76 | 24.75 | 7.33 | - |
| YUV | 133.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 60 | 0 | 0.49 | 0.71 | 0.18 | 19.2 | 0.63 | 0.53 |
| Hex | D2 | 6C | 3C | 0 | 31 | 47 | 12 | 13 | 3E | 35 |
| Octal | 322 | 154 | 74 | 0 | 61 | 107 | 22 | 23 | 76 | 65 |
| Binary | 11010010 | 1101100 | 111100 | 0 | 110001 | 1000111 | 10010 | 10011 | 111110 | 110101 |
Color Harmonies of #D26C3C
Complementary color
Monochromatic Colors of #D26C3C
Black with #D26C3C
Text Example
Text Example
White with #D26C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C3C; }
p { color: rgb(210,108,60); }
H1.HeaderClassName
{
color: #D26C3C;
}
.AnyTagClassName
{
color: #D26C3C;
}
</style>
background-color css
<style>
a { background-color: #D26C3C; }
a { background-color: rgb(210,108,60); }
div.DivClassName
{
background-color: #D26C3C;
}
.BgClassName
{
background-color: #D26C3C;
}
</style>
border-color css
<style>
span { border-color: #D26C3C; }
span { border-color: rgb(210,108,60); }
td.TdClassName
{
border-color: #D26C3C;
}
.TagClassName
{
border-color: #D26C3C;
}
</style>