Shades of Chilean Fire #DC5938
Tints of Chilean Fire #DC5938
RGB
CMYK
RGB Variations
Color information
#DC5938 (or 0xDC5938) is known color: Chilean Fire. HEX triplet: DC, 59 and 38. RGB value is (220,89,56). Sum of RGB (Red+Green+Blue) = 220+89+56=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5938 is #23A6C7. Grayscale: #7C7C7C. Windows color (decimal): -2336456 or 3693020. OLE color: 3693020.
HSL color Cylindrical-coordinate representation of color #DC5938: hue angle of 12.07º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC5938 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 56 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.14 |
| HSL | 12.07º | 0.7% | 0.54% | - |
| HSV(B) | 12.07º | 0.75% | 0.86% | - |
| XYZ | 33.8 | 22.65 | 6.33 | - |
| YUV | 124.41 | 89.4 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 56 | 0 | 0.60 | 0.75 | 0.14 | 12.07 | 0.7 | 0.54 |
| Hex | DC | 59 | 38 | 0 | 3C | 4B | E | C | 46 | 36 |
| Octal | 334 | 131 | 70 | 0 | 74 | 113 | 16 | 14 | 106 | 66 |
| Binary | 11011100 | 1011001 | 111000 | 0 | 111100 | 1001011 | 1110 | 1100 | 1000110 | 110110 |
Color Harmonies of #DC5938
Complementary color
Monochromatic Colors of #DC5938
Black with #DC5938
Text Example
Text Example
White with #DC5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5938; }
p { color: rgb(220,89,56); }
H1.HeaderClassName
{
color: #DC5938;
}
.AnyTagClassName
{
color: #DC5938;
}
</style>
background-color css
<style>
a { background-color: #DC5938; }
a { background-color: rgb(220,89,56); }
div.DivClassName
{
background-color: #DC5938;
}
.BgClassName
{
background-color: #DC5938;
}
</style>
border-color css
<style>
span { border-color: #DC5938; }
span { border-color: rgb(220,89,56); }
td.TdClassName
{
border-color: #DC5938;
}
.TagClassName
{
border-color: #DC5938;
}
</style>