Shades of Chilean Fire #DE593C
Tints of Chilean Fire #DE593C
RGB
CMYK
RGB Variations
Color information
#DE593C (or 0xDE593C) is known color: Chilean Fire. HEX triplet: DE, 59 and 3C. RGB value is (222,89,60). Sum of RGB (Red+Green+Blue) = 222+89+60=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE593C is #21A6C3. Grayscale: #7D7D7D. Windows color (decimal): -2205380 or 3955166. OLE color: 3955166.
HSL color Cylindrical-coordinate representation of color #DE593C: hue angle of 10.74º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE593C is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 60 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.13 |
| HSL | 10.74º | 0.71% | 0.55% | - |
| HSV(B) | 10.74º | 0.73% | 0.87% | - |
| XYZ | 34.51 | 23 | 6.9 | - |
| YUV | 125.46 | 91.06 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 60 | 0 | 0.60 | 0.73 | 0.13 | 10.74 | 0.71 | 0.55 |
| Hex | DE | 59 | 3C | 0 | 3C | 49 | D | B | 47 | 37 |
| Octal | 336 | 131 | 74 | 0 | 74 | 111 | 15 | 13 | 107 | 67 |
| Binary | 11011110 | 1011001 | 111100 | 0 | 111100 | 1001001 | 1101 | 1011 | 1000111 | 110111 |
Color Harmonies of #DE593C
Complementary color
Monochromatic Colors of #DE593C
Black with #DE593C
Text Example
Text Example
White with #DE593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE593C; }
p { color: rgb(222,89,60); }
H1.HeaderClassName
{
color: #DE593C;
}
.AnyTagClassName
{
color: #DE593C;
}
</style>
background-color css
<style>
a { background-color: #DE593C; }
a { background-color: rgb(222,89,60); }
div.DivClassName
{
background-color: #DE593C;
}
.BgClassName
{
background-color: #DE593C;
}
</style>
border-color css
<style>
span { border-color: #DE593C; }
span { border-color: rgb(222,89,60); }
td.TdClassName
{
border-color: #DE593C;
}
.TagClassName
{
border-color: #DE593C;
}
</style>