Shades of Chilean Fire #DD5434
Tints of Chilean Fire #DD5434
RGB
CMYK
RGB Variations
Color information
#DD5434 (or 0xDD5434) is known color: Chilean Fire. HEX triplet: DD, 54 and 34. RGB value is (221,84,52). Sum of RGB (Red+Green+Blue) = 221+84+52=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5434 is #22ABCB. Grayscale: #797979. Windows color (decimal): -2272204 or 3429597. OLE color: 3429597.
HSL color Cylindrical-coordinate representation of color #DD5434: hue angle of 11.36º 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 #DD5434 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 52 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.13 |
| HSL | 11.36º | 0.71% | 0.54% | - |
| HSV(B) | 11.36º | 0.76% | 0.87% | - |
| XYZ | 33.61 | 21.96 | 5.72 | - |
| YUV | 121.32 | 88.89 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 52 | 0 | 0.62 | 0.76 | 0.13 | 11.36 | 0.71 | 0.54 |
| Hex | DD | 54 | 34 | 0 | 3E | 4C | D | B | 47 | 36 |
| Octal | 335 | 124 | 64 | 0 | 76 | 114 | 15 | 13 | 107 | 66 |
| Binary | 11011101 | 1010100 | 110100 | 0 | 111110 | 1001100 | 1101 | 1011 | 1000111 | 110110 |
Color Harmonies of #DD5434
Complementary color
Monochromatic Colors of #DD5434
Black with #DD5434
Text Example
Text Example
White with #DD5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5434; }
p { color: rgb(221,84,52); }
H1.HeaderClassName
{
color: #DD5434;
}
.AnyTagClassName
{
color: #DD5434;
}
</style>
background-color css
<style>
a { background-color: #DD5434; }
a { background-color: rgb(221,84,52); }
div.DivClassName
{
background-color: #DD5434;
}
.BgClassName
{
background-color: #DD5434;
}
</style>
border-color css
<style>
span { border-color: #DD5434; }
span { border-color: rgb(221,84,52); }
td.TdClassName
{
border-color: #DD5434;
}
.TagClassName
{
border-color: #DD5434;
}
</style>