Shades of Sorbus #DF612E
Tints of Sorbus #DF612E
RGB
CMYK
RGB Variations
Color information
#DF612E (or 0xDF612E) is known color: Sorbus. HEX triplet: DF, 61 and 2E. RGB value is (223,97,46). Sum of RGB (Red+Green+Blue) = 223+97+46=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF612E is #209ED1. Grayscale: #818181. Windows color (decimal): -2137810 or 3039711. OLE color: 3039711.
HSL color Cylindrical-coordinate representation of color #DF612E: hue angle of 17.29º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF612E is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 46 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.13 |
| HSL | 17.29º | 0.73% | 0.53% | - |
| HSV(B) | 17.29º | 0.79% | 0.87% | - |
| XYZ | 35.2 | 24.43 | 5.45 | - |
| YUV | 128.86 | 81.24 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 46 | 0 | 0.57 | 0.79 | 0.13 | 17.29 | 0.73 | 0.53 |
| Hex | DF | 61 | 2E | 0 | 39 | 4F | D | 11 | 49 | 35 |
| Octal | 337 | 141 | 56 | 0 | 71 | 117 | 15 | 21 | 111 | 65 |
| Binary | 11011111 | 1100001 | 101110 | 0 | 111001 | 1001111 | 1101 | 10001 | 1001001 | 110101 |
Color Harmonies of #DF612E
Complementary color
Monochromatic Colors of #DF612E
Black with #DF612E
Text Example
Text Example
White with #DF612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF612E; }
p { color: rgb(223,97,46); }
H1.HeaderClassName
{
color: #DF612E;
}
.AnyTagClassName
{
color: #DF612E;
}
</style>
background-color css
<style>
a { background-color: #DF612E; }
a { background-color: rgb(223,97,46); }
div.DivClassName
{
background-color: #DF612E;
}
.BgClassName
{
background-color: #DF612E;
}
</style>
border-color css
<style>
span { border-color: #DF612E; }
span { border-color: rgb(223,97,46); }
td.TdClassName
{
border-color: #DF612E;
}
.TagClassName
{
border-color: #DF612E;
}
</style>