Shades of Chilean Fire #DD593B
Tints of Chilean Fire #DD593B
RGB
CMYK
RGB Variations
Color information
#DD593B (or 0xDD593B) is known color: Chilean Fire. HEX triplet: DD, 59 and 3B. RGB value is (221,89,59). Sum of RGB (Red+Green+Blue) = 221+89+59=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD593B is #22A6C4. Grayscale: #7D7D7D. Windows color (decimal): -2270917 or 3889629. OLE color: 3889629.
HSL color Cylindrical-coordinate representation of color #DD593B: hue angle of 11.11º 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 #DD593B is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 59 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.13 |
| HSL | 11.11º | 0.7% | 0.55% | - |
| HSV(B) | 11.11º | 0.73% | 0.87% | - |
| XYZ | 34.18 | 22.83 | 6.74 | - |
| YUV | 125.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 59 | 0 | 0.60 | 0.73 | 0.13 | 11.11 | 0.7 | 0.55 |
| Hex | DD | 59 | 3B | 0 | 3C | 49 | D | B | 46 | 37 |
| Octal | 335 | 131 | 73 | 0 | 74 | 111 | 15 | 13 | 106 | 67 |
| Binary | 11011101 | 1011001 | 111011 | 0 | 111100 | 1001001 | 1101 | 1011 | 1000110 | 110111 |
Color Harmonies of #DD593B
Complementary color
Monochromatic Colors of #DD593B
Black with #DD593B
Text Example
Text Example
White with #DD593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD593B; }
p { color: rgb(221,89,59); }
H1.HeaderClassName
{
color: #DD593B;
}
.AnyTagClassName
{
color: #DD593B;
}
</style>
background-color css
<style>
a { background-color: #DD593B; }
a { background-color: rgb(221,89,59); }
div.DivClassName
{
background-color: #DD593B;
}
.BgClassName
{
background-color: #DD593B;
}
</style>
border-color css
<style>
span { border-color: #DD593B; }
span { border-color: rgb(221,89,59); }
td.TdClassName
{
border-color: #DD593B;
}
.TagClassName
{
border-color: #DD593B;
}
</style>