Shades of Chilean Fire #DC5234
Tints of Chilean Fire #DC5234
RGB
CMYK
RGB Variations
Color information
#DC5234 (or 0xDC5234) is known color: Chilean Fire. HEX triplet: DC, 52 and 34. RGB value is (220,82,52). Sum of RGB (Red+Green+Blue) = 220+82+52=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5234 is #23ADCB. Grayscale: #787878. Windows color (decimal): -2338252 or 3429084. OLE color: 3429084.
HSL color Cylindrical-coordinate representation of color #DC5234: hue angle of 10.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC5234 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 52 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.14 |
| HSL | 10.71º | 0.71% | 0.53% | - |
| HSV(B) | 10.71º | 0.76% | 0.86% | - |
| XYZ | 33.15 | 21.5 | 5.65 | - |
| YUV | 119.84 | 89.72 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 52 | 0 | 0.63 | 0.76 | 0.14 | 10.71 | 0.71 | 0.53 |
| Hex | DC | 52 | 34 | 0 | 3F | 4C | E | B | 47 | 35 |
| Octal | 334 | 122 | 64 | 0 | 77 | 114 | 16 | 13 | 107 | 65 |
| Binary | 11011100 | 1010010 | 110100 | 0 | 111111 | 1001100 | 1110 | 1011 | 1000111 | 110101 |
Color Harmonies of #DC5234
Complementary color
Monochromatic Colors of #DC5234
Black with #DC5234
Text Example
Text Example
White with #DC5234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5234; }
p { color: rgb(220,82,52); }
H1.HeaderClassName
{
color: #DC5234;
}
.AnyTagClassName
{
color: #DC5234;
}
</style>
background-color css
<style>
a { background-color: #DC5234; }
a { background-color: rgb(220,82,52); }
div.DivClassName
{
background-color: #DC5234;
}
.BgClassName
{
background-color: #DC5234;
}
</style>
border-color css
<style>
span { border-color: #DC5234; }
span { border-color: rgb(220,82,52); }
td.TdClassName
{
border-color: #DC5234;
}
.TagClassName
{
border-color: #DC5234;
}
</style>