Shades of Chilean Fire #DD5926
Tints of Chilean Fire #DD5926
RGB
CMYK
RGB Variations
Color information
#DD5926 (or 0xDD5926) is known color: Chilean Fire. HEX triplet: DD, 59 and 26. RGB value is (221,89,38). Sum of RGB (Red+Green+Blue) = 221+89+38=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5926 is #22A6D9. Grayscale: #7A7A7A. Windows color (decimal): -2270938 or 2513373. OLE color: 2513373.
HSL color Cylindrical-coordinate representation of color #DD5926: hue angle of 16.72º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD5926 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 38 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.13 |
| HSL | 16.72º | 0.73% | 0.51% | - |
| HSV(B) | 16.72º | 0.83% | 0.87% | - |
| XYZ | 33.74 | 22.66 | 4.43 | - |
| YUV | 122.65 | 80.23 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 38 | 0 | 0.60 | 0.83 | 0.13 | 16.72 | 0.73 | 0.51 |
| Hex | DD | 59 | 26 | 0 | 3C | 53 | D | 11 | 49 | 33 |
| Octal | 335 | 131 | 46 | 0 | 74 | 123 | 15 | 21 | 111 | 63 |
| Binary | 11011101 | 1011001 | 100110 | 0 | 111100 | 1010011 | 1101 | 10001 | 1001001 | 110011 |
Color Harmonies of #DD5926
Complementary color
Monochromatic Colors of #DD5926
Black with #DD5926
Text Example
Text Example
White with #DD5926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5926; }
p { color: rgb(221,89,38); }
H1.HeaderClassName
{
color: #DD5926;
}
.AnyTagClassName
{
color: #DD5926;
}
</style>
background-color css
<style>
a { background-color: #DD5926; }
a { background-color: rgb(221,89,38); }
div.DivClassName
{
background-color: #DD5926;
}
.BgClassName
{
background-color: #DD5926;
}
</style>
border-color css
<style>
span { border-color: #DD5926; }
span { border-color: rgb(221,89,38); }
td.TdClassName
{
border-color: #DD5926;
}
.TagClassName
{
border-color: #DD5926;
}
</style>