Shades of Chilean Fire #DD5731
Tints of Chilean Fire #DD5731
RGB
CMYK
RGB Variations
Color information
#DD5731 (or 0xDD5731) is known color: Chilean Fire. HEX triplet: DD, 57 and 31. RGB value is (221,87,49). Sum of RGB (Red+Green+Blue) = 221+87+49=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5731 is #22A8CE. Grayscale: #7B7B7B. Windows color (decimal): -2271439 or 3233757. OLE color: 3233757.
HSL color Cylindrical-coordinate representation of color #DD5731: hue angle of 13.26º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD5731 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 49 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.13 |
| HSL | 13.26º | 0.72% | 0.53% | - |
| HSV(B) | 13.26º | 0.78% | 0.87% | - |
| XYZ | 33.78 | 22.41 | 5.45 | - |
| YUV | 122.73 | 86.39 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 49 | 0 | 0.61 | 0.78 | 0.13 | 13.26 | 0.72 | 0.53 |
| Hex | DD | 57 | 31 | 0 | 3D | 4E | D | D | 48 | 35 |
| Octal | 335 | 127 | 61 | 0 | 75 | 116 | 15 | 15 | 110 | 65 |
| Binary | 11011101 | 1010111 | 110001 | 0 | 111101 | 1001110 | 1101 | 1101 | 1001000 | 110101 |
Color Harmonies of #DD5731
Complementary color
Monochromatic Colors of #DD5731
Black with #DD5731
Text Example
Text Example
White with #DD5731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5731; }
p { color: rgb(221,87,49); }
H1.HeaderClassName
{
color: #DD5731;
}
.AnyTagClassName
{
color: #DD5731;
}
</style>
background-color css
<style>
a { background-color: #DD5731; }
a { background-color: rgb(221,87,49); }
div.DivClassName
{
background-color: #DD5731;
}
.BgClassName
{
background-color: #DD5731;
}
</style>
border-color css
<style>
span { border-color: #DD5731; }
span { border-color: rgb(221,87,49); }
td.TdClassName
{
border-color: #DD5731;
}
.TagClassName
{
border-color: #DD5731;
}
</style>