Shades of Sorbus #DE613B
Tints of Sorbus #DE613B
RGB
CMYK
RGB Variations
Color information
#DE613B (or 0xDE613B) is known color: Sorbus. HEX triplet: DE, 61 and 3B. RGB value is (222,97,59). Sum of RGB (Red+Green+Blue) = 222+97+59=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE613B is #219EC4. Grayscale: #828282. Windows color (decimal): -2203333 or 3891678. OLE color: 3891678.
HSL color Cylindrical-coordinate representation of color #DE613B: hue angle of 13.99º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE613B is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 97 | 59 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.13 |
| HSL | 13.99º | 0.71% | 0.55% | - |
| HSV(B) | 13.99º | 0.73% | 0.87% | - |
| XYZ | 35.19 | 24.39 | 6.99 | - |
| YUV | 130.04 | 87.91 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 59 | 0 | 0.56 | 0.73 | 0.13 | 13.99 | 0.71 | 0.55 |
| Hex | DE | 61 | 3B | 0 | 38 | 49 | D | E | 47 | 37 |
| Octal | 336 | 141 | 73 | 0 | 70 | 111 | 15 | 16 | 107 | 67 |
| Binary | 11011110 | 1100001 | 111011 | 0 | 111000 | 1001001 | 1101 | 1110 | 1000111 | 110111 |
Color Harmonies of #DE613B
Complementary color
Monochromatic Colors of #DE613B
Black with #DE613B
Text Example
Text Example
White with #DE613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE613B; }
p { color: rgb(222,97,59); }
H1.HeaderClassName
{
color: #DE613B;
}
.AnyTagClassName
{
color: #DE613B;
}
</style>
background-color css
<style>
a { background-color: #DE613B; }
a { background-color: rgb(222,97,59); }
div.DivClassName
{
background-color: #DE613B;
}
.BgClassName
{
background-color: #DE613B;
}
</style>
border-color css
<style>
span { border-color: #DE613B; }
span { border-color: rgb(222,97,59); }
td.TdClassName
{
border-color: #DE613B;
}
.TagClassName
{
border-color: #DE613B;
}
</style>