Shades of Chilean Fire #DD593C
Tints of Chilean Fire #DD593C
RGB
CMYK
RGB Variations
Color information
#DD593C (or 0xDD593C) is known color: Chilean Fire. HEX triplet: DD, 59 and 3C. RGB value is (221,89,60). Sum of RGB (Red+Green+Blue) = 221+89+60=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD593C is #22A6C3. Grayscale: #7D7D7D. Windows color (decimal): -2270916 or 3955165. OLE color: 3955165.
HSL color Cylindrical-coordinate representation of color #DD593C: hue angle of 10.81º degrees, saturation: 0.7, 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 #DD593C is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 60 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.13 |
| HSL | 10.81º | 0.7% | 0.55% | - |
| HSV(B) | 10.81º | 0.73% | 0.87% | - |
| XYZ | 34.21 | 22.84 | 6.88 | - |
| YUV | 125.16 | 91.23 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 60 | 0 | 0.60 | 0.73 | 0.13 | 10.81 | 0.7 | 0.55 |
| Hex | DD | 59 | 3C | 0 | 3C | 49 | D | B | 46 | 37 |
| Octal | 335 | 131 | 74 | 0 | 74 | 111 | 15 | 13 | 106 | 67 |
| Binary | 11011101 | 1011001 | 111100 | 0 | 111100 | 1001001 | 1101 | 1011 | 1000110 | 110111 |
Color Harmonies of #DD593C
Complementary color
Monochromatic Colors of #DD593C
Black with #DD593C
Text Example
Text Example
White with #DD593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD593C; }
p { color: rgb(221,89,60); }
H1.HeaderClassName
{
color: #DD593C;
}
.AnyTagClassName
{
color: #DD593C;
}
</style>
background-color css
<style>
a { background-color: #DD593C; }
a { background-color: rgb(221,89,60); }
div.DivClassName
{
background-color: #DD593C;
}
.BgClassName
{
background-color: #DD593C;
}
</style>
border-color css
<style>
span { border-color: #DD593C; }
span { border-color: rgb(221,89,60); }
td.TdClassName
{
border-color: #DD593C;
}
.TagClassName
{
border-color: #DD593C;
}
</style>