Shades of Chilean Fire #DC5E33
Tints of Chilean Fire #DC5E33
RGB
CMYK
RGB Variations
Color information
#DC5E33 (or 0xDC5E33) is known color: Chilean Fire. HEX triplet: DC, 5E and 33. RGB value is (220,94,51). Sum of RGB (Red+Green+Blue) = 220+94+51=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5E33 is #23A1CC. Grayscale: #7F7F7F. Windows color (decimal): -2335181 or 3366620. OLE color: 3366620.
HSL color Cylindrical-coordinate representation of color #DC5E33: hue angle of 15.27º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC5E33 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 51 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.14 |
| HSL | 15.27º | 0.71% | 0.53% | - |
| HSV(B) | 15.27º | 0.77% | 0.86% | - |
| XYZ | 34.12 | 23.46 | 5.86 | - |
| YUV | 126.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 51 | 0 | 0.57 | 0.77 | 0.14 | 15.27 | 0.71 | 0.53 |
| Hex | DC | 5E | 33 | 0 | 39 | 4D | E | F | 47 | 35 |
| Octal | 334 | 136 | 63 | 0 | 71 | 115 | 16 | 17 | 107 | 65 |
| Binary | 11011100 | 1011110 | 110011 | 0 | 111001 | 1001101 | 1110 | 1111 | 1000111 | 110101 |
Color Harmonies of #DC5E33
Complementary color
Monochromatic Colors of #DC5E33
Black with #DC5E33
Text Example
Text Example
White with #DC5E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E33; }
p { color: rgb(220,94,51); }
H1.HeaderClassName
{
color: #DC5E33;
}
.AnyTagClassName
{
color: #DC5E33;
}
</style>
background-color css
<style>
a { background-color: #DC5E33; }
a { background-color: rgb(220,94,51); }
div.DivClassName
{
background-color: #DC5E33;
}
.BgClassName
{
background-color: #DC5E33;
}
</style>
border-color css
<style>
span { border-color: #DC5E33; }
span { border-color: rgb(220,94,51); }
td.TdClassName
{
border-color: #DC5E33;
}
.TagClassName
{
border-color: #DC5E33;
}
</style>