Shades of Sorbus #DF632D
Tints of Sorbus #DF632D
RGB
CMYK
RGB Variations
Color information
#DF632D (or 0xDF632D) is known color: Sorbus. HEX triplet: DF, 63 and 2D. RGB value is (223,99,45). Sum of RGB (Red+Green+Blue) = 223+99+45=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF632D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF632D is #209CD2. Grayscale: #828282. Windows color (decimal): -2137299 or 2974687. OLE color: 2974687.
HSL color Cylindrical-coordinate representation of color #DF632D: hue angle of 18.2º 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 #DF632D is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 45 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.13 |
| HSL | 18.2º | 0.74% | 0.53% | - |
| HSV(B) | 18.2º | 0.8% | 0.87% | - |
| XYZ | 35.37 | 24.8 | 5.41 | - |
| YUV | 129.92 | 80.08 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 45 | 0 | 0.56 | 0.80 | 0.13 | 18.2 | 0.74 | 0.53 |
| Hex | DF | 63 | 2D | 0 | 38 | 50 | D | 12 | 4A | 35 |
| Octal | 337 | 143 | 55 | 0 | 70 | 120 | 15 | 22 | 112 | 65 |
| Binary | 11011111 | 1100011 | 101101 | 0 | 111000 | 1010000 | 1101 | 10010 | 1001010 | 110101 |
Color Harmonies of #DF632D
Complementary color
Monochromatic Colors of #DF632D
Black with #DF632D
Text Example
Text Example
White with #DF632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF632D; }
p { color: rgb(223,99,45); }
H1.HeaderClassName
{
color: #DF632D;
}
.AnyTagClassName
{
color: #DF632D;
}
</style>
background-color css
<style>
a { background-color: #DF632D; }
a { background-color: rgb(223,99,45); }
div.DivClassName
{
background-color: #DF632D;
}
.BgClassName
{
background-color: #DF632D;
}
</style>
border-color css
<style>
span { border-color: #DF632D; }
span { border-color: rgb(223,99,45); }
td.TdClassName
{
border-color: #DF632D;
}
.TagClassName
{
border-color: #DF632D;
}
</style>