Shades of Chilean Fire #DE5D32
Tints of Chilean Fire #DE5D32
RGB
CMYK
RGB Variations
Color information
#DE5D32 (or 0xDE5D32) is known color: Chilean Fire. HEX triplet: DE, 5D and 32. RGB value is (222,93,50). Sum of RGB (Red+Green+Blue) = 222+93+50=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5D32 is #21A2CD. Grayscale: #7E7E7E. Windows color (decimal): -2204366 or 3300830. OLE color: 3300830.
HSL color Cylindrical-coordinate representation of color #DE5D32: hue angle of 15º 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 #DE5D32 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 93 | 50 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.13 |
| HSL | 15º | 0.72% | 0.53% | - |
| HSV(B) | 15º | 0.77% | 0.87% | - |
| XYZ | 34.61 | 23.59 | 5.75 | - |
| YUV | 126.67 | 84.74 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 93 | 50 | 0 | 0.58 | 0.77 | 0.13 | 15 | 0.72 | 0.53 |
| Hex | DE | 5D | 32 | 0 | 3A | 4D | D | F | 48 | 35 |
| Octal | 336 | 135 | 62 | 0 | 72 | 115 | 15 | 17 | 110 | 65 |
| Binary | 11011110 | 1011101 | 110010 | 0 | 111010 | 1001101 | 1101 | 1111 | 1001000 | 110101 |
Color Harmonies of #DE5D32
Complementary color
Monochromatic Colors of #DE5D32
Black with #DE5D32
Text Example
Text Example
White with #DE5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5D32; }
p { color: rgb(222,93,50); }
H1.HeaderClassName
{
color: #DE5D32;
}
.AnyTagClassName
{
color: #DE5D32;
}
</style>
background-color css
<style>
a { background-color: #DE5D32; }
a { background-color: rgb(222,93,50); }
div.DivClassName
{
background-color: #DE5D32;
}
.BgClassName
{
background-color: #DE5D32;
}
</style>
border-color css
<style>
span { border-color: #DE5D32; }
span { border-color: rgb(222,93,50); }
td.TdClassName
{
border-color: #DE5D32;
}
.TagClassName
{
border-color: #DE5D32;
}
</style>