Shades of Chilean Fire #DD5A39
Tints of Chilean Fire #DD5A39
RGB
CMYK
RGB Variations
Color information
#DD5A39 (or 0xDD5A39) is known color: Chilean Fire. HEX triplet: DD, 5A and 39. RGB value is (221,90,57). Sum of RGB (Red+Green+Blue) = 221+90+57=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A39 is #22A5C6. Grayscale: #7D7D7D. Windows color (decimal): -2270663 or 3758813. OLE color: 3758813.
HSL color Cylindrical-coordinate representation of color #DD5A39: hue angle of 12.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD5A39 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 57 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.13 |
| HSL | 12.07º | 0.71% | 0.55% | - |
| HSV(B) | 12.07º | 0.74% | 0.87% | - |
| XYZ | 34.21 | 22.98 | 6.5 | - |
| YUV | 125.41 | 89.4 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 57 | 0 | 0.59 | 0.74 | 0.13 | 12.07 | 0.71 | 0.55 |
| Hex | DD | 5A | 39 | 0 | 3B | 4A | D | C | 47 | 37 |
| Octal | 335 | 132 | 71 | 0 | 73 | 112 | 15 | 14 | 107 | 67 |
| Binary | 11011101 | 1011010 | 111001 | 0 | 111011 | 1001010 | 1101 | 1100 | 1000111 | 110111 |
Color Harmonies of #DD5A39
Complementary color
Monochromatic Colors of #DD5A39
Black with #DD5A39
Text Example
Text Example
White with #DD5A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A39; }
p { color: rgb(221,90,57); }
H1.HeaderClassName
{
color: #DD5A39;
}
.AnyTagClassName
{
color: #DD5A39;
}
</style>
background-color css
<style>
a { background-color: #DD5A39; }
a { background-color: rgb(221,90,57); }
div.DivClassName
{
background-color: #DD5A39;
}
.BgClassName
{
background-color: #DD5A39;
}
</style>
border-color css
<style>
span { border-color: #DD5A39; }
span { border-color: rgb(221,90,57); }
td.TdClassName
{
border-color: #DD5A39;
}
.TagClassName
{
border-color: #DD5A39;
}
</style>