Shades of Chilean Fire #DC5E27
Tints of Chilean Fire #DC5E27
RGB
CMYK
RGB Variations
Color information
#DC5E27 (or 0xDC5E27) is known color: Chilean Fire. HEX triplet: DC, 5E and 27. RGB value is (220,94,39). Sum of RGB (Red+Green+Blue) = 220+94+39=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5E27 is #23A1D8. Grayscale: #7D7D7D. Windows color (decimal): -2335193 or 2580188. OLE color: 2580188.
HSL color Cylindrical-coordinate representation of color #DC5E27: hue angle of 18.23º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC5E27 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 39 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.14 |
| HSL | 18.23º | 0.72% | 0.51% | - |
| HSV(B) | 18.23º | 0.82% | 0.86% | - |
| XYZ | 33.88 | 23.37 | 4.64 | - |
| YUV | 125.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 39 | 0 | 0.57 | 0.82 | 0.14 | 18.23 | 0.72 | 0.51 |
| Hex | DC | 5E | 27 | 0 | 39 | 52 | E | 12 | 48 | 33 |
| Octal | 334 | 136 | 47 | 0 | 71 | 122 | 16 | 22 | 110 | 63 |
| Binary | 11011100 | 1011110 | 100111 | 0 | 111001 | 1010010 | 1110 | 10010 | 1001000 | 110011 |
Color Harmonies of #DC5E27
Complementary color
Monochromatic Colors of #DC5E27
Black with #DC5E27
Text Example
Text Example
White with #DC5E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E27; }
p { color: rgb(220,94,39); }
H1.HeaderClassName
{
color: #DC5E27;
}
.AnyTagClassName
{
color: #DC5E27;
}
</style>
background-color css
<style>
a { background-color: #DC5E27; }
a { background-color: rgb(220,94,39); }
div.DivClassName
{
background-color: #DC5E27;
}
.BgClassName
{
background-color: #DC5E27;
}
</style>
border-color css
<style>
span { border-color: #DC5E27; }
span { border-color: rgb(220,94,39); }
td.TdClassName
{
border-color: #DC5E27;
}
.TagClassName
{
border-color: #DC5E27;
}
</style>