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