Shades of Chilean Fire #DE5328
Tints of Chilean Fire #DE5328
RGB
CMYK
RGB Variations
Color information
#DE5328 (or 0xDE5328) is known color: Chilean Fire. HEX triplet: DE, 53 and 28. RGB value is (222,83,40). Sum of RGB (Red+Green+Blue) = 222+83+40=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5328 is #21ACD7. Grayscale: #777777. Windows color (decimal): -2206936 or 2642910. OLE color: 2642910.
HSL color Cylindrical-coordinate representation of color #DE5328: hue angle of 14.18º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE5328 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 40 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.13 |
| HSL | 14.18º | 0.73% | 0.51% | - |
| HSV(B) | 14.18º | 0.82% | 0.87% | - |
| XYZ | 33.6 | 21.87 | 4.46 | - |
| YUV | 119.66 | 83.05 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 40 | 0 | 0.63 | 0.82 | 0.13 | 14.18 | 0.73 | 0.51 |
| Hex | DE | 53 | 28 | 0 | 3F | 52 | D | E | 49 | 33 |
| Octal | 336 | 123 | 50 | 0 | 77 | 122 | 15 | 16 | 111 | 63 |
| Binary | 11011110 | 1010011 | 101000 | 0 | 111111 | 1010010 | 1101 | 1110 | 1001001 | 110011 |
Color Harmonies of #DE5328
Complementary color
Monochromatic Colors of #DE5328
Black with #DE5328
Text Example
Text Example
White with #DE5328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5328; }
p { color: rgb(222,83,40); }
H1.HeaderClassName
{
color: #DE5328;
}
.AnyTagClassName
{
color: #DE5328;
}
</style>
background-color css
<style>
a { background-color: #DE5328; }
a { background-color: rgb(222,83,40); }
div.DivClassName
{
background-color: #DE5328;
}
.BgClassName
{
background-color: #DE5328;
}
</style>
border-color css
<style>
span { border-color: #DE5328; }
span { border-color: rgb(222,83,40); }
td.TdClassName
{
border-color: #DE5328;
}
.TagClassName
{
border-color: #DE5328;
}
</style>