Shades of Chilean Fire #DD5935
Tints of Chilean Fire #DD5935
RGB
CMYK
RGB Variations
Color information
#DD5935 (or 0xDD5935) is known color: Chilean Fire. HEX triplet: DD, 59 and 35. RGB value is (221,89,53). Sum of RGB (Red+Green+Blue) = 221+89+53=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5935 is #22A6CA. Grayscale: #7C7C7C. Windows color (decimal): -2270923 or 3496413. OLE color: 3496413.
HSL color Cylindrical-coordinate representation of color #DD5935: hue angle of 12.86º 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 #DD5935 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 53 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.13 |
| HSL | 12.86º | 0.71% | 0.54% | - |
| HSV(B) | 12.86º | 0.76% | 0.87% | - |
| XYZ | 34.03 | 22.77 | 5.97 | - |
| YUV | 124.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 53 | 0 | 0.60 | 0.76 | 0.13 | 12.86 | 0.71 | 0.54 |
| Hex | DD | 59 | 35 | 0 | 3C | 4C | D | D | 47 | 36 |
| Octal | 335 | 131 | 65 | 0 | 74 | 114 | 15 | 15 | 107 | 66 |
| Binary | 11011101 | 1011001 | 110101 | 0 | 111100 | 1001100 | 1101 | 1101 | 1000111 | 110110 |
Color Harmonies of #DD5935
Complementary color
Monochromatic Colors of #DD5935
Black with #DD5935
Text Example
Text Example
White with #DD5935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5935; }
p { color: rgb(221,89,53); }
H1.HeaderClassName
{
color: #DD5935;
}
.AnyTagClassName
{
color: #DD5935;
}
</style>
background-color css
<style>
a { background-color: #DD5935; }
a { background-color: rgb(221,89,53); }
div.DivClassName
{
background-color: #DD5935;
}
.BgClassName
{
background-color: #DD5935;
}
</style>
border-color css
<style>
span { border-color: #DD5935; }
span { border-color: rgb(221,89,53); }
td.TdClassName
{
border-color: #DD5935;
}
.TagClassName
{
border-color: #DD5935;
}
</style>