Shades of Chilean Fire #DE5522
Tints of Chilean Fire #DE5522
RGB
CMYK
RGB Variations
Color information
#DE5522 (or 0xDE5522) is known color: Chilean Fire. HEX triplet: DE, 55 and 22. RGB value is (222,85,34). Sum of RGB (Red+Green+Blue) = 222+85+34=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5522 is #21AADD. Grayscale: #787878. Windows color (decimal): -2206430 or 2250206. OLE color: 2250206.
HSL color Cylindrical-coordinate representation of color #DE5522: hue angle of 16.28º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE5522 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 34 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.13 |
| HSL | 16.28º | 0.74% | 0.5% | - |
| HSV(B) | 16.28º | 0.85% | 0.87% | - |
| XYZ | 33.66 | 22.14 | 4.01 | - |
| YUV | 120.15 | 79.39 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 34 | 0 | 0.62 | 0.85 | 0.13 | 16.28 | 0.74 | 0.5 |
| Hex | DE | 55 | 22 | 0 | 3E | 55 | D | 10 | 4A | 32 |
| Octal | 336 | 125 | 42 | 0 | 76 | 125 | 15 | 20 | 112 | 62 |
| Binary | 11011110 | 1010101 | 100010 | 0 | 111110 | 1010101 | 1101 | 10000 | 1001010 | 110010 |
Color Harmonies of #DE5522
Complementary color
Monochromatic Colors of #DE5522
Black with #DE5522
Text Example
Text Example
White with #DE5522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5522; }
p { color: rgb(222,85,34); }
H1.HeaderClassName
{
color: #DE5522;
}
.AnyTagClassName
{
color: #DE5522;
}
</style>
background-color css
<style>
a { background-color: #DE5522; }
a { background-color: rgb(222,85,34); }
div.DivClassName
{
background-color: #DE5522;
}
.BgClassName
{
background-color: #DE5522;
}
</style>
border-color css
<style>
span { border-color: #DE5522; }
span { border-color: rgb(222,85,34); }
td.TdClassName
{
border-color: #DE5522;
}
.TagClassName
{
border-color: #DE5522;
}
</style>