Shades of Sorbus #DB613B
Tints of Sorbus #DB613B
RGB
CMYK
RGB Variations
Color information
#DB613B (or 0xDB613B) is known color: Sorbus. HEX triplet: DB, 61 and 3B. RGB value is (219,97,59). Sum of RGB (Red+Green+Blue) = 219+97+59=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB613B is #249EC4. Grayscale: #818181. Windows color (decimal): -2399941 or 3891675. OLE color: 3891675.
HSL color Cylindrical-coordinate representation of color #DB613B: hue angle of 14.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB613B is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 59 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.14 |
| HSL | 14.25º | 0.69% | 0.55% | - |
| HSV(B) | 14.25º | 0.73% | 0.86% | - |
| XYZ | 34.28 | 23.93 | 6.95 | - |
| YUV | 129.15 | 88.42 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 59 | 0 | 0.56 | 0.73 | 0.14 | 14.25 | 0.69 | 0.55 |
| Hex | DB | 61 | 3B | 0 | 38 | 49 | E | E | 45 | 37 |
| Octal | 333 | 141 | 73 | 0 | 70 | 111 | 16 | 16 | 105 | 67 |
| Binary | 11011011 | 1100001 | 111011 | 0 | 111000 | 1001001 | 1110 | 1110 | 1000101 | 110111 |
Color Harmonies of #DB613B
Complementary color
Monochromatic Colors of #DB613B
Black with #DB613B
Text Example
Text Example
White with #DB613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB613B; }
p { color: rgb(219,97,59); }
H1.HeaderClassName
{
color: #DB613B;
}
.AnyTagClassName
{
color: #DB613B;
}
</style>
background-color css
<style>
a { background-color: #DB613B; }
a { background-color: rgb(219,97,59); }
div.DivClassName
{
background-color: #DB613B;
}
.BgClassName
{
background-color: #DB613B;
}
</style>
border-color css
<style>
span { border-color: #DB613B; }
span { border-color: rgb(219,97,59); }
td.TdClassName
{
border-color: #DB613B;
}
.TagClassName
{
border-color: #DB613B;
}
</style>