Shades of Chilean Fire #DD5D31
Tints of Chilean Fire #DD5D31
RGB
CMYK
RGB Variations
Color information
#DD5D31 (or 0xDD5D31) is known color: Chilean Fire. HEX triplet: DD, 5D and 31. RGB value is (221,93,49). Sum of RGB (Red+Green+Blue) = 221+93+49=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D31 is #22A2CE. Grayscale: #7E7E7E. Windows color (decimal): -2269903 or 3235293. OLE color: 3235293.
HSL color Cylindrical-coordinate representation of color #DD5D31: hue angle of 15.35º 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 #DD5D31 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 49 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.13 |
| HSL | 15.35º | 0.72% | 0.53% | - |
| HSV(B) | 15.35º | 0.78% | 0.87% | - |
| XYZ | 34.29 | 23.42 | 5.62 | - |
| YUV | 126.26 | 84.41 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 49 | 0 | 0.58 | 0.78 | 0.13 | 15.35 | 0.72 | 0.53 |
| Hex | DD | 5D | 31 | 0 | 3A | 4E | D | F | 48 | 35 |
| Octal | 335 | 135 | 61 | 0 | 72 | 116 | 15 | 17 | 110 | 65 |
| Binary | 11011101 | 1011101 | 110001 | 0 | 111010 | 1001110 | 1101 | 1111 | 1001000 | 110101 |
Color Harmonies of #DD5D31
Complementary color
Monochromatic Colors of #DD5D31
Black with #DD5D31
Text Example
Text Example
White with #DD5D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D31; }
p { color: rgb(221,93,49); }
H1.HeaderClassName
{
color: #DD5D31;
}
.AnyTagClassName
{
color: #DD5D31;
}
</style>
background-color css
<style>
a { background-color: #DD5D31; }
a { background-color: rgb(221,93,49); }
div.DivClassName
{
background-color: #DD5D31;
}
.BgClassName
{
background-color: #DD5D31;
}
</style>
border-color css
<style>
span { border-color: #DD5D31; }
span { border-color: rgb(221,93,49); }
td.TdClassName
{
border-color: #DD5D31;
}
.TagClassName
{
border-color: #DD5D31;
}
</style>