Shades of Chilean Fire #DE5E32
Tints of Chilean Fire #DE5E32
RGB
CMYK
RGB Variations
Color information
#DE5E32 (or 0xDE5E32) is known color: Chilean Fire. HEX triplet: DE, 5E and 32. RGB value is (222,94,50). Sum of RGB (Red+Green+Blue) = 222+94+50=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E32 is #21A1CD. Grayscale: #7F7F7F. Windows color (decimal): -2204110 or 3301086. OLE color: 3301086.
HSL color Cylindrical-coordinate representation of color #DE5E32: hue angle of 15.35º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE5E32 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 50 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.13 |
| HSL | 15.35º | 0.72% | 0.53% | - |
| HSV(B) | 15.35º | 0.77% | 0.87% | - |
| XYZ | 34.7 | 23.77 | 5.78 | - |
| YUV | 127.26 | 84.41 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 50 | 0 | 0.58 | 0.77 | 0.13 | 15.35 | 0.72 | 0.53 |
| Hex | DE | 5E | 32 | 0 | 3A | 4D | D | F | 48 | 35 |
| Octal | 336 | 136 | 62 | 0 | 72 | 115 | 15 | 17 | 110 | 65 |
| Binary | 11011110 | 1011110 | 110010 | 0 | 111010 | 1001101 | 1101 | 1111 | 1001000 | 110101 |
Color Harmonies of #DE5E32
Complementary color
Monochromatic Colors of #DE5E32
Black with #DE5E32
Text Example
Text Example
White with #DE5E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E32; }
p { color: rgb(222,94,50); }
H1.HeaderClassName
{
color: #DE5E32;
}
.AnyTagClassName
{
color: #DE5E32;
}
</style>
background-color css
<style>
a { background-color: #DE5E32; }
a { background-color: rgb(222,94,50); }
div.DivClassName
{
background-color: #DE5E32;
}
.BgClassName
{
background-color: #DE5E32;
}
</style>
border-color css
<style>
span { border-color: #DE5E32; }
span { border-color: rgb(222,94,50); }
td.TdClassName
{
border-color: #DE5E32;
}
.TagClassName
{
border-color: #DE5E32;
}
</style>