Shades of Chilean Fire #DE5321
Tints of Chilean Fire #DE5321
RGB
CMYK
RGB Variations
Color information
#DE5321 (or 0xDE5321) is known color: Chilean Fire. HEX triplet: DE, 53 and 21. RGB value is (222,83,33). Sum of RGB (Red+Green+Blue) = 222+83+33=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5321 is #21ACDE. Grayscale: #777777. Windows color (decimal): -2206943 or 2184158. OLE color: 2184158.
HSL color Cylindrical-coordinate representation of color #DE5321: hue angle of 15.87º 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 #DE5321 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 33 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.13 |
| HSL | 15.87º | 0.74% | 0.5% | - |
| HSV(B) | 15.87º | 0.85% | 0.87% | - |
| XYZ | 33.49 | 21.83 | 3.89 | - |
| YUV | 118.86 | 79.55 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 33 | 0 | 0.63 | 0.85 | 0.13 | 15.87 | 0.74 | 0.5 |
| Hex | DE | 53 | 21 | 0 | 3F | 55 | D | 10 | 4A | 32 |
| Octal | 336 | 123 | 41 | 0 | 77 | 125 | 15 | 20 | 112 | 62 |
| Binary | 11011110 | 1010011 | 100001 | 0 | 111111 | 1010101 | 1101 | 10000 | 1001010 | 110010 |
Color Harmonies of #DE5321
Complementary color
Monochromatic Colors of #DE5321
Black with #DE5321
Text Example
Text Example
White with #DE5321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5321; }
p { color: rgb(222,83,33); }
H1.HeaderClassName
{
color: #DE5321;
}
.AnyTagClassName
{
color: #DE5321;
}
</style>
background-color css
<style>
a { background-color: #DE5321; }
a { background-color: rgb(222,83,33); }
div.DivClassName
{
background-color: #DE5321;
}
.BgClassName
{
background-color: #DE5321;
}
</style>
border-color css
<style>
span { border-color: #DE5321; }
span { border-color: rgb(222,83,33); }
td.TdClassName
{
border-color: #DE5321;
}
.TagClassName
{
border-color: #DE5321;
}
</style>