Shades of Chilean Fire #DE5C31
Tints of Chilean Fire #DE5C31
RGB
CMYK
RGB Variations
Color information
#DE5C31 (or 0xDE5C31) is known color: Chilean Fire. HEX triplet: DE, 5C and 31. RGB value is (222,92,49). Sum of RGB (Red+Green+Blue) = 222+92+49=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5C31 is #21A3CE. Grayscale: #7E7E7E. Windows color (decimal): -2204623 or 3235038. OLE color: 3235038.
HSL color Cylindrical-coordinate representation of color #DE5C31: hue angle of 14.91º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE5C31 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 92 | 49 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.13 |
| HSL | 14.91º | 0.72% | 0.53% | - |
| HSV(B) | 14.91º | 0.78% | 0.87% | - |
| XYZ | 34.51 | 23.41 | 5.6 | - |
| YUV | 125.97 | 84.57 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 92 | 49 | 0 | 0.59 | 0.78 | 0.13 | 14.91 | 0.72 | 0.53 |
| Hex | DE | 5C | 31 | 0 | 3B | 4E | D | F | 48 | 35 |
| Octal | 336 | 134 | 61 | 0 | 73 | 116 | 15 | 17 | 110 | 65 |
| Binary | 11011110 | 1011100 | 110001 | 0 | 111011 | 1001110 | 1101 | 1111 | 1001000 | 110101 |
Color Harmonies of #DE5C31
Complementary color
Monochromatic Colors of #DE5C31
Black with #DE5C31
Text Example
Text Example
White with #DE5C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5C31; }
p { color: rgb(222,92,49); }
H1.HeaderClassName
{
color: #DE5C31;
}
.AnyTagClassName
{
color: #DE5C31;
}
</style>
background-color css
<style>
a { background-color: #DE5C31; }
a { background-color: rgb(222,92,49); }
div.DivClassName
{
background-color: #DE5C31;
}
.BgClassName
{
background-color: #DE5C31;
}
</style>
border-color css
<style>
span { border-color: #DE5C31; }
span { border-color: rgb(222,92,49); }
td.TdClassName
{
border-color: #DE5C31;
}
.TagClassName
{
border-color: #DE5C31;
}
</style>