Shades of Chilean Fire #DC5422
Tints of Chilean Fire #DC5422
RGB
CMYK
RGB Variations
Color information
#DC5422 (or 0xDC5422) is known color: Chilean Fire. HEX triplet: DC, 54 and 22. RGB value is (220,84,34). Sum of RGB (Red+Green+Blue) = 220+84+34=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5422 is #23ABDD. Grayscale: #777777. Windows color (decimal): -2337758 or 2249948. OLE color: 2249948.
HSL color Cylindrical-coordinate representation of color #DC5422: hue angle of 16.13º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC5422 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 34 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.14 |
| HSL | 16.13º | 0.73% | 0.5% | - |
| HSV(B) | 16.13º | 0.85% | 0.86% | - |
| XYZ | 32.97 | 21.67 | 3.96 | - |
| YUV | 118.96 | 80.06 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 34 | 0 | 0.62 | 0.85 | 0.14 | 16.13 | 0.73 | 0.5 |
| Hex | DC | 54 | 22 | 0 | 3E | 55 | E | 10 | 49 | 32 |
| Octal | 334 | 124 | 42 | 0 | 76 | 125 | 16 | 20 | 111 | 62 |
| Binary | 11011100 | 1010100 | 100010 | 0 | 111110 | 1010101 | 1110 | 10000 | 1001001 | 110010 |
Color Harmonies of #DC5422
Complementary color
Monochromatic Colors of #DC5422
Black with #DC5422
Text Example
Text Example
White with #DC5422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5422; }
p { color: rgb(220,84,34); }
H1.HeaderClassName
{
color: #DC5422;
}
.AnyTagClassName
{
color: #DC5422;
}
</style>
background-color css
<style>
a { background-color: #DC5422; }
a { background-color: rgb(220,84,34); }
div.DivClassName
{
background-color: #DC5422;
}
.BgClassName
{
background-color: #DC5422;
}
</style>
border-color css
<style>
span { border-color: #DC5422; }
span { border-color: rgb(220,84,34); }
td.TdClassName
{
border-color: #DC5422;
}
.TagClassName
{
border-color: #DC5422;
}
</style>