Shades of Chilean Fire #DC5327
Tints of Chilean Fire #DC5327
RGB
CMYK
RGB Variations
Color information
#DC5327 (or 0xDC5327) is known color: Chilean Fire. HEX triplet: DC, 53 and 27. RGB value is (220,83,39). Sum of RGB (Red+Green+Blue) = 220+83+39=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5327 is #23ACD8. Grayscale: #777777. Windows color (decimal): -2338009 or 2577372. OLE color: 2577372.
HSL color Cylindrical-coordinate representation of color #DC5327: hue angle of 14.59º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC5327 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 39 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.14 |
| HSL | 14.59º | 0.72% | 0.51% | - |
| HSV(B) | 14.59º | 0.82% | 0.86% | - |
| XYZ | 32.97 | 21.55 | 4.34 | - |
| YUV | 118.95 | 82.89 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 39 | 0 | 0.62 | 0.82 | 0.14 | 14.59 | 0.72 | 0.51 |
| Hex | DC | 53 | 27 | 0 | 3E | 52 | E | F | 48 | 33 |
| Octal | 334 | 123 | 47 | 0 | 76 | 122 | 16 | 17 | 110 | 63 |
| Binary | 11011100 | 1010011 | 100111 | 0 | 111110 | 1010010 | 1110 | 1111 | 1001000 | 110011 |
Color Harmonies of #DC5327
Complementary color
Monochromatic Colors of #DC5327
Black with #DC5327
Text Example
Text Example
White with #DC5327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5327; }
p { color: rgb(220,83,39); }
H1.HeaderClassName
{
color: #DC5327;
}
.AnyTagClassName
{
color: #DC5327;
}
</style>
background-color css
<style>
a { background-color: #DC5327; }
a { background-color: rgb(220,83,39); }
div.DivClassName
{
background-color: #DC5327;
}
.BgClassName
{
background-color: #DC5327;
}
</style>
border-color css
<style>
span { border-color: #DC5327; }
span { border-color: rgb(220,83,39); }
td.TdClassName
{
border-color: #DC5327;
}
.TagClassName
{
border-color: #DC5327;
}
</style>