Shades of Chilean Fire #DD5A31
Tints of Chilean Fire #DD5A31
RGB
CMYK
RGB Variations
Color information
#DD5A31 (or 0xDD5A31) is known color: Chilean Fire. HEX triplet: DD, 5A and 31. RGB value is (221,90,49). Sum of RGB (Red+Green+Blue) = 221+90+49=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A31 is #22A5CE. Grayscale: #7C7C7C. Windows color (decimal): -2270671 or 3234525. OLE color: 3234525.
HSL color Cylindrical-coordinate representation of color #DD5A31: hue angle of 14.3º 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 #DD5A31 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 49 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.13 |
| HSL | 14.3º | 0.72% | 0.53% | - |
| HSV(B) | 14.3º | 0.78% | 0.87% | - |
| XYZ | 34.03 | 22.91 | 5.53 | - |
| YUV | 124.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 49 | 0 | 0.59 | 0.78 | 0.13 | 14.3 | 0.72 | 0.53 |
| Hex | DD | 5A | 31 | 0 | 3B | 4E | D | E | 48 | 35 |
| Octal | 335 | 132 | 61 | 0 | 73 | 116 | 15 | 16 | 110 | 65 |
| Binary | 11011101 | 1011010 | 110001 | 0 | 111011 | 1001110 | 1101 | 1110 | 1001000 | 110101 |
Color Harmonies of #DD5A31
Complementary color
Monochromatic Colors of #DD5A31
Black with #DD5A31
Text Example
Text Example
White with #DD5A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A31; }
p { color: rgb(221,90,49); }
H1.HeaderClassName
{
color: #DD5A31;
}
.AnyTagClassName
{
color: #DD5A31;
}
</style>
background-color css
<style>
a { background-color: #DD5A31; }
a { background-color: rgb(221,90,49); }
div.DivClassName
{
background-color: #DD5A31;
}
.BgClassName
{
background-color: #DD5A31;
}
</style>
border-color css
<style>
span { border-color: #DD5A31; }
span { border-color: rgb(221,90,49); }
td.TdClassName
{
border-color: #DD5A31;
}
.TagClassName
{
border-color: #DD5A31;
}
</style>