Shades of Chilean Fire #DD532F
Tints of Chilean Fire #DD532F
RGB
CMYK
RGB Variations
Color information
#DD532F (or 0xDD532F) is known color: Chilean Fire. HEX triplet: DD, 53 and 2F. RGB value is (221,83,47). Sum of RGB (Red+Green+Blue) = 221+83+47=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD532F is #22ACD0. Grayscale: #787878. Windows color (decimal): -2272465 or 3101661. OLE color: 3101661.
HSL color Cylindrical-coordinate representation of color #DD532F: hue angle of 12.41º 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 #DD532F is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 47 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.13 |
| HSL | 12.41º | 0.72% | 0.53% | - |
| HSV(B) | 12.41º | 0.79% | 0.87% | - |
| XYZ | 33.43 | 21.76 | 5.13 | - |
| YUV | 120.16 | 86.72 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 47 | 0 | 0.62 | 0.79 | 0.13 | 12.41 | 0.72 | 0.53 |
| Hex | DD | 53 | 2F | 0 | 3E | 4F | D | C | 48 | 35 |
| Octal | 335 | 123 | 57 | 0 | 76 | 117 | 15 | 14 | 110 | 65 |
| Binary | 11011101 | 1010011 | 101111 | 0 | 111110 | 1001111 | 1101 | 1100 | 1001000 | 110101 |
Color Harmonies of #DD532F
Complementary color
Monochromatic Colors of #DD532F
Black with #DD532F
Text Example
Text Example
White with #DD532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD532F; }
p { color: rgb(221,83,47); }
H1.HeaderClassName
{
color: #DD532F;
}
.AnyTagClassName
{
color: #DD532F;
}
</style>
background-color css
<style>
a { background-color: #DD532F; }
a { background-color: rgb(221,83,47); }
div.DivClassName
{
background-color: #DD532F;
}
.BgClassName
{
background-color: #DD532F;
}
</style>
border-color css
<style>
span { border-color: #DD532F; }
span { border-color: rgb(221,83,47); }
td.TdClassName
{
border-color: #DD532F;
}
.TagClassName
{
border-color: #DD532F;
}
</style>