Shades of Chilean Fire #DD5B3D
Tints of Chilean Fire #DD5B3D
RGB
CMYK
RGB Variations
Color information
#DD5B3D (or 0xDD5B3D) is known color: Chilean Fire. HEX triplet: DD, 5B and 3D. RGB value is (221,91,61). Sum of RGB (Red+Green+Blue) = 221+91+61=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5B3D is #22A4C2. Grayscale: #7E7E7E. Windows color (decimal): -2270403 or 4021213. OLE color: 4021213.
HSL color Cylindrical-coordinate representation of color #DD5B3D: hue angle of 11.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD5B3D is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 61 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.13 |
| HSL | 11.25º | 0.7% | 0.55% | - |
| HSV(B) | 11.25º | 0.72% | 0.87% | - |
| XYZ | 34.4 | 23.19 | 7.08 | - |
| YUV | 126.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 61 | 0 | 0.59 | 0.72 | 0.13 | 11.25 | 0.7 | 0.55 |
| Hex | DD | 5B | 3D | 0 | 3B | 48 | D | B | 46 | 37 |
| Octal | 335 | 133 | 75 | 0 | 73 | 110 | 15 | 13 | 106 | 67 |
| Binary | 11011101 | 1011011 | 111101 | 0 | 111011 | 1001000 | 1101 | 1011 | 1000110 | 110111 |
Color Harmonies of #DD5B3D
Complementary color
Monochromatic Colors of #DD5B3D
Black with #DD5B3D
Text Example
Text Example
White with #DD5B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B3D; }
p { color: rgb(221,91,61); }
H1.HeaderClassName
{
color: #DD5B3D;
}
.AnyTagClassName
{
color: #DD5B3D;
}
</style>
background-color css
<style>
a { background-color: #DD5B3D; }
a { background-color: rgb(221,91,61); }
div.DivClassName
{
background-color: #DD5B3D;
}
.BgClassName
{
background-color: #DD5B3D;
}
</style>
border-color css
<style>
span { border-color: #DD5B3D; }
span { border-color: rgb(221,91,61); }
td.TdClassName
{
border-color: #DD5B3D;
}
.TagClassName
{
border-color: #DD5B3D;
}
</style>