Shades of Sorbus #DF613F
Tints of Sorbus #DF613F
RGB
CMYK
RGB Variations
Color information
#DF613F (or 0xDF613F) is known color: Sorbus. HEX triplet: DF, 61 and 3F. RGB value is (223,97,63). Sum of RGB (Red+Green+Blue) = 223+97+63=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF613F is #209EC0. Grayscale: #838383. Windows color (decimal): -2137793 or 4153823. OLE color: 4153823.
HSL color Cylindrical-coordinate representation of color #DF613F: hue angle of 12.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF613F is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 63 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.13 |
| HSL | 12.75º | 0.71% | 0.56% | - |
| HSV(B) | 12.75º | 0.72% | 0.87% | - |
| XYZ | 35.6 | 24.6 | 7.57 | - |
| YUV | 130.8 | 89.74 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 63 | 0 | 0.57 | 0.72 | 0.13 | 12.75 | 0.71 | 0.56 |
| Hex | DF | 61 | 3F | 0 | 39 | 48 | D | D | 47 | 38 |
| Octal | 337 | 141 | 77 | 0 | 71 | 110 | 15 | 15 | 107 | 70 |
| Binary | 11011111 | 1100001 | 111111 | 0 | 111001 | 1001000 | 1101 | 1101 | 1000111 | 111000 |
Color Harmonies of #DF613F
Complementary color
Monochromatic Colors of #DF613F
Black with #DF613F
Text Example
Text Example
White with #DF613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF613F; }
p { color: rgb(223,97,63); }
H1.HeaderClassName
{
color: #DF613F;
}
.AnyTagClassName
{
color: #DF613F;
}
</style>
background-color css
<style>
a { background-color: #DF613F; }
a { background-color: rgb(223,97,63); }
div.DivClassName
{
background-color: #DF613F;
}
.BgClassName
{
background-color: #DF613F;
}
</style>
border-color css
<style>
span { border-color: #DF613F; }
span { border-color: rgb(223,97,63); }
td.TdClassName
{
border-color: #DF613F;
}
.TagClassName
{
border-color: #DF613F;
}
</style>