Shades of Chilean Fire #DE5021
Tints of Chilean Fire #DE5021
RGB
CMYK
RGB Variations
Color information
#DE5021 (or 0xDE5021) is known color: Chilean Fire. HEX triplet: DE, 50 and 21. RGB value is (222,80,33). Sum of RGB (Red+Green+Blue) = 222+80+33=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5021 is #21AFDE. Grayscale: #757575. Windows color (decimal): -2207711 or 2183390. OLE color: 2183390.
HSL color Cylindrical-coordinate representation of color #DE5021: hue angle of 14.92º 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 #DE5021 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 33 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.13 |
| HSL | 14.92º | 0.74% | 0.5% | - |
| HSV(B) | 14.92º | 0.85% | 0.87% | - |
| XYZ | 33.27 | 21.38 | 3.81 | - |
| YUV | 117.1 | 80.54 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 33 | 0 | 0.64 | 0.85 | 0.13 | 14.92 | 0.74 | 0.5 |
| Hex | DE | 50 | 21 | 0 | 40 | 55 | D | F | 4A | 32 |
| Octal | 336 | 120 | 41 | 0 | 100 | 125 | 15 | 17 | 112 | 62 |
| Binary | 11011110 | 1010000 | 100001 | 0 | 1000000 | 1010101 | 1101 | 1111 | 1001010 | 110010 |
Color Harmonies of #DE5021
Complementary color
Monochromatic Colors of #DE5021
Black with #DE5021
Text Example
Text Example
White with #DE5021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5021; }
p { color: rgb(222,80,33); }
H1.HeaderClassName
{
color: #DE5021;
}
.AnyTagClassName
{
color: #DE5021;
}
</style>
background-color css
<style>
a { background-color: #DE5021; }
a { background-color: rgb(222,80,33); }
div.DivClassName
{
background-color: #DE5021;
}
.BgClassName
{
background-color: #DE5021;
}
</style>
border-color css
<style>
span { border-color: #DE5021; }
span { border-color: rgb(222,80,33); }
td.TdClassName
{
border-color: #DE5021;
}
.TagClassName
{
border-color: #DE5021;
}
</style>