Shades of Sorbus #DC613D
Tints of Sorbus #DC613D
RGB
CMYK
RGB Variations
Color information
#DC613D (or 0xDC613D) is known color: Sorbus. HEX triplet: DC, 61 and 3D. RGB value is (220,97,61). Sum of RGB (Red+Green+Blue) = 220+97+61=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC613D is #239EC2. Grayscale: #818181. Windows color (decimal): -2334403 or 4022748. OLE color: 4022748.
HSL color Cylindrical-coordinate representation of color #DC613D: hue angle of 13.58º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC613D is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 61 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.14 |
| HSL | 13.58º | 0.69% | 0.55% | - |
| HSV(B) | 13.58º | 0.72% | 0.86% | - |
| XYZ | 34.63 | 24.1 | 7.24 | - |
| YUV | 129.67 | 89.25 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 61 | 0 | 0.56 | 0.72 | 0.14 | 13.58 | 0.69 | 0.55 |
| Hex | DC | 61 | 3D | 0 | 38 | 48 | E | E | 45 | 37 |
| Octal | 334 | 141 | 75 | 0 | 70 | 110 | 16 | 16 | 105 | 67 |
| Binary | 11011100 | 1100001 | 111101 | 0 | 111000 | 1001000 | 1110 | 1110 | 1000101 | 110111 |
Color Harmonies of #DC613D
Complementary color
Monochromatic Colors of #DC613D
Black with #DC613D
Text Example
Text Example
White with #DC613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC613D; }
p { color: rgb(220,97,61); }
H1.HeaderClassName
{
color: #DC613D;
}
.AnyTagClassName
{
color: #DC613D;
}
</style>
background-color css
<style>
a { background-color: #DC613D; }
a { background-color: rgb(220,97,61); }
div.DivClassName
{
background-color: #DC613D;
}
.BgClassName
{
background-color: #DC613D;
}
</style>
border-color css
<style>
span { border-color: #DC613D; }
span { border-color: rgb(220,97,61); }
td.TdClassName
{
border-color: #DC613D;
}
.TagClassName
{
border-color: #DC613D;
}
</style>