Shades of Chilean Fire #DD5C2C
Tints of Chilean Fire #DD5C2C
RGB
CMYK
RGB Variations
Color information
#DD5C2C (or 0xDD5C2C) is known color: Chilean Fire. HEX triplet: DD, 5C and 2C. RGB value is (221,92,44). Sum of RGB (Red+Green+Blue) = 221+92+44=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5C2C is #22A3D3. Grayscale: #7D7D7D. Windows color (decimal): -2270164 or 2907357. OLE color: 2907357.
HSL color Cylindrical-coordinate representation of color #DD5C2C: hue angle of 16.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD5C2C is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 44 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.13 |
| HSL | 16.27º | 0.72% | 0.52% | - |
| HSV(B) | 16.27º | 0.8% | 0.87% | - |
| XYZ | 34.1 | 23.21 | 5.07 | - |
| YUV | 125.1 | 82.24 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 44 | 0 | 0.58 | 0.80 | 0.13 | 16.27 | 0.72 | 0.52 |
| Hex | DD | 5C | 2C | 0 | 3A | 50 | D | 10 | 48 | 34 |
| Octal | 335 | 134 | 54 | 0 | 72 | 120 | 15 | 20 | 110 | 64 |
| Binary | 11011101 | 1011100 | 101100 | 0 | 111010 | 1010000 | 1101 | 10000 | 1001000 | 110100 |
Color Harmonies of #DD5C2C
Complementary color
Monochromatic Colors of #DD5C2C
Black with #DD5C2C
Text Example
Text Example
White with #DD5C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C2C; }
p { color: rgb(221,92,44); }
H1.HeaderClassName
{
color: #DD5C2C;
}
.AnyTagClassName
{
color: #DD5C2C;
}
</style>
background-color css
<style>
a { background-color: #DD5C2C; }
a { background-color: rgb(221,92,44); }
div.DivClassName
{
background-color: #DD5C2C;
}
.BgClassName
{
background-color: #DD5C2C;
}
</style>
border-color css
<style>
span { border-color: #DD5C2C; }
span { border-color: rgb(221,92,44); }
td.TdClassName
{
border-color: #DD5C2C;
}
.TagClassName
{
border-color: #DD5C2C;
}
</style>