Shades of Sorbus #DA613A
Tints of Sorbus #DA613A
RGB
CMYK
RGB Variations
Color information
#DA613A (or 0xDA613A) is known color: Sorbus. HEX triplet: DA, 61 and 3A. RGB value is (218,97,58). Sum of RGB (Red+Green+Blue) = 218+97+58=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA613A is #259EC5. Grayscale: #818181. Windows color (decimal): -2465478 or 3826138. OLE color: 3826138.
HSL color Cylindrical-coordinate representation of color #DA613A: hue angle of 14.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA613A is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 58 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.15 |
| HSL | 14.63º | 0.68% | 0.54% | - |
| HSV(B) | 14.63º | 0.73% | 0.85% | - |
| XYZ | 33.95 | 23.76 | 6.8 | - |
| YUV | 128.73 | 88.09 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 58 | 0 | 0.56 | 0.73 | 0.15 | 14.63 | 0.68 | 0.54 |
| Hex | DA | 61 | 3A | 0 | 38 | 49 | F | F | 44 | 36 |
| Octal | 332 | 141 | 72 | 0 | 70 | 111 | 17 | 17 | 104 | 66 |
| Binary | 11011010 | 1100001 | 111010 | 0 | 111000 | 1001001 | 1111 | 1111 | 1000100 | 110110 |
Color Harmonies of #DA613A
Complementary color
Monochromatic Colors of #DA613A
Black with #DA613A
Text Example
Text Example
White with #DA613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA613A; }
p { color: rgb(218,97,58); }
H1.HeaderClassName
{
color: #DA613A;
}
.AnyTagClassName
{
color: #DA613A;
}
</style>
background-color css
<style>
a { background-color: #DA613A; }
a { background-color: rgb(218,97,58); }
div.DivClassName
{
background-color: #DA613A;
}
.BgClassName
{
background-color: #DA613A;
}
</style>
border-color css
<style>
span { border-color: #DA613A; }
span { border-color: rgb(218,97,58); }
td.TdClassName
{
border-color: #DA613A;
}
.TagClassName
{
border-color: #DA613A;
}
</style>