Shades of Chilean Fire #DC5231
Tints of Chilean Fire #DC5231
RGB
CMYK
RGB Variations
Color information
#DC5231 (or 0xDC5231) is known color: Chilean Fire. HEX triplet: DC, 52 and 31. RGB value is (220,82,49). Sum of RGB (Red+Green+Blue) = 220+82+49=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5231 is #23ADCE. Grayscale: #777777. Windows color (decimal): -2338255 or 3232476. OLE color: 3232476.
HSL color Cylindrical-coordinate representation of color #DC5231: hue angle of 11.58º 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 #DC5231 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 49 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.14 |
| HSL | 11.58º | 0.71% | 0.53% | - |
| HSV(B) | 11.58º | 0.78% | 0.86% | - |
| XYZ | 33.09 | 21.47 | 5.31 | - |
| YUV | 119.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 49 | 0 | 0.63 | 0.78 | 0.14 | 11.58 | 0.71 | 0.53 |
| Hex | DC | 52 | 31 | 0 | 3F | 4E | E | C | 47 | 35 |
| Octal | 334 | 122 | 61 | 0 | 77 | 116 | 16 | 14 | 107 | 65 |
| Binary | 11011100 | 1010010 | 110001 | 0 | 111111 | 1001110 | 1110 | 1100 | 1000111 | 110101 |
Color Harmonies of #DC5231
Complementary color
Monochromatic Colors of #DC5231
Black with #DC5231
Text Example
Text Example
White with #DC5231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5231; }
p { color: rgb(220,82,49); }
H1.HeaderClassName
{
color: #DC5231;
}
.AnyTagClassName
{
color: #DC5231;
}
</style>
background-color css
<style>
a { background-color: #DC5231; }
a { background-color: rgb(220,82,49); }
div.DivClassName
{
background-color: #DC5231;
}
.BgClassName
{
background-color: #DC5231;
}
</style>
border-color css
<style>
span { border-color: #DC5231; }
span { border-color: rgb(220,82,49); }
td.TdClassName
{
border-color: #DC5231;
}
.TagClassName
{
border-color: #DC5231;
}
</style>