Shades of Sorbus #DF6135
Tints of Sorbus #DF6135
RGB
CMYK
RGB Variations
Color information
#DF6135 (or 0xDF6135) is known color: Sorbus. HEX triplet: DF, 61 and 35. RGB value is (223,97,53). Sum of RGB (Red+Green+Blue) = 223+97+53=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6135 is #209ECA. Grayscale: #818181. Windows color (decimal): -2137803 or 3498463. OLE color: 3498463.
HSL color Cylindrical-coordinate representation of color #DF6135: hue angle of 15.53º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF6135 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 53 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.13 |
| HSL | 15.53º | 0.73% | 0.54% | - |
| HSV(B) | 15.53º | 0.76% | 0.87% | - |
| XYZ | 35.35 | 24.49 | 6.23 | - |
| YUV | 129.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 53 | 0 | 0.57 | 0.76 | 0.13 | 15.53 | 0.73 | 0.54 |
| Hex | DF | 61 | 35 | 0 | 39 | 4C | D | 10 | 49 | 36 |
| Octal | 337 | 141 | 65 | 0 | 71 | 114 | 15 | 20 | 111 | 66 |
| Binary | 11011111 | 1100001 | 110101 | 0 | 111001 | 1001100 | 1101 | 10000 | 1001001 | 110110 |
Color Harmonies of #DF6135
Complementary color
Monochromatic Colors of #DF6135
Black with #DF6135
Text Example
Text Example
White with #DF6135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6135; }
p { color: rgb(223,97,53); }
H1.HeaderClassName
{
color: #DF6135;
}
.AnyTagClassName
{
color: #DF6135;
}
</style>
background-color css
<style>
a { background-color: #DF6135; }
a { background-color: rgb(223,97,53); }
div.DivClassName
{
background-color: #DF6135;
}
.BgClassName
{
background-color: #DF6135;
}
</style>
border-color css
<style>
span { border-color: #DF6135; }
span { border-color: rgb(223,97,53); }
td.TdClassName
{
border-color: #DF6135;
}
.TagClassName
{
border-color: #DF6135;
}
</style>