Shades of Chilean Fire #DC5B31
Tints of Chilean Fire #DC5B31
RGB
CMYK
RGB Variations
Color information
#DC5B31 (or 0xDC5B31) is known color: Chilean Fire. HEX triplet: DC, 5B and 31. RGB value is (220,91,49). Sum of RGB (Red+Green+Blue) = 220+91+49=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B31 is #23A4CE. Grayscale: #7D7D7D. Windows color (decimal): -2335951 or 3234780. OLE color: 3234780.
HSL color Cylindrical-coordinate representation of color #DC5B31: hue angle of 14.74º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC5B31 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 49 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.14 |
| HSL | 14.74º | 0.71% | 0.53% | - |
| HSV(B) | 14.74º | 0.78% | 0.86% | - |
| XYZ | 33.81 | 22.92 | 5.55 | - |
| YUV | 124.78 | 85.24 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 49 | 0 | 0.59 | 0.78 | 0.14 | 14.74 | 0.71 | 0.53 |
| Hex | DC | 5B | 31 | 0 | 3B | 4E | E | F | 47 | 35 |
| Octal | 334 | 133 | 61 | 0 | 73 | 116 | 16 | 17 | 107 | 65 |
| Binary | 11011100 | 1011011 | 110001 | 0 | 111011 | 1001110 | 1110 | 1111 | 1000111 | 110101 |
Color Harmonies of #DC5B31
Complementary color
Monochromatic Colors of #DC5B31
Black with #DC5B31
Text Example
Text Example
White with #DC5B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B31; }
p { color: rgb(220,91,49); }
H1.HeaderClassName
{
color: #DC5B31;
}
.AnyTagClassName
{
color: #DC5B31;
}
</style>
background-color css
<style>
a { background-color: #DC5B31; }
a { background-color: rgb(220,91,49); }
div.DivClassName
{
background-color: #DC5B31;
}
.BgClassName
{
background-color: #DC5B31;
}
</style>
border-color css
<style>
span { border-color: #DC5B31; }
span { border-color: rgb(220,91,49); }
td.TdClassName
{
border-color: #DC5B31;
}
.TagClassName
{
border-color: #DC5B31;
}
</style>