Shades of Chilean Fire #DD5231
Tints of Chilean Fire #DD5231
RGB
CMYK
RGB Variations
Color information
#DD5231 (or 0xDD5231) is known color: Chilean Fire. HEX triplet: DD, 52 and 31. RGB value is (221,82,49). Sum of RGB (Red+Green+Blue) = 221+82+49=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5231 is #22ADCE. Grayscale: #787878. Windows color (decimal): -2272719 or 3232477. OLE color: 3232477.
HSL color Cylindrical-coordinate representation of color #DD5231: hue angle of 11.51º 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 #DD5231 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 49 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.13 |
| HSL | 11.51º | 0.72% | 0.53% | - |
| HSV(B) | 11.51º | 0.78% | 0.87% | - |
| XYZ | 33.39 | 21.63 | 5.32 | - |
| YUV | 119.8 | 88.05 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 49 | 0 | 0.63 | 0.78 | 0.13 | 11.51 | 0.72 | 0.53 |
| Hex | DD | 52 | 31 | 0 | 3F | 4E | D | C | 48 | 35 |
| Octal | 335 | 122 | 61 | 0 | 77 | 116 | 15 | 14 | 110 | 65 |
| Binary | 11011101 | 1010010 | 110001 | 0 | 111111 | 1001110 | 1101 | 1100 | 1001000 | 110101 |
Color Harmonies of #DD5231
Complementary color
Monochromatic Colors of #DD5231
Black with #DD5231
Text Example
Text Example
White with #DD5231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5231; }
p { color: rgb(221,82,49); }
H1.HeaderClassName
{
color: #DD5231;
}
.AnyTagClassName
{
color: #DD5231;
}
</style>
background-color css
<style>
a { background-color: #DD5231; }
a { background-color: rgb(221,82,49); }
div.DivClassName
{
background-color: #DD5231;
}
.BgClassName
{
background-color: #DD5231;
}
</style>
border-color css
<style>
span { border-color: #DD5231; }
span { border-color: rgb(221,82,49); }
td.TdClassName
{
border-color: #DD5231;
}
.TagClassName
{
border-color: #DD5231;
}
</style>