Shades of Chilean Fire #DD572F
Tints of Chilean Fire #DD572F
RGB
CMYK
RGB Variations
Color information
#DD572F (or 0xDD572F) is known color: Chilean Fire. HEX triplet: DD, 57 and 2F. RGB value is (221,87,47). Sum of RGB (Red+Green+Blue) = 221+87+47=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD572F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD572F is #22A8D0. Grayscale: #7A7A7A. Windows color (decimal): -2271441 or 3102685. OLE color: 3102685.
HSL color Cylindrical-coordinate representation of color #DD572F: hue angle of 13.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD572F is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 47 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.13 |
| HSL | 13.79º | 0.72% | 0.53% | - |
| HSV(B) | 13.79º | 0.79% | 0.87% | - |
| XYZ | 33.74 | 22.39 | 5.23 | - |
| YUV | 122.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 47 | 0 | 0.61 | 0.79 | 0.13 | 13.79 | 0.72 | 0.53 |
| Hex | DD | 57 | 2F | 0 | 3D | 4F | D | E | 48 | 35 |
| Octal | 335 | 127 | 57 | 0 | 75 | 117 | 15 | 16 | 110 | 65 |
| Binary | 11011101 | 1010111 | 101111 | 0 | 111101 | 1001111 | 1101 | 1110 | 1001000 | 110101 |
Color Harmonies of #DD572F
Complementary color
Monochromatic Colors of #DD572F
Black with #DD572F
Text Example
Text Example
White with #DD572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD572F; }
p { color: rgb(221,87,47); }
H1.HeaderClassName
{
color: #DD572F;
}
.AnyTagClassName
{
color: #DD572F;
}
</style>
background-color css
<style>
a { background-color: #DD572F; }
a { background-color: rgb(221,87,47); }
div.DivClassName
{
background-color: #DD572F;
}
.BgClassName
{
background-color: #DD572F;
}
</style>
border-color css
<style>
span { border-color: #DD572F; }
span { border-color: rgb(221,87,47); }
td.TdClassName
{
border-color: #DD572F;
}
.TagClassName
{
border-color: #DD572F;
}
</style>