Shades of Chilean Fire #DC5026
Tints of Chilean Fire #DC5026
RGB
CMYK
RGB Variations
Color information
#DC5026 (or 0xDC5026) is known color: Chilean Fire. HEX triplet: DC, 50 and 26. RGB value is (220,80,38). Sum of RGB (Red+Green+Blue) = 220+80+38=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5026 is #23AFD9. Grayscale: #757575. Windows color (decimal): -2338778 or 2511068. OLE color: 2511068.
HSL color Cylindrical-coordinate representation of color #DC5026: hue angle of 13.85º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC5026 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 38 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.14 |
| HSL | 13.85º | 0.72% | 0.51% | - |
| HSV(B) | 13.85º | 0.83% | 0.86% | - |
| XYZ | 32.73 | 21.09 | 4.18 | - |
| YUV | 117.07 | 83.38 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 38 | 0 | 0.64 | 0.83 | 0.14 | 13.85 | 0.72 | 0.51 |
| Hex | DC | 50 | 26 | 0 | 40 | 53 | E | E | 48 | 33 |
| Octal | 334 | 120 | 46 | 0 | 100 | 123 | 16 | 16 | 110 | 63 |
| Binary | 11011100 | 1010000 | 100110 | 0 | 1000000 | 1010011 | 1110 | 1110 | 1001000 | 110011 |
Color Harmonies of #DC5026
Complementary color
Monochromatic Colors of #DC5026
Black with #DC5026
Text Example
Text Example
White with #DC5026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5026; }
p { color: rgb(220,80,38); }
H1.HeaderClassName
{
color: #DC5026;
}
.AnyTagClassName
{
color: #DC5026;
}
</style>
background-color css
<style>
a { background-color: #DC5026; }
a { background-color: rgb(220,80,38); }
div.DivClassName
{
background-color: #DC5026;
}
.BgClassName
{
background-color: #DC5026;
}
</style>
border-color css
<style>
span { border-color: #DC5026; }
span { border-color: rgb(220,80,38); }
td.TdClassName
{
border-color: #DC5026;
}
.TagClassName
{
border-color: #DC5026;
}
</style>