Shades of Chilean Fire #DC5122
Tints of Chilean Fire #DC5122
RGB
CMYK
RGB Variations
Color information
#DC5122 (or 0xDC5122) is known color: Chilean Fire. HEX triplet: DC, 51 and 22. RGB value is (220,81,34). Sum of RGB (Red+Green+Blue) = 220+81+34=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5122 is #23AEDD. Grayscale: #757575. Windows color (decimal): -2338526 or 2249180. OLE color: 2249180.
HSL color Cylindrical-coordinate representation of color #DC5122: hue angle of 15.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC5122 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 34 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.14 |
| HSL | 15.16º | 0.73% | 0.5% | - |
| HSV(B) | 15.16º | 0.85% | 0.86% | - |
| XYZ | 32.75 | 21.22 | 3.88 | - |
| YUV | 117.2 | 81.05 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 34 | 0 | 0.63 | 0.85 | 0.14 | 15.16 | 0.73 | 0.5 |
| Hex | DC | 51 | 22 | 0 | 3F | 55 | E | F | 49 | 32 |
| Octal | 334 | 121 | 42 | 0 | 77 | 125 | 16 | 17 | 111 | 62 |
| Binary | 11011100 | 1010001 | 100010 | 0 | 111111 | 1010101 | 1110 | 1111 | 1001001 | 110010 |
Color Harmonies of #DC5122
Complementary color
Monochromatic Colors of #DC5122
Black with #DC5122
Text Example
Text Example
White with #DC5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5122; }
p { color: rgb(220,81,34); }
H1.HeaderClassName
{
color: #DC5122;
}
.AnyTagClassName
{
color: #DC5122;
}
</style>
background-color css
<style>
a { background-color: #DC5122; }
a { background-color: rgb(220,81,34); }
div.DivClassName
{
background-color: #DC5122;
}
.BgClassName
{
background-color: #DC5122;
}
</style>
border-color css
<style>
span { border-color: #DC5122; }
span { border-color: rgb(220,81,34); }
td.TdClassName
{
border-color: #DC5122;
}
.TagClassName
{
border-color: #DC5122;
}
</style>