Shades of Chilean Fire #DD5334
Tints of Chilean Fire #DD5334
RGB
CMYK
RGB Variations
Color information
#DD5334 (or 0xDD5334) is known color: Chilean Fire. HEX triplet: DD, 53 and 34. RGB value is (221,83,52). Sum of RGB (Red+Green+Blue) = 221+83+52=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5334 is #22ACCB. Grayscale: #787878. Windows color (decimal): -2272460 or 3429341. OLE color: 3429341.
HSL color Cylindrical-coordinate representation of color #DD5334: hue angle of 11.01º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD5334 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 52 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.13 |
| HSL | 11.01º | 0.71% | 0.54% | - |
| HSV(B) | 11.01º | 0.76% | 0.87% | - |
| XYZ | 33.53 | 21.81 | 5.69 | - |
| YUV | 120.73 | 89.22 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 52 | 0 | 0.62 | 0.76 | 0.13 | 11.01 | 0.71 | 0.54 |
| Hex | DD | 53 | 34 | 0 | 3E | 4C | D | B | 47 | 36 |
| Octal | 335 | 123 | 64 | 0 | 76 | 114 | 15 | 13 | 107 | 66 |
| Binary | 11011101 | 1010011 | 110100 | 0 | 111110 | 1001100 | 1101 | 1011 | 1000111 | 110110 |
Color Harmonies of #DD5334
Complementary color
Monochromatic Colors of #DD5334
Black with #DD5334
Text Example
Text Example
White with #DD5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5334; }
p { color: rgb(221,83,52); }
H1.HeaderClassName
{
color: #DD5334;
}
.AnyTagClassName
{
color: #DD5334;
}
</style>
background-color css
<style>
a { background-color: #DD5334; }
a { background-color: rgb(221,83,52); }
div.DivClassName
{
background-color: #DD5334;
}
.BgClassName
{
background-color: #DD5334;
}
</style>
border-color css
<style>
span { border-color: #DD5334; }
span { border-color: rgb(221,83,52); }
td.TdClassName
{
border-color: #DD5334;
}
.TagClassName
{
border-color: #DD5334;
}
</style>