Shades of Chilean Fire #DD5D3C
Tints of Chilean Fire #DD5D3C
RGB
CMYK
RGB Variations
Color information
#DD5D3C (or 0xDD5D3C) is known color: Chilean Fire. HEX triplet: DD, 5D and 3C. RGB value is (221,93,60). Sum of RGB (Red+Green+Blue) = 221+93+60=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D3C is #22A2C3. Grayscale: #7F7F7F. Windows color (decimal): -2269892 or 3956189. OLE color: 3956189.
HSL color Cylindrical-coordinate representation of color #DD5D3C: hue angle of 12.3º 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 #DD5D3C is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 60 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.13 |
| HSL | 12.3º | 0.7% | 0.55% | - |
| HSV(B) | 12.3º | 0.73% | 0.87% | - |
| XYZ | 34.55 | 23.53 | 7 | - |
| YUV | 127.51 | 89.91 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 60 | 0 | 0.58 | 0.73 | 0.13 | 12.3 | 0.7 | 0.55 |
| Hex | DD | 5D | 3C | 0 | 3A | 49 | D | C | 46 | 37 |
| Octal | 335 | 135 | 74 | 0 | 72 | 111 | 15 | 14 | 106 | 67 |
| Binary | 11011101 | 1011101 | 111100 | 0 | 111010 | 1001001 | 1101 | 1100 | 1000110 | 110111 |
Color Harmonies of #DD5D3C
Complementary color
Monochromatic Colors of #DD5D3C
Black with #DD5D3C
Text Example
Text Example
White with #DD5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D3C; }
p { color: rgb(221,93,60); }
H1.HeaderClassName
{
color: #DD5D3C;
}
.AnyTagClassName
{
color: #DD5D3C;
}
</style>
background-color css
<style>
a { background-color: #DD5D3C; }
a { background-color: rgb(221,93,60); }
div.DivClassName
{
background-color: #DD5D3C;
}
.BgClassName
{
background-color: #DD5D3C;
}
</style>
border-color css
<style>
span { border-color: #DD5D3C; }
span { border-color: rgb(221,93,60); }
td.TdClassName
{
border-color: #DD5D3C;
}
.TagClassName
{
border-color: #DD5D3C;
}
</style>