Shades of Sorbus #DC743A
Tints of Sorbus #DC743A
RGB
CMYK
RGB Variations
Color information
#DC743A (or 0xDC743A) is known color: Sorbus. HEX triplet: DC, 74 and 3A. RGB value is (220,116,58). Sum of RGB (Red+Green+Blue) = 220+116+58=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC743A is #238BC5. Grayscale: #8C8C8C. Windows color (decimal): -2329542 or 3831004. OLE color: 3831004.
HSL color Cylindrical-coordinate representation of color #DC743A: hue angle of 21.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC743A is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 58 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.14 |
| HSL | 21.48º | 0.7% | 0.55% | - |
| HSV(B) | 21.48º | 0.74% | 0.86% | - |
| XYZ | 36.52 | 28.01 | 7.48 | - |
| YUV | 140.48 | 81.46 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 58 | 0 | 0.47 | 0.74 | 0.14 | 21.48 | 0.7 | 0.55 |
| Hex | DC | 74 | 3A | 0 | 2F | 4A | E | 15 | 46 | 37 |
| Octal | 334 | 164 | 72 | 0 | 57 | 112 | 16 | 25 | 106 | 67 |
| Binary | 11011100 | 1110100 | 111010 | 0 | 101111 | 1001010 | 1110 | 10101 | 1000110 | 110111 |
Color Harmonies of #DC743A
Complementary color
Monochromatic Colors of #DC743A
Black with #DC743A
Text Example
Text Example
White with #DC743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC743A; }
p { color: rgb(220,116,58); }
H1.HeaderClassName
{
color: #DC743A;
}
.AnyTagClassName
{
color: #DC743A;
}
</style>
background-color css
<style>
a { background-color: #DC743A; }
a { background-color: rgb(220,116,58); }
div.DivClassName
{
background-color: #DC743A;
}
.BgClassName
{
background-color: #DC743A;
}
</style>
border-color css
<style>
span { border-color: #DC743A; }
span { border-color: rgb(220,116,58); }
td.TdClassName
{
border-color: #DC743A;
}
.TagClassName
{
border-color: #DC743A;
}
</style>