Shades of Sorbus #DF612D
Tints of Sorbus #DF612D
RGB
CMYK
RGB Variations
Color information
#DF612D (or 0xDF612D) is known color: Sorbus. HEX triplet: DF, 61 and 2D. RGB value is (223,97,45). Sum of RGB (Red+Green+Blue) = 223+97+45=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF612D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF612D is #209ED2. Grayscale: #818181. Windows color (decimal): -2137811 or 2974175. OLE color: 2974175.
HSL color Cylindrical-coordinate representation of color #DF612D: hue angle of 17.53º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF612D is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 45 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.13 |
| HSL | 17.53º | 0.74% | 0.53% | - |
| HSV(B) | 17.53º | 0.8% | 0.87% | - |
| XYZ | 35.18 | 24.43 | 5.34 | - |
| YUV | 128.75 | 80.74 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 45 | 0 | 0.57 | 0.80 | 0.13 | 17.53 | 0.74 | 0.53 |
| Hex | DF | 61 | 2D | 0 | 39 | 50 | D | 12 | 4A | 35 |
| Octal | 337 | 141 | 55 | 0 | 71 | 120 | 15 | 22 | 112 | 65 |
| Binary | 11011111 | 1100001 | 101101 | 0 | 111001 | 1010000 | 1101 | 10010 | 1001010 | 110101 |
Color Harmonies of #DF612D
Complementary color
Monochromatic Colors of #DF612D
Black with #DF612D
Text Example
Text Example
White with #DF612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF612D; }
p { color: rgb(223,97,45); }
H1.HeaderClassName
{
color: #DF612D;
}
.AnyTagClassName
{
color: #DF612D;
}
</style>
background-color css
<style>
a { background-color: #DF612D; }
a { background-color: rgb(223,97,45); }
div.DivClassName
{
background-color: #DF612D;
}
.BgClassName
{
background-color: #DF612D;
}
</style>
border-color css
<style>
span { border-color: #DF612D; }
span { border-color: rgb(223,97,45); }
td.TdClassName
{
border-color: #DF612D;
}
.TagClassName
{
border-color: #DF612D;
}
</style>