Shades of Sorbus #DE613C
Tints of Sorbus #DE613C
RGB
CMYK
RGB Variations
Color information
#DE613C (or 0xDE613C) is known color: Sorbus. HEX triplet: DE, 61 and 3C. RGB value is (222,97,60). Sum of RGB (Red+Green+Blue) = 222+97+60=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE613C is #219EC3. Grayscale: #828282. Windows color (decimal): -2203332 or 3957214. OLE color: 3957214.
HSL color Cylindrical-coordinate representation of color #DE613C: hue angle of 13.7º 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 #DE613C is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 97 | 60 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.13 |
| HSL | 13.7º | 0.71% | 0.55% | - |
| HSV(B) | 13.7º | 0.73% | 0.87% | - |
| XYZ | 35.21 | 24.41 | 7.13 | - |
| YUV | 130.16 | 88.41 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 60 | 0 | 0.56 | 0.73 | 0.13 | 13.7 | 0.71 | 0.55 |
| Hex | DE | 61 | 3C | 0 | 38 | 49 | D | E | 47 | 37 |
| Octal | 336 | 141 | 74 | 0 | 70 | 111 | 15 | 16 | 107 | 67 |
| Binary | 11011110 | 1100001 | 111100 | 0 | 111000 | 1001001 | 1101 | 1110 | 1000111 | 110111 |
Color Harmonies of #DE613C
Complementary color
Monochromatic Colors of #DE613C
Black with #DE613C
Text Example
Text Example
White with #DE613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE613C; }
p { color: rgb(222,97,60); }
H1.HeaderClassName
{
color: #DE613C;
}
.AnyTagClassName
{
color: #DE613C;
}
</style>
background-color css
<style>
a { background-color: #DE613C; }
a { background-color: rgb(222,97,60); }
div.DivClassName
{
background-color: #DE613C;
}
.BgClassName
{
background-color: #DE613C;
}
</style>
border-color css
<style>
span { border-color: #DE613C; }
span { border-color: rgb(222,97,60); }
td.TdClassName
{
border-color: #DE613C;
}
.TagClassName
{
border-color: #DE613C;
}
</style>