Shades of Sorbus #DC652F
Tints of Sorbus #DC652F
RGB
CMYK
RGB Variations
Color information
#DC652F (or 0xDC652F) is known color: Sorbus. HEX triplet: DC, 65 and 2F. RGB value is (220,101,47). Sum of RGB (Red+Green+Blue) = 220+101+47=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC652F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC652F is #239AD0. Grayscale: #828282. Windows color (decimal): -2333393 or 3106268. OLE color: 3106268.
HSL color Cylindrical-coordinate representation of color #DC652F: hue angle of 18.73º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC652F is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 47 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.14 |
| HSL | 18.73º | 0.71% | 0.52% | - |
| HSV(B) | 18.73º | 0.79% | 0.86% | - |
| XYZ | 34.68 | 24.73 | 5.63 | - |
| YUV | 130.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 47 | 0 | 0.54 | 0.79 | 0.14 | 18.73 | 0.71 | 0.52 |
| Hex | DC | 65 | 2F | 0 | 36 | 4F | E | 13 | 47 | 34 |
| Octal | 334 | 145 | 57 | 0 | 66 | 117 | 16 | 23 | 107 | 64 |
| Binary | 11011100 | 1100101 | 101111 | 0 | 110110 | 1001111 | 1110 | 10011 | 1000111 | 110100 |
Color Harmonies of #DC652F
Complementary color
Monochromatic Colors of #DC652F
Black with #DC652F
Text Example
Text Example
White with #DC652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC652F; }
p { color: rgb(220,101,47); }
H1.HeaderClassName
{
color: #DC652F;
}
.AnyTagClassName
{
color: #DC652F;
}
</style>
background-color css
<style>
a { background-color: #DC652F; }
a { background-color: rgb(220,101,47); }
div.DivClassName
{
background-color: #DC652F;
}
.BgClassName
{
background-color: #DC652F;
}
</style>
border-color css
<style>
span { border-color: #DC652F; }
span { border-color: rgb(220,101,47); }
td.TdClassName
{
border-color: #DC652F;
}
.TagClassName
{
border-color: #DC652F;
}
</style>