Shades of Sorbus #DF613C
Tints of Sorbus #DF613C
RGB
CMYK
RGB Variations
Color information
#DF613C (or 0xDF613C) is known color: Sorbus. HEX triplet: DF, 61 and 3C. RGB value is (223,97,60). Sum of RGB (Red+Green+Blue) = 223+97+60=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF613C is #209EC3. Grayscale: #828282. Windows color (decimal): -2137796 or 3957215. OLE color: 3957215.
HSL color Cylindrical-coordinate representation of color #DF613C: hue angle of 13.62º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF613C is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 60 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.13 |
| HSL | 13.62º | 0.72% | 0.55% | - |
| HSV(B) | 13.62º | 0.73% | 0.87% | - |
| XYZ | 35.52 | 24.56 | 7.14 | - |
| YUV | 130.46 | 88.24 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 60 | 0 | 0.57 | 0.73 | 0.13 | 13.62 | 0.72 | 0.55 |
| Hex | DF | 61 | 3C | 0 | 39 | 49 | D | E | 48 | 37 |
| Octal | 337 | 141 | 74 | 0 | 71 | 111 | 15 | 16 | 110 | 67 |
| Binary | 11011111 | 1100001 | 111100 | 0 | 111001 | 1001001 | 1101 | 1110 | 1001000 | 110111 |
Color Harmonies of #DF613C
Complementary color
Monochromatic Colors of #DF613C
Black with #DF613C
Text Example
Text Example
White with #DF613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF613C; }
p { color: rgb(223,97,60); }
H1.HeaderClassName
{
color: #DF613C;
}
.AnyTagClassName
{
color: #DF613C;
}
</style>
background-color css
<style>
a { background-color: #DF613C; }
a { background-color: rgb(223,97,60); }
div.DivClassName
{
background-color: #DF613C;
}
.BgClassName
{
background-color: #DF613C;
}
</style>
border-color css
<style>
span { border-color: #DF613C; }
span { border-color: rgb(223,97,60); }
td.TdClassName
{
border-color: #DF613C;
}
.TagClassName
{
border-color: #DF613C;
}
</style>