Shades of Chilean Fire #DD5E3B
Tints of Chilean Fire #DD5E3B
RGB
CMYK
RGB Variations
Color information
#DD5E3B (or 0xDD5E3B) is known color: Chilean Fire. HEX triplet: DD, 5E and 3B. RGB value is (221,94,59). Sum of RGB (Red+Green+Blue) = 221+94+59=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E3B is #22A1C4. Grayscale: #808080. Windows color (decimal): -2269637 or 3890909. OLE color: 3890909.
HSL color Cylindrical-coordinate representation of color #DD5E3B: hue angle of 12.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD5E3B is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 59 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.13 |
| HSL | 12.96º | 0.7% | 0.55% | - |
| HSV(B) | 12.96º | 0.73% | 0.87% | - |
| XYZ | 34.61 | 23.69 | 6.89 | - |
| YUV | 127.98 | 89.08 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 59 | 0 | 0.57 | 0.73 | 0.13 | 12.96 | 0.7 | 0.55 |
| Hex | DD | 5E | 3B | 0 | 39 | 49 | D | D | 46 | 37 |
| Octal | 335 | 136 | 73 | 0 | 71 | 111 | 15 | 15 | 106 | 67 |
| Binary | 11011101 | 1011110 | 111011 | 0 | 111001 | 1001001 | 1101 | 1101 | 1000110 | 110111 |
Color Harmonies of #DD5E3B
Complementary color
Monochromatic Colors of #DD5E3B
Black with #DD5E3B
Text Example
Text Example
White with #DD5E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E3B; }
p { color: rgb(221,94,59); }
H1.HeaderClassName
{
color: #DD5E3B;
}
.AnyTagClassName
{
color: #DD5E3B;
}
</style>
background-color css
<style>
a { background-color: #DD5E3B; }
a { background-color: rgb(221,94,59); }
div.DivClassName
{
background-color: #DD5E3B;
}
.BgClassName
{
background-color: #DD5E3B;
}
</style>
border-color css
<style>
span { border-color: #DD5E3B; }
span { border-color: rgb(221,94,59); }
td.TdClassName
{
border-color: #DD5E3B;
}
.TagClassName
{
border-color: #DD5E3B;
}
</style>