Shades of Sorbus #DD632E
Tints of Sorbus #DD632E
RGB
CMYK
RGB Variations
Color information
#DD632E (or 0xDD632E) is known color: Sorbus. HEX triplet: DD, 63 and 2E. RGB value is (221,99,46). Sum of RGB (Red+Green+Blue) = 221+99+46=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD632E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD632E is #229CD1. Grayscale: #818181. Windows color (decimal): -2268370 or 3040221. OLE color: 3040221.
HSL color Cylindrical-coordinate representation of color #DD632E: hue angle of 18.17º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD632E is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 46 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.13 |
| HSL | 18.17º | 0.72% | 0.52% | - |
| HSV(B) | 18.17º | 0.79% | 0.87% | - |
| XYZ | 34.77 | 24.49 | 5.48 | - |
| YUV | 129.44 | 80.92 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 46 | 0 | 0.55 | 0.79 | 0.13 | 18.17 | 0.72 | 0.52 |
| Hex | DD | 63 | 2E | 0 | 37 | 4F | D | 12 | 48 | 34 |
| Octal | 335 | 143 | 56 | 0 | 67 | 117 | 15 | 22 | 110 | 64 |
| Binary | 11011101 | 1100011 | 101110 | 0 | 110111 | 1001111 | 1101 | 10010 | 1001000 | 110100 |
Color Harmonies of #DD632E
Complementary color
Monochromatic Colors of #DD632E
Black with #DD632E
Text Example
Text Example
White with #DD632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD632E; }
p { color: rgb(221,99,46); }
H1.HeaderClassName
{
color: #DD632E;
}
.AnyTagClassName
{
color: #DD632E;
}
</style>
background-color css
<style>
a { background-color: #DD632E; }
a { background-color: rgb(221,99,46); }
div.DivClassName
{
background-color: #DD632E;
}
.BgClassName
{
background-color: #DD632E;
}
</style>
border-color css
<style>
span { border-color: #DD632E; }
span { border-color: rgb(221,99,46); }
td.TdClassName
{
border-color: #DD632E;
}
.TagClassName
{
border-color: #DD632E;
}
</style>