Shades of Chilean Fire #DC5A34
Tints of Chilean Fire #DC5A34
RGB
CMYK
RGB Variations
Color information
#DC5A34 (or 0xDC5A34) is known color: Chilean Fire. HEX triplet: DC, 5A and 34. RGB value is (220,90,52). Sum of RGB (Red+Green+Blue) = 220+90+52=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A34 is #23A5CB. Grayscale: #7C7C7C. Windows color (decimal): -2336204 or 3431132. OLE color: 3431132.
HSL color Cylindrical-coordinate representation of color #DC5A34: hue angle of 13.57º 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 #DC5A34 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 52 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.14 |
| HSL | 13.57º | 0.71% | 0.53% | - |
| HSV(B) | 13.57º | 0.76% | 0.86% | - |
| XYZ | 33.79 | 22.78 | 5.86 | - |
| YUV | 124.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 52 | 0 | 0.59 | 0.76 | 0.14 | 13.57 | 0.71 | 0.53 |
| Hex | DC | 5A | 34 | 0 | 3B | 4C | E | E | 47 | 35 |
| Octal | 334 | 132 | 64 | 0 | 73 | 114 | 16 | 16 | 107 | 65 |
| Binary | 11011100 | 1011010 | 110100 | 0 | 111011 | 1001100 | 1110 | 1110 | 1000111 | 110101 |
Color Harmonies of #DC5A34
Complementary color
Monochromatic Colors of #DC5A34
Black with #DC5A34
Text Example
Text Example
White with #DC5A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A34; }
p { color: rgb(220,90,52); }
H1.HeaderClassName
{
color: #DC5A34;
}
.AnyTagClassName
{
color: #DC5A34;
}
</style>
background-color css
<style>
a { background-color: #DC5A34; }
a { background-color: rgb(220,90,52); }
div.DivClassName
{
background-color: #DC5A34;
}
.BgClassName
{
background-color: #DC5A34;
}
</style>
border-color css
<style>
span { border-color: #DC5A34; }
span { border-color: rgb(220,90,52); }
td.TdClassName
{
border-color: #DC5A34;
}
.TagClassName
{
border-color: #DC5A34;
}
</style>