Shades of Chilean Fire #DD5326
Tints of Chilean Fire #DD5326
RGB
CMYK
RGB Variations
Color information
#DD5326 (or 0xDD5326) is known color: Chilean Fire. HEX triplet: DD, 53 and 26. RGB value is (221,83,38). Sum of RGB (Red+Green+Blue) = 221+83+38=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5326 is #22ACD9. Grayscale: #777777. Windows color (decimal): -2272474 or 2511837. OLE color: 2511837.
HSL color Cylindrical-coordinate representation of color #DD5326: hue angle of 14.75º 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 #DD5326 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 38 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.13 |
| HSL | 14.75º | 0.73% | 0.51% | - |
| HSV(B) | 14.75º | 0.83% | 0.87% | - |
| XYZ | 33.26 | 21.7 | 4.27 | - |
| YUV | 119.13 | 82.22 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 38 | 0 | 0.62 | 0.83 | 0.13 | 14.75 | 0.73 | 0.51 |
| Hex | DD | 53 | 26 | 0 | 3E | 53 | D | F | 49 | 33 |
| Octal | 335 | 123 | 46 | 0 | 76 | 123 | 15 | 17 | 111 | 63 |
| Binary | 11011101 | 1010011 | 100110 | 0 | 111110 | 1010011 | 1101 | 1111 | 1001001 | 110011 |
Color Harmonies of #DD5326
Complementary color
Monochromatic Colors of #DD5326
Black with #DD5326
Text Example
Text Example
White with #DD5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5326; }
p { color: rgb(221,83,38); }
H1.HeaderClassName
{
color: #DD5326;
}
.AnyTagClassName
{
color: #DD5326;
}
</style>
background-color css
<style>
a { background-color: #DD5326; }
a { background-color: rgb(221,83,38); }
div.DivClassName
{
background-color: #DD5326;
}
.BgClassName
{
background-color: #DD5326;
}
</style>
border-color css
<style>
span { border-color: #DD5326; }
span { border-color: rgb(221,83,38); }
td.TdClassName
{
border-color: #DD5326;
}
.TagClassName
{
border-color: #DD5326;
}
</style>