Shades of Chilean Fire #DC5235
Tints of Chilean Fire #DC5235
RGB
CMYK
RGB Variations
Color information
#DC5235 (or 0xDC5235) is known color: Chilean Fire. HEX triplet: DC, 52 and 35. RGB value is (220,82,53). Sum of RGB (Red+Green+Blue) = 220+82+53=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5235 is #23ADCA. Grayscale: #787878. Windows color (decimal): -2338251 or 3494620. OLE color: 3494620.
HSL color Cylindrical-coordinate representation of color #DC5235: hue angle of 10.42º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC5235 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 53 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.14 |
| HSL | 10.42º | 0.7% | 0.54% | - |
| HSV(B) | 10.42º | 0.76% | 0.86% | - |
| XYZ | 33.18 | 21.51 | 5.77 | - |
| YUV | 119.96 | 90.22 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 53 | 0 | 0.63 | 0.76 | 0.14 | 10.42 | 0.7 | 0.54 |
| Hex | DC | 52 | 35 | 0 | 3F | 4C | E | A | 46 | 36 |
| Octal | 334 | 122 | 65 | 0 | 77 | 114 | 16 | 12 | 106 | 66 |
| Binary | 11011100 | 1010010 | 110101 | 0 | 111111 | 1001100 | 1110 | 1010 | 1000110 | 110110 |
Color Harmonies of #DC5235
Complementary color
Monochromatic Colors of #DC5235
Black with #DC5235
Text Example
Text Example
White with #DC5235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5235; }
p { color: rgb(220,82,53); }
H1.HeaderClassName
{
color: #DC5235;
}
.AnyTagClassName
{
color: #DC5235;
}
</style>
background-color css
<style>
a { background-color: #DC5235; }
a { background-color: rgb(220,82,53); }
div.DivClassName
{
background-color: #DC5235;
}
.BgClassName
{
background-color: #DC5235;
}
</style>
border-color css
<style>
span { border-color: #DC5235; }
span { border-color: rgb(220,82,53); }
td.TdClassName
{
border-color: #DC5235;
}
.TagClassName
{
border-color: #DC5235;
}
</style>