Shades of Chilean Fire #DD5B2F
Tints of Chilean Fire #DD5B2F
RGB
CMYK
RGB Variations
Color information
#DD5B2F (or 0xDD5B2F) is known color: Chilean Fire. HEX triplet: DD, 5B and 2F. RGB value is (221,91,47). Sum of RGB (Red+Green+Blue) = 221+91+47=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5B2F is #22A4D0. Grayscale: #7D7D7D. Windows color (decimal): -2270417 or 3103709. OLE color: 3103709.
HSL color Cylindrical-coordinate representation of color #DD5B2F: hue angle of 15.17º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD5B2F is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 47 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.13 |
| HSL | 15.17º | 0.72% | 0.53% | - |
| HSV(B) | 15.17º | 0.79% | 0.87% | - |
| XYZ | 34.07 | 23.06 | 5.34 | - |
| YUV | 124.85 | 84.07 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 47 | 0 | 0.59 | 0.79 | 0.13 | 15.17 | 0.72 | 0.53 |
| Hex | DD | 5B | 2F | 0 | 3B | 4F | D | F | 48 | 35 |
| Octal | 335 | 133 | 57 | 0 | 73 | 117 | 15 | 17 | 110 | 65 |
| Binary | 11011101 | 1011011 | 101111 | 0 | 111011 | 1001111 | 1101 | 1111 | 1001000 | 110101 |
Color Harmonies of #DD5B2F
Complementary color
Monochromatic Colors of #DD5B2F
Black with #DD5B2F
Text Example
Text Example
White with #DD5B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B2F; }
p { color: rgb(221,91,47); }
H1.HeaderClassName
{
color: #DD5B2F;
}
.AnyTagClassName
{
color: #DD5B2F;
}
</style>
background-color css
<style>
a { background-color: #DD5B2F; }
a { background-color: rgb(221,91,47); }
div.DivClassName
{
background-color: #DD5B2F;
}
.BgClassName
{
background-color: #DD5B2F;
}
</style>
border-color css
<style>
span { border-color: #DD5B2F; }
span { border-color: rgb(221,91,47); }
td.TdClassName
{
border-color: #DD5B2F;
}
.TagClassName
{
border-color: #DD5B2F;
}
</style>